aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-14netdev_addaddr6: Use prefixlen argPau Espin Pedrol1-1/+1
2020-04-14lib/netns: OSMO_ASSERT() if user doesn't call init_netns()Harald Welte1-1/+13
2020-04-14lib/netns.c: Add comments to the code, including doxygen API docsHarald Welte1-0/+45
2020-04-14Move icmpv6 and checksum files from ggsn/ dir to lib/Pau Espin Pedrol7-6/+6
2020-04-14sgsnemu: Set its default loglevel category to INFOPau Espin Pedrol1-1/+1
2020-04-14sgsnemu: Rename sgsnemu's libgtp cb_confPau Espin Pedrol1-2/+2
2020-04-14sgsnemu: Pass array of in64_addr to in46a_from_eua()Pau Espin Pedrol1-30/+34
2020-04-14configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
2020-04-08sgsnemu: cmdline: Drop unused function cmdline_parser_params_create()Pau Espin Pedrol2-15/+0
2020-03-25doc: do not use random ip address for dns in default confPhilipp Maier1-4/+4
2020-03-03lib/netns: fix open_ns(): return fd from open()Vadim Yanitskiy1-1/+1
2020-03-02netns: Improve error checkingPau Espin Pedrol3-65/+132
2020-02-26add Linux network namespace support for TUN deviceAndreas Schultz7-12/+294
2020-02-25cosmetic: Fix comment typoPau Espin Pedrol1-2/+2
2020-01-02Bump version: 1.4.0.32-bd8f-dirty → 1.5.01.5.0Pau Espin Pedrol6-8/+50
2019-12-06contrib/systemd: add systemd-networkd examples from manualsVadim Yanitskiy3-1/+18
2019-12-06manuals/configuration.adoc: fix IPv4 address mismatch in <<ggsn_no_root>>Vadim Yanitskiy1-1/+1
2019-12-06manuals/configuration.adoc: fix Network Address without prefix lengthVadim Yanitskiy1-1/+1
2019-12-01manual: Fix copy+paste errorHarald Welte1-1/+1
2019-12-01sgsnemu: Fix null-pointer format string argumentHarald Welte1-2/+1
2019-09-05ggsn, sgsnemu: Drop use of no-op deprecated gtp_retrans* APIsPau Espin Pedrol3-34/+2
2019-09-05gtp: Manage queue timers internallyPau Espin Pedrol2-72/+128
2019-09-02gtp/gtp.c: cosmetic: use get_tid() where we need TIDVadim Yanitskiy1-6/+3
2019-09-02gtp_error_ind_conf(): fix: guard against an unknown GTP versionVadim Yanitskiy1-0/+3
2019-09-02gtp_update_pdp_ind(): fix NULL-pointer dereferenceVadim Yanitskiy1-5/+4
2019-08-29ggsn: rx DeletePdpReq confirmation: Improve documentation and use gtp_freepdp()Pau Espin Pedrol1-9/+10
2019-08-29cosmetic: gtp: Improve documentation of gtp_delete_context_req2()Pau Espin Pedrol1-2/+3
2019-08-29cosmetic: gtp: Drop commented out code calling pdp_freepdp()Pau Espin Pedrol1-26/+0
2019-08-28gtp: Log msg retransmits and timeoutsPau Espin Pedrol1-0/+4
2019-08-28cosmetic: fix formatting in if linePau Espin Pedrol2-2/+3
2019-08-28ggsn: Implement echo req/resp and recoveryPau Espin Pedrol7-11/+406
2019-08-28libgtp: Introduce cb_recovery3Pau Espin Pedrol2-0/+23
2019-08-28doc: Update vty reference xml filePau Espin Pedrol1-0/+70
2019-08-28ggsn_vty.c: Improve output of VTY show pdp-contextPau Espin Pedrol1-0/+14
2019-08-28pdp: constify param in pdp_count_secondary()Pau Espin Pedrol2-2/+2
2019-08-28ggsn_vty.c: Avoid printing duplicates for pdp context with v4v6 EUAsPau Espin Pedrol1-10/+24
2019-08-28Introduce LOGTUN log helperPau Espin Pedrol2-5/+8
2019-08-28gtp-kernel.c: Fix wrong use of in46a_from_eua, print IPv6 euasPau Espin Pedrol1-4/+13
2019-08-28Move pdp_get_peer_ipv() to lib/util.*Pau Espin Pedrol7-23/+60
2019-08-28ggsn: Split application lifecycle related code into ggsn_main.cPau Espin Pedrol4-176/+214
2019-08-28ggsn_vty.c: Fix wrong use of in46a_from_eua, print IPv6 euasPau Espin Pedrol1-3/+7
2019-08-28in46_addr: Improve in46a_ntop documentationPau Espin Pedrol1-1/+5
2019-08-28ggsn: Move PCO handling code into its own filePau Espin Pedrol5-312/+343
2019-08-28Introduce in46a_is_v{4,6}() helpersPau Espin Pedrol2-12/+16
2019-08-23libgtp: announce pdp ctx deletion upon CreatePdpCtx being rejectedPau Espin Pedrol2-4/+3
2019-08-23libgtp: Remove packets in tx queue belonging pdp being freedPau Espin Pedrol6-1/+28
2019-08-15build: switch AC_CANONICAL_TARGET for AC_CANONICAL_HOSTJan Engelhardt1-1/+1
2019-08-07Bump version: 1.3.0.50-ea1c-dirty → 1.4.01.4.0Pau Espin Pedrol6-9/+72
2019-08-07Require libosmocore 1.1.0Pau Espin Pedrol2-4/+4
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-2/+2