aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn
AgeCommit message (Expand)AuthorFilesLines
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-13remove unused argument to alloc_ippool_blacklist()Harald Welte1-3/+3
2017-11-06sgsnemu: Don't leak FILE handle in proc_read()Harald Welte1-34/+10
2017-10-17ippool: Implement and use blacklist instead of blindly using IPPOOL_NOGATEWAYPau Espin Pedrol1-2/+52
2017-10-16tun: Convert tun_ipv6_linklocal_get to be more genericPau Espin Pedrol1-1/+3
2017-10-14ggsn: Avoid crash on wrong EUA typeHarald Welte1-0/+28
2017-10-13Remove trailing whitespacePau Espin Pedrol1-3/+3
2017-10-11create_context_ind(): Fix crash on apn not foundPau Espin Pedrol1-2/+2
2017-10-01create_context_ind(): ignore a non-started default APNHarald Welte1-0/+5
2017-10-01apn_start(): Extend error message when setting IPv6 address failsHarald Welte1-1/+2
2017-10-01apn_stop(): Print tun device name when closing tun deviceHarald Welte1-1/+1
2017-10-01create_context_ind(): ignore any non-started APNsHarald Welte1-0/+3
2017-10-01apn_start(): fix clean-up after errors bringing up APNHarald Welte1-3/+0
2017-09-25Move extended PDP logging macro to headerMax1-2/+1
2017-09-24ggsn: Add per-APN VTY configuration option on G-PDU sequence numbersHarald Welte3-0/+31
2017-09-24ggsn: Fix double whitespace in writing "ifconfig" linesHarald Welte1-2/+2
2017-09-24ggsn: Fix config file writing of IPv6 DNS settingsHarald Welte1-1/+1
2017-09-24ICMPv6: Send router advertisement from own link-local addressHarald Welte4-10/+25
2017-09-06ggsn: Add ability to specify local IP addresses for GTP-C and GTP-UHarald Welte3-4/+50
2017-09-06Rename OpenGGSN to OsmoGGSNHarald Welte3-10/+10
2017-09-06ggsn: Handle SIGTERM like SIGINT and terminateHarald Welte1-1/+3
2017-09-06Introduce a VTY, factually turning OpenGGSN into an Osmocom programHarald Welte7-1958/+1562
2017-09-05libgtp: Remove ctrl_handle from gsn_t, replace with private contextHarald Welte1-3/+3
2017-09-05lib/ippool: Move ippool_aton() out of ippool_new()Harald Welte1-10/+11
2017-09-05gtp-kernel: Remove dependency to cmdline.[ch]Harald Welte3-21/+14
2017-08-30ggsn: Fix DNS not sent in PDP context responsePau Espin Pedrol1-2/+2
2017-08-12Properly format IMSI before using it in trapHarald Welte1-1/+1
2017-08-11Support setting TUN device IPv6 address + prefixHarald Welte1-8/+8
2017-08-11IPv6: Support PCO for IPv6 DNS addressesHarald Welte1-41/+136
2017-08-11IPv6: Implement IPv6 prefix assignment via ICMPv6 router advertisementHarald Welte6-2/+504
2017-08-09ippool: Extend pool to work with /64 prefixesHarald Welte1-1/+5
2017-08-09ggsn: Send proper errors in create_context_ind()Harald Welte1-3/+11
2017-08-09IPv6 support for user IPHarald Welte1-3/+8
2017-08-09lib/tun.h: Remove non-endian-safe redefinition of IP headerHarald Welte1-3/+5
2017-08-09ippool: Add IPv6 support to IP pool implementationHarald Welte3-26/+30
2017-08-04Proper fix for "Force Dynamic IP" in Create PDP CTXHarald Welte1-1/+3
2017-05-16ctrl: cleanup trap creationMax1-11/+16
2017-02-23gtp-kernel: Fix tunnel creation/removal for GTP Version 1Harald Welte1-2/+5
2016-11-02Only send TRAP for defined PDP peerMax1-6/+8
2016-10-12Add control interfaceMax2-4/+30
2016-10-11Remove unused functionMax1-1/+0