aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn
AgeCommit message (Expand)AuthorFilesLines
2018-01-16Fix stow-enabled jenkins build failureMax1-2/+2
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-14ggsn.c: Improve logging info on link-local ipv6 addr not foundPau Espin Pedrol1-3/+5
2017-12-11Add support for IPv4v6 End User AddressesPau Espin Pedrol2-43/+59
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-04ggsn.c: Print version of unhandled ip packetPau Espin Pedrol1-1/+1
2017-11-16ggsn_vty: Stop using deprecated API vty_install_defaultPau Espin Pedrol1-2/+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-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