aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_frgre.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ns2: migrate from osmo_sock_set_dscp() to OSMO_SOCK_F_DSCP()Harald Welte2021-04-291-11/+2
* gprs_ns2_frgre: Ensure DSCP is sin premitted value rangeHarald Welte2021-04-291-0/+3
* gprs_ns2: Pass peer/remote sockaddr argument to ns2_create_vc()Harald Welte2021-03-041-1/+1
* gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSEAlexander Couzens2021-02-161-0/+4
* gprs_ns2_frgre: check iph/ip6h before passing them to rx functionsAlexander Couzens2021-02-031-2/+8
* gprs_ns2_frgre: set a correct gre pointer for ipv6Alexander Couzens2021-02-031-1/+5
* gprs_ns2: unify the handling of **result when bind already present.Alexander Couzens2021-02-031-3/+4
* ns2: Memory allocation failures are ENOMEM, not ENOSPCHarald Welte2021-02-011-1/+1
* ns2: Move to one common/shared ns2_bind_alloc()Harald Welte2021-02-011-21/+11
* gprs_ns2: drop the public prefix gprs_ from all static functions/structs/..Alexander Couzens2021-01-251-4/+4
* gprs_ns2: drop prefix of all internal exposed functionAlexander Couzens2021-01-251-1/+1
* gprs_ns2: drop GPRS_ prefix of gprs_ns2_csAlexander Couzens2021-01-251-5/+5
* ns2: Unify logging context via log macrosHarald Welte2021-01-201-31/+23
* ns2_frgre: Fix missing break statement for recv from IPV6Daniel Willmann2021-01-071-0/+1
* gprs_ns2: set transfer cap in NS Status primitiveAlexander Couzens2021-01-051-0/+2
* gprs_ns2: add member name to bindAlexander Couzens2020-12-151-0/+13
* gprs_ns2: introduce NS dialectsAlexander Couzens2020-12-151-2/+0
* ns2: move link layer type into NSEAlexander Couzens2020-11-241-0/+1
* gprs_ns2: make struct osmo_sockaddr pointers constVadim Yanitskiy2020-10-091-1/+1
* ns2: fix a msg leak when receiving REJECTED messagesAlexander Couzens2020-09-261-2/+2
* ns2: refactor handle_nsip_read/handle_nsfrgre_readAlexander Couzens2020-09-251-6/+3
* ns2: ns2_recv_vc: remove unused parameter nsiAlexander Couzens2020-09-251-3/+3
* ns2: Improve/extend doxygen comments for new ns2 implementationHarald Welte2020-09-181-0/+7
* Gb: add a second NS implementationAlexander Couzens2020-09-151-0/+596