aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-26gtp/gtp.c: Remove unused function char2ul_tPau Espin Pedrol1-9/+0
2018-01-26sgsnemu: sgsnemu stopped after recieving "Request accepted" from ggsnViktor Tsymbalyuk1-1/+1
2018-01-25gtp.c: gtp_gpdu_ind: Early return to avoid use of uninitialized varPau Espin Pedrol1-1/+2
2018-01-25gtp.c: gtp_gpdu_ind: Convert ifelse to switch statementPau Espin Pedrol1-3/+6
2018-01-25gtp/pdp: Remove unused APIs pdp_ntoeua pdp_euatonPau Espin Pedrol2-20/+0
2018-01-25gtp/pdp: Fix trailing whitespacePau Espin Pedrol2-30/+30
2018-01-25gtp.c: Log unsupported GTP version numberPau Espin Pedrol1-10/+10
2018-01-25gtp.c: Determine GTP version from headerPau Espin Pedrol1-8/+14
2018-01-25gtp.c: Fix trailing whitespacePau Espin Pedrol1-28/+28
2018-01-19README.md: Remove misleading sentence on sgsnemuHarald Welte1-2/+1
2018-01-17Add GTP message namesMax2-0/+51
2018-01-16Fix stow-enabled jenkins build failureMax1-2/+2
2017-12-21Enable sanitize for CI testsMax1-1/+1
2017-12-15ggsn_vty.c: Print ipv6 link-local cmd when writing config to filePau Espin Pedrol1-0/+2
2017-12-14ggsn: Add 'ipv6 link-local' vty cmdPau Espin Pedrol3-1/+37
2017-12-14Set tun_addaddr ipv agnostic and add support for ipv6Pau Espin Pedrol3-18/+193
2017-12-14tun.c: tun_addaddr: Fix segfault and wrong usage of tun_nlattrPau Espin Pedrol1-2/+3
2017-12-14ggsn.c: Improve logging info on link-local ipv6 addr not foundPau Espin Pedrol1-3/+5
2017-12-14cosmetic: sgsnemu.c: Fix trailing whitespacePau Espin Pedrol1-6/+6
2017-12-14contrib: jenkins.sh: Build libgtpnl as dep when building with gtp kernel supportPau Espin Pedrol1-0/+3
2017-12-11Add support for IPv4v6 End User AddressesPau Espin Pedrol8-82/+231
2017-12-05ggsn: Ignore PCO with length 0, don't abort processingHarald Welte1-2/+0
2017-12-05ggsn.c: Fix byte order of IPCP IPv4 DNS serversHarald Welte1-2/+2
2017-12-05Log APN and tun names for packetsMax1-3/+4
2017-12-04tests: Split ipv6 specific tests into a new test groupPau Espin Pedrol10-352/+440
2017-12-04Remove unused empty src/Makefile.inPau Espin Pedrol1-0/+0
2017-12-04ggsn.c: Print version of unhandled ip packetPau Espin Pedrol1-1/+1
2017-12-01cosmetic: Reorder tun_addaddr to get rid of decl of tun_setaddr4Pau Espin Pedrol1-172/+169
2017-12-01tun_setaddr6: Fix log typoPau Espin Pedrol1-1/+1
2017-11-29sanitize build: ensure uint16/32 alignment in gtpie_test and in46a_testNeels Hofmeyr2-6/+8
2017-11-28examples: Add secondary ipv6 google DNS to osmo-ggsn.cfgPau Espin Pedrol1-0/+2
2017-11-18Merge changes Id4724fe0,I5c619712Harald Welte2-3/+2
2017-11-17add --enable-sanitize config optionNeels Hofmeyr1-0/+12
2017-11-16contrib/jenkins.sh: Enable Werror in C(PP)FLAGSPau Espin Pedrol1-1/+1
2017-11-16ggsn_vty: Stop using deprecated API vty_install_defaultPau Espin Pedrol1-2/+1
2017-11-14contrib/jenkins.sh: Allow jenkins job to specify if kernel GTP is usedHarald Welte1-1/+1
2017-11-14gtp-kernel: Add device nime in pdp_debug() log statementsHarald Welte1-4/+5
2017-11-14gtp-kernel: Add function name to pdp_debug() function callsHarald Welte1-4/+4
2017-11-14gtp-kernel: Get rid of SYS_ERR where not applicableHarald Welte1-14/+8
2017-11-14gtp-kernel: proper cleanup in error pathHarald Welte1-0/+2
2017-11-14gtp-kernel: Make sure repeated calls to gtp_kernel_init() are safeHarald Welte1-15/+25
2017-11-14gtp-kernel: Avoid global state variableHarald Welte2-23/+0
2017-11-14gtp-kernel: Align logging for APN start in kernel-gtp case with that of TUNHarald Welte1-1/+1
2017-11-14gtp-kernel: shut down kernel GTP device in apn_down()Harald Welte1-0/+1
2017-11-14gtp-kernel: Get rid of hard-coded kernel GTP device nameHarald Welte3-27/+25
2017-11-13gtp-kernel: Re-add support for kernel GTP-U accelerationHarald Welte1-5/+9
2017-11-13gtp_kernel: Change gtp_kernel_init() function signatureHarald Welte2-7/+16
2017-11-13Properly NULL-out blacklist in alloc_ippool_blacklist()Harald Welte1-4/+8
2017-11-13factor out netdev_ip_local_get() from tun_ip_local_get()Harald Welte2-4/+25
2017-11-13remove unused argument to alloc_ippool_blacklist()Harald Welte1-3/+3