summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2019-06-18ipoib: show VF broadcast addressDenis Kirjanov1-0/+5
2019-06-18net: remove duplicate fetch in sock_getsockoptJingYi Hou1-3/+0
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-29/+84
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-6/+80
2019-06-18bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookupAnton Protopopov1-1/+1
2019-06-17neigh: fix use-after-free read in pneigh_get_nextEric Dumazet1-0/+7
2019-06-16net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan1-1/+29
2019-06-16net/mlx5: Declare more strictly devlink encap modeLeon Romanovsky1-2/+4
2019-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+5
2019-06-16bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre1-1/+2
2019-06-15net: add high_order_alloc_disable sysctl/static keyEric Dumazet2-1/+10
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev1-0/+26
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev1-0/+16
2019-06-15bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2-0/+28
2019-06-13devlink: Hang reporter's dump method on a dumpit cbAya Levin1-20/+98
2019-06-12net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier1-0/+5
2019-06-12bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau1-0/+3
2019-06-11bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon1-0/+40
2019-06-10net: hwbm: Make the hwbm_pool lock a mutexSebastian Andrzej Siewior1-8/+7
2019-06-10net: Don't disable interrupts in __netdev_alloc_skb()Sebastian Andrzej Siewior1-8/+11
2019-06-10net: Don't disable interrupts in napi_alloc_frag()Sebastian Andrzej Siewior1-26/+23
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-23/+4
2019-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-3/+24
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller24-129/+44
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-7/+21
2019-06-07bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helperRoman Gushchin1-0/+4
2019-06-07bpf: fix unconnected udp hooksDaniel Borkmann1-0/+2
2019-06-06pktgen: do not sleep with the thread lock held.Paolo Abeni1-0/+11
2019-06-06Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu1-3/+3
2019-06-06ethtool: fix potential userspace buffer overflowVivien Didelot1-1/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2-18/+2
2019-06-05net: fix indirect calls helpers for ptype list hooks.Paolo Abeni1-3/+3
2019-06-05ipv4: Use accessors for fib_info nexthop dataDavid Ahern1-1/+2
2019-06-05net/tls: fully initialize the msg wrapper skbJakub Kicinski1-0/+25
2019-06-05devlink: allow driver to update progress of flash updateJiri Pirko1-0/+102
2019-06-04flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev1-9/+1
2019-06-03net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2-5/+13
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-9/+12
2019-06-01bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2-10/+2
2019-06-01bpf: rework memlock-based memory accounting for mapsRoman Gushchin2-5/+8
2019-06-01bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2-3/+3
2019-06-01bpf: add memlock precharge for socket local storageRoman Gushchin1-2/+10
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-64/+25
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds23-122/+23
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-50/+24
2019-05-31net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn1-1/+5
2019-05-31ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier1-2/+6
2019-05-31net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet1-1/+1