aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/gtp.c
AgeCommit message (Expand)Author
2024-03-06gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov
2024-03-01gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()Vasiliy Kovalev
2023-11-08gtp: fix fragmentation needed check with gsoPablo Neira Ayuso
2023-07-27gtp: Fix use-after-free in __gtp_encap_destroy().Kuniyuki Iwashima
2021-03-04net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2021-03-04gtp: use icmp_ndo_send helperJason A. Donenfeld
2020-11-01gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara
2020-09-09gtp: add GTPA_LINK info to msg sent to userspaceNicolas Dichtel
2020-05-27gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp()Yoshiyuki Kurauchi
2020-02-11gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo
2020-01-29gtp: make sure only SOCK_DGRAM UDP sockets are acceptedEric Dumazet
2020-01-12gtp: fix bad unlock balance in gtp_encap_enable_socketEric Dumazet
2020-01-04gtp: do not allow adding duplicate tid and ms_addr pdp contextTaehee Yoo
2020-01-04gtp: fix an use-after-free in ipv4_pdp_find()Taehee Yoo
2020-01-04gtp: avoid zero size hashtableTaehee Yoo
2020-01-04gtp: fix wrong condition in gtp_genl_dump_pdp()Taehee Yoo
2020-01-04gtp: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-07-07gtp: add missing gtp_encap_disable_sock() in gtp_encap_enable()Taehee Yoo
2019-07-07gtp: fix use-after-free in gtp_newlink()Taehee Yoo
2019-07-07gtp: fix Illegal context switch in RCU read-side critical section.Taehee Yoo
2019-07-07gtp: remove duplicate code in gtp_dellink()Taehee Yoo
2019-07-07gtp: fix use-after-free in gtp_encap_destroy()Taehee Yoo
2019-07-07gtp: fix suspicious RCU usageTaehee Yoo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-03-22genetlink: make policy common to familyJohannes Berg
2018-07-20gtp: constify nla_policyStephen Hemminger
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-08-01gtp: Initialize 64-bit per-cpu stats correctlyFlorian Fainelli
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-25net: fix potential null pointer dereferenceGustavo A. R. Silva
2017-03-25gtp: support SGSN-side tunnelsJonas Bonn
2017-03-25gtp: rename SGSN netlink attributeJonas Bonn
2017-03-13gtp: add socket to pdp contextAndreas Schultz
2017-03-13gtp: consolidate pdp context destruction into helperAndreas Schultz
2017-03-13gtp: unify genl_find_pdp and prepare for per socket lookupAndreas Schultz
2017-03-13gtp: consolidate gtp socket rx pathAndreas Schultz
2017-03-13gtp: merge gtp_get_net and gtp_genl_find_devAndreas Schultz
2017-03-13gtp: make GTP sockets in gtp_newlink optionalAndreas Schultz
2017-03-13gtp: switch from struct socket to struct sock for the GTP socketsAndreas Schultz
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-01-29gtp: let userspace handle packets for invalid tunnelsAndreas Schultz
2017-01-29gtp: remove unnecessary rcu_read_lockAndreas Schultz
2017-01-27gtp: fix cross netns recv on gtp socketAndreas Schultz
2017-01-27gtp: clear DF bit on GTP packet txAndreas Schultz
2017-01-27gtp: add genl family modules aliasAndreas Schultz