aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern1-1/+2
2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski1-0/+25
2019-06-04devlink: allow driver to update progress of flash updateJiri Pirko1-0/+102
2019-06-03flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev1-9/+1
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2-5/+13
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-9/+12
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2-10/+2
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin2-5/+8
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2-3/+3
2019-05-31bpf: 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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-50/+24
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn1-1/+5
2019-05-30ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier1-2/+6
2019-05-30net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet1-1/+1
2019-05-30net: avoid indirect calls in L4 checksum calculationMatteo Croce1-4/+11
2019-05-30net: core: support XDP generic on stacked devices.Stephen Hemminger1-46/+12
2019-05-25flow_offload: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-05-23devlink: add warning in case driver does not set port typeJiri Pirko1-0/+38
2019-05-22neighbor: Add tracepoint to __neigh_createDavid Ahern1-0/+2
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-0/+6
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner5-0/+5
2019-05-16net: avoid weird emergency messageEric Dumazet1-1/+1
2019-05-16flow_offload: support CVLAN matchEdward Cree1-0/+7
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+5
2019-05-14rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca1-6/+10
2019-05-14bpf: sockmap fix msg->sg.size account on ingress skbJohn Fastabend1-0/+1
2019-05-14bpf: sockmap, only stop/flush strp if it was enabled at some pointJohn Fastabend1-2/+4
2019-05-13flow_dissector: disable preemption around BPF callsEric Dumazet1-0/+2
2019-05-08fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not suppliedHangbin Liu1-3/+3
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds27-523/+1978
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+4
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds2-3/+3
2019-05-05net: use indirect calls helpers for ptype hookPaolo Abeni1-2/+4
2019-05-04bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing1-1/+1
2019-05-04neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern1-1/+8
2019-05-04neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern1-0/+2
2019-05-01devlink: Change devlink health locking mechanismMoshe Shemesh1-23/+74
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-68/+996
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg2-0/+41
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg6-72/+99
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek5-60/+72
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau4-0/+822
2019-04-26ipv6: Initialize fib6_result in bpf_ipv6_fib_lookupDavid Ahern1-1/+1
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev1-0/+39