summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mptcp: zero token hash at creation time.Paolo Abeni2020-07-221-1/+1
* lan743x: remove redundant initialization of variable current_head_indexColin Ian King2020-07-221-2/+1
* enetc: Remove the imdio bus on PF probe bailoutClaudiu Manoil2020-07-221-1/+9
* net: qed: Remove unneeded cast from memory allocationWang Hai2020-07-221-2/+1
* net: phy: fix check in get_phy_c45_idsVladimir Oltean2020-07-221-2/+2
* net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer2020-07-222-0/+12
* Merge branch 'Add-DSA-yaml-binding'David S. Miller2020-07-223-256/+99
|\
| * net: dsa: of: Allow ethernet-ports as encapsulating nodeKurt Kanzenbach2020-07-221-2/+6
| * dt-bindings: net: dsa: Let dsa.txt refer to dsa.yamlKurt Kanzenbach2020-07-221-254/+1
| * dt-bindings: net: dsa: Add DSA yaml bindingKurt Kanzenbach2020-07-221-0/+92
|/
* net: mscc: ocelot: fix non-initialized CPU port on VSC7514Vladimir Oltean2020-07-221-14/+14
* net: explicitly include <linux/compat.h> in net/core/sock.cChristoph Hellwig2020-07-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-2268-526/+4930
|\
| * bpftool: Use only nftw for file tree parsingTony Ambardar2020-07-212-59/+82
| * Merge branch 'bpf_iter-BTF_ID-at-build-time'Alexei Starovoitov2020-07-2112-73/+153
| |\
| | * bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-218-9/+38
| | * bpf: Make btf_sock_ids globalYonghong Song2020-07-213-28/+62
| | * bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song2020-07-213-14/+39
| | * tools/bpf: Sync btf_ids.h to toolsYonghong Song2020-07-212-1/+11
| | * bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song2020-07-213-36/+18
| |/
| * samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich2020-07-2110-16/+33
| * selftests/bpf: Fix test_lwt_seg6local.sh hangsIlya Leoshkevich2020-07-211-1/+1
| * Merge branch 'compressed-JITed-insn'Alexei Starovoitov2020-07-214-153/+643
| |\
| | * bpf, riscv: Use compressed instructions in the rv64 JITLuke Nelson2020-07-211-134/+147
| | * bpf, riscv: Add encodings for compressed instructionsLuke Nelson2020-07-211-0/+452
| | * bpf, riscv: Modify JIT ctx to support compressed instructionsLuke Nelson2020-07-214-19/+44
| |/
| * tools/bpftool: Fix error handing in do_skeleton()YueHaibing2020-07-211-1/+4
| * libbpf bpf_helpers: Use __builtin_offsetof for offsetofIan Rogers2020-07-211-1/+1
| * s390/bpf: Use bpf_skip() in bpf_jit_prologue()Ilya Leoshkevich2020-07-211-4/+5
| * s390/bpf: Tolerate not converging code shrinkingIlya Leoshkevich2020-07-211-1/+26
| * s390/bpf: Use brcl for jumping to exit_ip if necessaryIlya Leoshkevich2020-07-211-2/+6
| * s390/bpf: Fix sign extension in branch_kuIlya Leoshkevich2020-07-211-15/+4
| * selftests: bpf: test_kmod.sh: Fix running out of srctreeIlya Leoshkevich2020-07-211-3/+9
| * bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi2020-07-211-4/+7
| * bpf, netns: Fix build without CONFIG_INETJakub Sitnicki2020-07-211-0/+4
| * Merge branch 'bpf-socket-lookup'Alexei Starovoitov2020-07-1729-97/+3418
| |\
| | * selftests/bpf: Tests for BPF_SK_LOOKUP attach pointJakub Sitnicki2020-07-174-23/+1960
| | * selftests/bpf: Add verifier tests for bpf_sk_lookup context accessJakub Sitnicki2020-07-171-0/+492
| | * tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki2020-07-174-3/+5
| | * libbpf: Add support for SK_LOOKUP program typeJakub Sitnicki2020-07-174-0/+10
| | * bpf: Sync linux/bpf.h to tools/Jakub Sitnicki2020-07-171-0/+77
| | * udp6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-9/+51
| | * udp6: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-11/+26
| | * udp: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-9/+50
| | * udp: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-10/+24
| | * inet6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-172-0/+74
| | * inet6: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-9/+22
| | * inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-174-1/+156
| | * inet: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-9/+20
| | * bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-1710-4/+312