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/+44
| |\ \ \ \ \ \
| * | | | | | | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-041-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/+1
| * | | | | | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-022-5/+13
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-312-9/+12
| |\ \ \ \ \ \
| | * | | | | | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-312-10/+2
| | * | | | | | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-312-5/+8
| | * | | | | | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-312-3/+3
| | * | | | | | bpf: add memlock precharge for socket local storageRoman Gushchin2019-05-311-2/+10
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-314-64/+25
| |\ \ \ \ \ \ \
| * | | | | | | | 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/+1
| * | | | | | | | devlink: add warning in case driver does not set port typeJiri Pirko2019-05-231-0/+38
| | |/ / / / / / | |/| | | | | |
| * | | | | | | neighbor: Add tracepoint to __neigh_createDavid Ahern2019-05-221-0/+2
* | | | | | | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-0/+20
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | keys: Network namespace domain tagDavid Howells2019-06-261-0/+20
| | |_|_|_|/ / | |/| | | | |
* | | | | | | net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-06-181-3/+0
| |_|_|_|/ / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-178-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-152-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-142-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-061-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
* | | | | | 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-051-3/+3
| * | | | | ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-051-1/+4
| * | | | | net: fix indirect calls helpers for ptype list hooks.Paolo Abeni2019-06-041-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/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3023-122/+23
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-303-50/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-301-1/+5
| * | | | ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier2019-05-301-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/+12
| | |_|/ | |/| |
* / | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
|/ / /
* | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-216-0/+6
|\ \ \ | |/ / |/| |