summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar2019-07-021-1/+1
* net: link_watch: prevent starvation when processing linkwatch wqYunsheng Lin2019-07-021-1/+12
* Merge tag 'mlx5e-updates-2019-06-28' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2019-07-011-2/+4
|\
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-06-291-2/+4
| |\
| | * net/mlx5: Declare more strictly devlink encap modeLeon Romanovsky2019-06-161-2/+4
* | | net: sched: refactor reinsert actionJohn Hurley2019-06-281-3/+1
|/ /
* | net: ethtool: Allow parsing ETHER_FLOW types when using flow_ruleMaxime Chevallier2019-06-271-0/+24
* | rtnetlink: skip metrics loop for dst_default_metricsDavid Ahern2019-06-261-0/+4
* | netns: restore ops before calling ops_exit_listLi RongQing2019-06-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-3/+0
|\ \
| * | net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-06-181-3/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-203-0/+114
|\ \ \
| * | | bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev2019-06-151-0/+26
| * | | bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev2019-06-151-0/+16
| * | | bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-152-0/+28
| * | | bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-111-0/+40
| * | | bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helperRoman Gushchin2019-06-071-0/+4
* | | | netns: add pre_exit method to struct pernet_operationsEric Dumazet2019-06-191-0/+28
* | | | page_pool: make sure struct device is stableJesper Dangaard Brouer2019-06-191-0/+8
* | | | page_pool: add tracepoints for page_pool with details need by XDPJesper Dangaard Brouer2019-06-192-1/+12
* | | | xdp: add tracepoints for XDP memJesper Dangaard Brouer2019-06-191-16/+5
* | | | xdp: force mem allocator removal and periodic warningJesper Dangaard Brouer2019-06-192-7/+48
* | | | xdp: tracking page_pool resources and safe removalJesper Dangaard Brouer2019-06-192-22/+105
* | | | page_pool: introduce page_pool_free and use in mlx5Jesper Dangaard Brouer2019-06-191-4/+11
* | | | xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-191-0/+15
* | | | xdp: fix leak of IDA cyclic id if rhashtable_insert_slow failsJesper Dangaard Brouer2019-06-191-0/+2
* | | | net: page_pool: add helper function to unmap dma addressesIlias Apalodimas2019-06-191-0/+7
* | | | net: flow_offload: implement support for meta keyJiri Pirko2019-06-191-0/+7
* | | | flow_dissector: add support for ingress ifindex dissectionJiri Pirko2019-06-191-0/+16
* | | | ipoib: show VF broadcast addressDenis Kirjanov2019-06-181-0/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1812-29/+84
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-188-6/+80
| |\ \ \
| | * | | neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-161-0/+7
| | * | | net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan2019-06-161-1/+29
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-162-1/+5
| | |\ \ \
| | | * | | bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre2019-06-151-1/+2
| | | * | | bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau2019-06-121-0/+3
| | * | | | net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-152-1/+10
| | * | | | net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier2019-06-121-0/+5
| | |/ / /
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-072-3/+24
| | |\ \ \
| | | * | | bpf: fix unconnected udp hooksDaniel Borkmann2019-06-071-0/+2
| | | * | | bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend2019-05-241-0/+1
| | | * | | bpf: Check sk_fullsock() before returning from bpf_sk_lookup()Martin KaFai Lau2019-05-211-2/+14
| | | * | | bpf: fix out-of-bounds read in __bpf_skc_lookupLorenz Bauer2019-05-211-1/+7
| * | | | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-084-23/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-4/+1
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner2019-06-051-1/+1
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-052-18/+2
* | | | | | devlink: Hang reporter's dump method on a dumpit cbAya Levin2019-06-131-20/+98
* | | | | | net: hwbm: Make the hwbm_pool lock a mutexSebastian Andrzej Siewior2019-06-101-8/+7