summaryrefslogtreecommitdiff
path: root/drivers/net/gtp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov1-6/+6
2024-03-01gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()Vasiliy Kovalev1-5/+5
2023-11-20udp: annotate data-races around udp->encap_typeEric Dumazet1-2/+2
2023-10-24gtp: fix fragmentation needed check with gsoPablo Neira Ayuso1-2/+3
2023-07-19gtp: Set TOS and routing scope independently for fib lookups.Guillaume Nault1-1/+2
2023-06-25gtp: Fix use-after-free in __gtp_encap_destroy().Kuniyuki Iwashima1-0/+2
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-03-16gtp: Fix inconsistent indentingWojciech Drewek1-1/+1
2022-03-11gtp: Implement GTP echo requestWojciech Drewek1-37/+268
2022-03-11gtp: Implement GTP echo responseWojciech Drewek1-16/+197
2022-03-11gtp: Allow to create GTP device without FDsWojciech Drewek1-17/+84
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-1/+1
2021-10-06gtp: use skb_dst_update_pmtu_no_confirm() instead of direct callGyeongun Kang1-1/+1
2021-06-28gtp: reset mac_header after decapGuillaume Nault1-0/+1
2021-06-02gtp: Fix a typoZheng Yongjun1-1/+1
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld1-1/+0
2021-02-04gtp: update rx_length_errors for abnormally short packetsJonas Bonn1-2/+8
2021-02-04gtp: set device typeJonas Bonn1-0/+5
2021-02-04gtp: drop unnecessary call to skb_dst_dropJonas Bonn1-2/+0
2021-02-04gtp: really check namespaces before xmitJonas Bonn1-1/+3
2021-02-04gtp: include role in link infoJonas Bonn1-1/+4
2021-02-04gtp: set initial MTUJonas Bonn1-5/+6
2021-02-04Revert "GTP: add support for flow based tunneling API"Jonas Bonn1-383/+144
2021-01-16GTP: add support for flow based tunneling APIPravin B Shelar1-144/+383
2020-11-10gtp: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-10-29gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara1-8/+8
2020-10-06gtp: use dev_sw_netstats_rx_add()Fabian Frederick1-7/+1
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-08-31gtp: relax alloc constraint when adding a pdpNicolas Dichtel1-5/+5
2020-08-31gtp: remove useless rcu_read_lock()Nicolas Dichtel1-2/+0
2020-08-27gtp: add notification mechanismNicolas Dichtel1-9/+49
2020-08-25gtp: add GTPA_LINK info to msg sent to userspaceNicolas Dichtel1-0/+1
2020-05-02gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp()Yoshiyuki Kurauchi1-4/+5
2020-02-14gtp: use icmp_ndo_send helperJason A. Donenfeld1-2/+2
2020-02-04gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo1-2/+2
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+6
2020-01-23gtp: make sure only SOCK_DGRAM UDP sockets are acceptedEric Dumazet1-4/+6
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2020-01-08gtp: fix bad unlock balance in gtp_encap_enable_socketEric Dumazet1-2/+3
2020-01-07gtp: simplify error handling code in 'gtp_encap_enable()'Christophe JAILLET1-6/+3
2019-12-25gtp: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2019-12-25net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2019-12-15gtp: avoid zero size hashtableTaehee Yoo1-2/+5
2019-12-15gtp: fix an use-after-free in ipv4_pdp_find()Taehee Yoo1-17/+17
2019-12-15gtp: fix wrong condition in gtp_genl_dump_pdp()Taehee Yoo1-17/+19
2019-12-15gtp: do not allow adding duplicate tid and ms_addr pdp contextTaehee Yoo1-10/+22
2019-07-08gtp: add missing gtp_encap_disable_sock() in gtp_encap_enable()Taehee Yoo1-1/+6
2019-07-08gtp: fix use-after-free in gtp_newlink()Taehee Yoo1-1/+1
2019-07-08gtp: fix Illegal context switch in RCU read-side critical section.Taehee Yoo1-1/+1