aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-14ggsn: Avoid crash on wrong EUA typeHarald Welte1-0/+28
2017-10-14sgsnemu: Add '--tun-device' option to specify TUN device nameHarald Welte4-11/+90
2017-10-14Merge "Add unit tests for libgtp gtpie.[ch] functions"Harald Welte6-0/+160
2017-10-14Merge "gtpie_{encaps,encaps2}(): RAI is a fixe 6-byte length field, not 8 bytes"Harald Welte1-2/+6
2017-10-14Merge "gtpie.h: Add IE identifier definitions up to 29.60 v11.8.0 Release 11"Harald Welte2-9/+275
2017-10-14Add unit tests for libgtp gtpie.[ch] functionsHarald Welte6-0/+160
2017-10-14gtpie_{encaps,encaps2}(): RAI is a fixe 6-byte length field, not 8 bytesHarald Welte1-2/+6
2017-10-14gtpie.h: Add IE identifier definitions up to 29.60 v11.8.0 Release 11Harald Welte2-9/+275
2017-10-14Allow Common flags 0x94 and ignore them in PDP activationHarald Welte2-0/+4
2017-10-13gtpie: Add missing #include of <arpa/inet.h> for htonl() and friendsHarald Welte1-0/+2
2017-10-13gtpie_decaps: const-ify pointer to input packet dataHarald Welte2-4/+4
2017-10-13gtpie: Add doxygen API documentationHarald Welte1-0/+110
2017-10-13gtpie_tlv() gtpie_tv0(): const-ify read-only input argumentHarald Welte2-4/+4
2017-10-13Add unit tests for lib/in46_addr.c codeHarald Welte4-2/+300