summaryrefslogtreecommitdiffstats
path: root/drivers/net/gtp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtp: fix use-after-free in gtp_encap_destroy()Taehee Yoo2019-07-071-2/+15
* gtp: fix suspicious RCU usageTaehee Yoo2019-07-071-2/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+3
* genetlink: make policy common to familyJohannes Berg2019-03-221-3/+1
* gtp: constify nla_policyStephen Hemminger2018-07-201-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+4
* gtp: Initialize 64-bit per-cpu stats correctlyFlorian Fainelli2017-08-011-1/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* net: fix potential null pointer dereferenceGustavo A. R. Silva2017-05-251-1/+1
* gtp: support SGSN-side tunnelsJonas Bonn2017-03-251-12/+30
* gtp: rename SGSN netlink attributeJonas Bonn2017-03-251-11/+11
* gtp: add socket to pdp contextAndreas Schultz2017-03-131-47/+47
* gtp: consolidate pdp context destruction into helperAndreas Schultz2017-03-131-10/+14
* gtp: unify genl_find_pdp and prepare for per socket lookupAndreas Schultz2017-03-131-71/+50
* gtp: consolidate gtp socket rx pathAndreas Schultz2017-03-131-36/+44
* gtp: merge gtp_get_net and gtp_genl_find_devAndreas Schultz2017-03-131-74/+66
* gtp: make GTP sockets in gtp_newlink optionalAndreas Schultz2017-03-131-67/+75
* gtp: switch from struct socket to struct sock for the GTP socketsAndreas Schultz2017-03-131-19/+23
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* gtp: let userspace handle packets for invalid tunnelsAndreas Schultz2017-01-291-4/+4
* gtp: remove unnecessary rcu_read_lockAndreas Schultz2017-01-291-20/+4
* gtp: fix cross netns recv on gtp socketAndreas Schultz2017-01-271-6/+4
* gtp: clear DF bit on GTP packet txAndreas Schultz2017-01-271-1/+1
* gtp: add genl family modules aliasAndreas Schultz2017-01-271-0/+1
* gtp: Fix initialization of Flags octet in GTPv1 headerHarald Welte2016-12-171-2/+2
* gtp: gtp_check_src_ms_ipv4() always return successLionel Gauthier2016-12-171-2/+2
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* genetlink: statically initialize familiesJohannes Berg2016-10-271-8/+13