summaryrefslogtreecommitdiff
path: root/drivers/net/gtp.c
AgeCommit message (Expand)Author
2024-03-06net: gtp: Move net_device assigned in setupBreno Leitao
2024-03-06net: gtp: Remove generic .ndo_get_stats64Breno Leitao
2024-03-06net: gtp: Leverage core stats allocatorBreno Leitao
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-29gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-21gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()Vasiliy Kovalev
2024-02-07gtp: use exit_batch_rtnl() methodEric Dumazet
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-24gtp: fix fragmentation needed check with gsoPablo Neira Ayuso
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet
2023-07-19gtp: Set TOS and routing scope independently for fib lookups.Guillaume Nault
2023-06-24gtp: Fix use-after-free in __gtp_encap_destroy().Kuniyuki Iwashima
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-03-16gtp: Fix inconsistent indentingWojciech Drewek
2022-03-11gtp: Implement GTP echo requestWojciech Drewek
2022-03-11gtp: Implement GTP echo responseWojciech Drewek
2022-03-11gtp: Allow to create GTP device without FDsWojciech Drewek
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2021-10-06gtp: use skb_dst_update_pmtu_no_confirm() instead of direct callGyeongun Kang
2021-06-28gtp: reset mac_header after decapGuillaume Nault
2021-06-01gtp: Fix a typoZheng Yongjun
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2021-02-04gtp: update rx_length_errors for abnormally short packetsJonas Bonn
2021-02-04gtp: set device typeJonas Bonn
2021-02-04gtp: drop unnecessary call to skb_dst_dropJonas Bonn
2021-02-04gtp: really check namespaces before xmitJonas Bonn
2021-02-04gtp: include role in link infoJonas Bonn
2021-02-04gtp: set initial MTUJonas Bonn
2021-02-04Revert "GTP: add support for flow based tunneling API"Jonas Bonn
2021-01-15GTP: add support for flow based tunneling APIPravin B Shelar
2020-11-09gtp: switch to dev_get_tstats64Heiner Kallweit
2020-10-29gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara
2020-10-06gtp: use dev_sw_netstats_rx_add()Fabian Frederick
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-31gtp: relax alloc constraint when adding a pdpNicolas Dichtel
2020-08-31gtp: remove useless rcu_read_lock()Nicolas Dichtel
2020-08-27gtp: add notification mechanismNicolas Dichtel
2020-08-25gtp: add GTPA_LINK info to msg sent to userspaceNicolas Dichtel
2020-05-01gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp()Yoshiyuki Kurauchi
2020-02-13gtp: use icmp_ndo_send helperJason A. Donenfeld
2020-02-04gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-23gtp: make sure only SOCK_DGRAM UDP sockets are acceptedEric Dumazet
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-08gtp: fix bad unlock balance in gtp_encap_enable_socketEric Dumazet
2020-01-06gtp: simplify error handling code in 'gtp_encap_enable()'Christophe JAILLET
2019-12-24gtp: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu