Age | Commit message (Expand) | Author | Files | Lines |
2019-06-18 | net: remove duplicate fetch in sock_getsockopt | JingYi Hou | 1 | -3/+0 |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 8 | -6/+80 |
2019-06-16 | neigh: fix use-after-free read in pneigh_get_next | Eric Dumazet | 1 | -0/+7 |
2019-06-16 | net: handle 802.1P vlan 0 packets properly | Govindarajulu Varadarajan | 1 | -1/+29 |
2019-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -1/+5 |
2019-06-15 | bpf: Fix out of bounds memory access in bpf_sk_storage | Arthur Fabre | 1 | -1/+2 |
2019-06-14 | net: add high_order_alloc_disable sysctl/static key | Eric Dumazet | 2 | -1/+10 |
2019-06-12 | net: ethtool: Allow matching on vlan DEI bit | Maxime Chevallier | 1 | -0/+5 |
2019-06-12 | bpf: net: Set sk_bpf_storage back to NULL for cloned sk | Martin KaFai Lau | 1 | -0/+3 |
2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 4 | -23/+4 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -3/+24 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 4 | -7/+21 |
2019-06-06 | bpf: fix unconnected udp hooks | Daniel Borkmann | 1 | -0/+2 |
2019-06-06 | pktgen: do not sleep with the thread lock held. | Paolo Abeni | 1 | -0/+11 |
2019-06-05 | Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_... | Hangbin Liu | 1 | -3/+3 |
2019-06-05 | ethtool: fix potential userspace buffer overflow | Vivien Didelot | 1 | -1/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 | Thomas Gleixner | 1 | -4/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363 | Thomas Gleixner | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner | 2 | -18/+2 |
2019-06-04 | net: fix indirect calls helpers for ptype list hooks. | Paolo Abeni | 1 | -3/+3 |
2019-05-31 | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 23 | -122/+23 |
2019-05-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 3 | -50/+24 |
2019-05-30 | net: correct zerocopy refcnt with udp MSG_MORE | Willem de Bruijn | 1 | -1/+5 |
2019-05-30 | ethtool: Check for vlan etype or vlan tci when parsing flow_rule | Maxime Chevallier | 1 | -2/+6 |
2019-05-30 | net-gro: fix use-after-free read in napi_gro_frags() | Eric Dumazet | 1 | -1/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 23 | -122/+23 |
2019-05-30 | net: core: support XDP generic on stacked devices. | Stephen Hemminger | 1 | -46/+12 |
2019-05-24 | bpf: sockmap, fix use after free from sleep in psock backlog workqueue | John Fastabend | 1 | -0/+1 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 1 | -14/+1 |
2019-05-21 | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 6 | -0/+6 |
2019-05-21 | bpf: Check sk_fullsock() before returning from bpf_sk_lookup() | Martin KaFai Lau | 1 | -2/+14 |
2019-05-21 | bpf: fix out-of-bounds read in __bpf_skc_lookup | Lorenz Bauer | 1 | -1/+7 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 5 | -0/+5 |
2019-05-16 | net: avoid weird emergency message | Eric Dumazet | 1 | -1/+1 |
2019-05-16 | flow_offload: support CVLAN match | Edward Cree | 1 | -0/+7 |
2019-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -2/+5 |
2019-05-14 | rtnetlink: always put IFLA_LINK for links with a link-netnsid | Sabrina Dubroca | 1 | -6/+10 |
2019-05-14 | bpf: sockmap fix msg->sg.size account on ingress skb | John Fastabend | 1 | -0/+1 |
2019-05-14 | bpf: sockmap, only stop/flush strp if it was enabled at some point | John Fastabend | 1 | -2/+4 |
2019-05-13 | flow_dissector: disable preemption around BPF calls | Eric Dumazet | 1 | -0/+2 |
2019-05-08 | fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n... | Hangbin Liu | 1 | -3/+3 |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 27 | -523/+1978 |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+10 |
2019-05-07 | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+4 |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+1 |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2 | -3/+3 |
2019-05-05 | net: use indirect calls helpers for ptype hook | Paolo Abeni | 1 | -2/+4 |
2019-05-04 | bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem() | YueHaibing | 1 | -1/+1 |
2019-05-04 | neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit | David Ahern | 1 | -1/+8 |