aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-06ippool: Correctly compute size of static poolHarald Welte1-1/+1
2017-11-06tun: Don't copy 16byte IPv6 address to 'struct in_addr'Harald Welte1-1/+0
2017-11-06gtp: Explicit OSMO_ASSERT to ensure pdp variable is setHarald Welte1-0/+6
2017-11-06gtp: Fix buffer overflow in imsi_gtp2str()Harald Welte1-1/+1
2017-11-06sgsnemu: Free strings in error pathHarald Welte1-2/+2
2017-11-06sgsnemu: Make sure buffer has space for terminating-NULHarald Welte1-1/+1
2017-11-06sgsnemu: Fix format string in printing tun-device nameHarald Welte1-1/+1
2017-11-06sgsnemu: Don't leak FILE handle in proc_read()Harald Welte2-35/+10
2017-10-31fix compiler warnings: return 0 in main(), in 3 testsNeels Hofmeyr3-0/+3
2017-10-28Tag/Release Version 1.1.01.1.0Harald Welte2-2/+7
2017-10-28Debian: include the systemd service file for osmo-ggsnHarald Welte1-0/+1
2017-10-28Debian: package libgtp debug symbols as libgtp-dbgHarald Welte2-1/+19
2017-10-28Debian: libgtp is libgtp2 for some time, not libgtp1 anymoreHarald Welte2-3/+3
2017-10-27jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-1/+4
2017-10-17ippool: Implement and use blacklist instead of blindly using IPPOOL_NOGATEWAYPau Espin Pedrol6-32/+365
2017-10-16tun: Convert tun_ipv6_linklocal_get to be more genericPau Espin Pedrol3-15/+67
2017-10-16lib/in46a: Introduce in46a_netmasklen APIPau Espin Pedrol4-0/+120
2017-10-16lib/ippool: Fix listsize calculated 1 elem too smallPau Espin Pedrol3-16/+21
2017-10-15Merge "sgsnemu: Use getprotobynumber() in print_ipprot()"Harald Welte1-9/+5
2017-10-15Merge "sgsnemu: Remove dead code: encaps_printf()"Harald Welte1-13/+0
2017-10-15Merge "sgsnemu: Mark local functions 'static'"Harald Welte1-23/+23
2017-10-15Merge "sgsnemu: Make use of "dependon" feature in gengetopt"Harald Welte2-8/+57
2017-10-14sgsnemu: Use getprotobynumber() in print_ipprot()Harald Welte1-9/+5
2017-10-14sgsnemu: Remove dead code: encaps_printf()Harald Welte1-13/+0
2017-10-14sgsnemu: Mark local functions 'static'Harald Welte1-23/+23
2017-10-14sgsnemu: Print warnings on broken IPv6 configuration (acept_ra)Harald Welte1-0/+57
2017-10-14sgsnemu: Make use of "dependon" feature in gengetoptHarald Welte2-8/+57