summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-10-071-3/+8
* bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich2019-09-211-4/+4
* flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki2019-09-211-1/+1
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-211-2/+13
* net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni2019-09-211-6/+10
* net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend2019-09-191-0/+3
* net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani2019-09-191-0/+19
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-191-0/+2
* net: fix skb use after free in netpollFeng Sun2019-09-101-3/+3
* tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-09-061-7/+9
* bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend2019-08-291-0/+3
* bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend2019-08-291-0/+2
* bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend2019-08-291-5/+9
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-251-5/+14
* bpf: fix access to skb_shared_info->gso_segsEric Dumazet2019-08-251-3/+3
* net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer2019-08-091-5/+10
* net: fix ifindex collision during namespace removalJiri Pirko2019-08-091-0/+2
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-281-1/+1
* net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-07-281-0/+2
* net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-06-181-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-178-6/+80
|\
| * neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-161-0/+7
| * net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan2019-06-161-1/+29
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-152-1/+5
| |\
| | * bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre2019-06-151-1/+2
| | * bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau2019-06-121-0/+3
| * | net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-142-1/+10
| * | net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier2019-06-121-0/+5
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-072-3/+24
| |\
| | * bpf: fix unconnected udp hooksDaniel Borkmann2019-06-061-0/+2
| | * bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend2019-05-241-0/+1
| | * bpf: Check sk_fullsock() before returning from bpf_sk_lookup()Martin KaFai Lau2019-05-211-2/+14
| | * bpf: fix out-of-bounds read in __bpf_skc_lookupLorenz Bauer2019-05-211-1/+7
* | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-084-23/+4
|\ \ \ | |/ / |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-4/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner2019-06-051-1/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-052-18/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-074-7/+21
|\ \ \ | |/ / |/| |
| * | pktgen: do not sleep with the thread lock held.Paolo Abeni2019-06-061-0/+11
| * | Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu2019-06-051-3/+3
| * | ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-051-1/+4
| * | net: fix indirect calls helpers for ptype list hooks.Paolo Abeni2019-06-041-3/+3
* | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3123-122/+23
|\ \ \ | |/ / |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3023-122/+23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-303-50/+24
|\ \ \ | |/ / |/| |
| * | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-301-1/+5
| * | ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier2019-05-301-2/+6
| * | net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-05-301-1/+1
| * | net: core: support XDP generic on stacked devices.Stephen Hemminger2019-05-301-46/+12
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
|/ /