summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-216-0/+6
|\ \ | |/ |/|
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-215-0/+5
* | net: avoid weird emergency messageEric Dumazet2019-05-161-1/+1
* | flow_offload: support CVLAN matchEdward Cree2019-05-161-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-151-2/+5
|\ \
| * | bpf: sockmap fix msg->sg.size account on ingress skbJohn Fastabend2019-05-141-0/+1
| * | bpf: sockmap, only stop/flush strp if it was enabled at some pointJohn Fastabend2019-05-141-2/+4
| |/
* / rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca2019-05-141-6/+10
|/
* flow_dissector: disable preemption around BPF callsEric Dumazet2019-05-131-0/+2
* fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu2019-05-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0727-523/+1978
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-1/+10
| |\
| | * neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-05-041-1/+8
| | * neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern2019-05-041-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-071-1/+1
| |\ \
| | * | bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing2019-05-041-1/+1
| * | | net: use indirect calls helpers for ptype hookPaolo Abeni2019-05-051-2/+4
| |/ /
| * | devlink: Change devlink health locking mechanismMoshe Shemesh2019-05-011-23/+74