summaryrefslogtreecommitdiffstats
path: root/drivers/net/gtp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gtp: relax alloc constraint when adding a pdpNicolas Dichtel2020-08-311-5/+5
* | gtp: remove useless rcu_read_lock()Nicolas Dichtel2020-08-311-2/+0
* | gtp: add notification mechanismNicolas Dichtel2020-08-271-9/+49
|/
* gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp()Yoshiyuki Kurauchi2020-05-011-4/+5
* gtp: use icmp_ndo_send helperJason A. Donenfeld2020-02-131-2/+2
* gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo2020-02-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-4/+6
|\
| * gtp: make sure only SOCK_DGRAM UDP sockets are acceptedEric Dumazet2020-01-231-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-2/+3
|\|
| * gtp: fix bad unlock balance in gtp_encap_enable_socketEric Dumazet2020-01-081-2/+3
* | gtp: simplify error handling code in 'gtp_encap_enable()'Christophe JAILLET2020-01-061-6/+3
|/
* gtp: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-241-1/+1
* gtp: avoid zero size hashtableTaehee Yoo2019-12-141-2/+5
* gtp: fix an use-after-free in ipv4_pdp_find()Taehee Yoo2019-12-141-17/+17
* gtp: fix wrong condition in gtp_genl_dump_pdp()Taehee Yoo2019-12-141-17/+19
* gtp: do not allow adding duplicate tid and ms_addr pdp contextTaehee Yoo2019-12-141-10/+22
* gtp: add missing gtp_encap_disable_sock() in gtp_encap_enable()Taehee Yoo2019-07-071-1/+6
* gtp: fix use-after-free in gtp_newlink()Taehee Yoo2019-07-071-1/+1
* gtp: fix Illegal context switch in RCU read-side critical section.Taehee Yoo2019-07-071-1/+1
* gtp: remove duplicate code in gtp_dellink()Taehee Yoo2019-07-071-1/+0