summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-06-09net: hwbm: Make the hwbm_pool lock a mutexSebastian Andrzej Siewior
2019-06-09net: Don't disable interrupts in __netdev_alloc_skb()Sebastian Andrzej Siewior
2019-06-09net: Don't disable interrupts in napi_alloc_frag()Sebastian Andrzej Siewior
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-06pktgen: do not sleep with the thread lock held.Paolo Abeni
2019-06-05Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu
2019-06-05ethtool: fix potential userspace buffer overflowVivien Didelot
2019-06-04net: fix indirect calls helpers for ptype list hooks.Paolo Abeni
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski
2019-06-04devlink: allow driver to update progress of flash updateJiri Pirko
2019-06-03flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-05-31bpf: add memlock precharge for socket local storageRoman Gushchin
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn
2019-05-30ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier
2019-05-30net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet
2019-05-30net: avoid indirect calls in L4 checksum calculationMatteo Croce
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30net: core: support XDP generic on stacked devices.Stephen Hemminger
2019-05-25flow_offload: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-05-23devlink: add warning in case driver does not set port typeJiri Pirko
2019-05-22neighbor: Add tracepoint to __neigh_createDavid Ahern
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-16net: avoid weird emergency messageEric Dumazet
2019-05-16flow_offload: support CVLAN matchEdward Cree
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-05-14rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca
2019-05-14bpf: sockmap fix msg->sg.size account on ingress skbJohn Fastabend
2019-05-14bpf: sockmap, only stop/flush strp if it was enabled at some pointJohn Fastabend
2019-05-13flow_dissector: disable preemption around BPF callsEric Dumazet
2019-05-08fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-05net: use indirect calls helpers for ptype hookPaolo Abeni
2019-05-04bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing