summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0724-129/+44Star
|\
| * 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-061-3/+3
| | * ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-061-1/+4
| | * net: fix indirect calls helpers for ptype list hooks.Paolo Abeni2019-06-051-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/+23Star
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3023-122/+23Star
* | | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-051-1/+2
* | | net/tls: fully initialize the msg wrapper skbJakub Kicinski2019-06-041-0/+25
* | | devlink: allow driver to update progress of flash updateJiri Pirko2019-06-041-0/+102
* | | flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev2019-06-031-9/+1Star
* | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-032-5/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-012-9/+12
|\ \ \
| * | | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-06-012-10/+2Star
| * | | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-06-012-5/+8
| * | | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-06-012-3/+3
| * | | bpf: add memlock precharge for socket local storageRoman Gushchin2019-06-011-2/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-314-64/+25Star
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-313-50/+24Star
| |\ \ \ | | |_|/ | |/| |
| | * | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-311-1/+5
| | * | ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier2019-05-311-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/+12Star
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1Star
| |/ /
* | | net: avoid indirect calls in L4 checksum calculationMatteo Croce2019-05-301-4/+11
* | | flow_offload: use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-251-2/+1Star
* | | devlink: add warning in case driver does not set port typeJiri Pirko2019-05-231-0/+38
| |/ |/|
* | neighbor: Add tracepoint to __neigh_createDavid Ahern2019-05-231-0/+2
|/
* 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-161-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-151-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-0827-523/+1978
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-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-051-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
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-301-1/+1
| |\ \
| | * | xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-081-1/+1