summaryrefslogtreecommitdiffstats
path: root/drivers/net/gtp.c
Commit message (Expand)AuthorAgeFilesLines
* gtp: identify tunnel via GTP device + GTP version + TEID + familyPablo Neira Ayuso2024-05-071-22/+63
* gtp: support for IPv4-in-IPv6-GTP and IPv6-in-IPv4-GTPPablo Neira Ayuso2024-05-071-28/+101
* gtp: add helper function to build GTP packets from an IPv6 packetPablo Neira Ayuso2024-05-071-47/+62
* gtp: add helper function to build GTP packets from an IPv4 packetPablo Neira Ayuso2024-05-071-27/+42
* gtp: remove IPv4 and IPv6 header from context objectPablo Neira Ayuso2024-05-071-12/+11
* gtp: move debugging to skbuff build helper functionPablo Neira Ayuso2024-05-071-4/+6
* gtp: pass up link local traffic to userspace socketPablo Neira Ayuso2024-05-071-0/+4
* gtp: use IPv6 address /64 prefix for UE/MSPablo Neira Ayuso2024-05-071-10/+42
* gtp: add IPv6 supportPablo Neira Ayuso2024-05-071-27/+369
* gtp: prepare for IPv6 supportPablo Neira Ayuso2024-05-071-55/+96
* gtp: properly parse extension headersPablo Neira Ayuso2024-05-071-0/+41
* gtp: remove useless initializationPablo Neira Ayuso2024-05-071-2/+2
* net: gtp: Fix Use-After-Free in gtp_dellinkHyunwoo Kim2024-04-241-1/+2
* net: gtp: Move net_device assigned in setupBreno Leitao2024-03-061-10/+2
* net: gtp: Remove generic .ndo_get_stats64Breno Leitao2024-03-061-1/+0
* net: gtp: Leverage core stats allocatorBreno Leitao2024-03-061-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-6/+6
|\
| * gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov2024-02-291-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-5/+5
|\|
| * gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()Vasiliy Kovalev2024-02-211-5/+5
* | gtp: use exit_batch_rtnl() methodEric Dumazet2024-02-071-10/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-2/+3
|\
| * gtp: fix fragmentation needed check with gsoPablo Neira Ayuso2023-10-241-2/+3
* | udp: annotate data-races around udp->encap_typeEric Dumazet2023-09-141-2/+2
|/
* gtp: Set TOS and routing scope independently for fib lookups.Guillaume Nault2023-07-191-1/+2
* gtp: Fix use-after-free in __gtp_encap_destroy().Kuniyuki Iwashima2023-06-241-0/+2
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* gtp: Fix inconsistent indentingWojciech Drewek2022-03-161-1/+1
* gtp: Implement GTP echo requestWojciech Drewek2022-03-111-37/+268
* gtp: Implement GTP echo responseWojciech Drewek2022-03-111-16/+197
* gtp: Allow to create GTP device without FDsWojciech Drewek2022-03-111-17/+84
* net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior2022-02-141-1/+1
* gtp: use skb_dst_update_pmtu_no_confirm() instead of direct callGyeongun Kang2021-10-061-1/+1
* gtp: reset mac_header after decapGuillaume Nault2021-06-281-0/+1
* gtp: Fix a typoZheng Yongjun2021-06-011-1/+1
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-02-231-1/+0
* gtp: update rx_length_errors for abnormally short packetsJonas Bonn2021-02-041-2/+8
* gtp: set device typeJonas Bonn2021-02-041-0/+5
* gtp: drop unnecessary call to skb_dst_dropJonas Bonn2021-02-041-2/+0
* gtp: really check namespaces before xmitJonas Bonn2021-02-041-1/+3
* gtp: include role in link infoJonas Bonn2021-02-041-1/+4
* gtp: set initial MTUJonas Bonn2021-02-041-5/+6
* Revert "GTP: add support for flow based tunneling API"Jonas Bonn2021-02-041-383/+144
* GTP: add support for flow based tunneling APIPravin B Shelar2021-01-151-144/+383
* gtp: switch to dev_get_tstats64Heiner Kallweit2020-11-091-1/+1
* gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara2020-10-291-8/+8
* gtp: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-0/+1
|\
| * gtp: add GTPA_LINK info to msg sent to userspaceNicolas Dichtel2020-08-251-0/+1