summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-024-21/+101
|\
| * libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus2021-04-011-2/+11
| * libbpf: Restore umem state after socket create failureCiara Loftus2021-04-011-18/+23
| * libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus2021-04-011-0/+3
| * bpf/selftests: Test that kernel rejects a TCP CC with an invalid licenseToke Høiland-Jørgensen2021-03-262-0/+63
| * libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela2021-03-251-1/+1
* | selftests: forwarding: vxlan_bridge_1d: Add more ECN decap test casesIdo Schimmel2021-03-291-1/+12
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-251-2/+2
|\
| * selftests/vm: fix out-of-tree buildRong Chen2021-03-251-2/+2
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-03-251-5/+17
|\ \
| * | kselftest/arm64: sve: Do not use non-canonical FFR register valueAndre Przywara2021-03-221-5/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-2417-45/+320
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-204-1/+122
| |\ \
| | * | selftests/bpf: Add selftest for pointer-to-array-of-struct BTF dumpJean-Philippe Brucker2021-03-191-0/+8
| | * | libbpf: Fix BTF dump of pointer-to-array-of-structJean-Philippe Brucker2021-03-191-1/+1
| | * | selftest/bpf: Add a test to check trampoline freeing logic.Alexei Starovoitov2021-03-182-0/+113
| * | | selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate valueHangbin Liu2021-03-191-1/+1
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-177-16/+64
| |\ \
| | * | libbpf: Use SOCK_CLOEXEC when opening the netlink socketKumar Kartikeya Dwivedi2021-03-181-1/+1
| | * | libbpf: Fix error path in bpf_object__elf_init()Namhyung Kim2021-03-181-1/+2
| | * | bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk2021-03-174-10/+59
| | * | selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failedHangbin Liu2021-03-151-4/+2
| * | | selftests/net: fix warnings on reuseaddr_ports_exhaustedCarlos Llamas2021-03-161-16/+16
| |/ /
| * | selftests: mptcp: Restore packet capture option in join testsMat Martineau2021-03-121-10/+20
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-103-1/+97
| |\ \
| | * | selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len paramJesper Dangaard Brouer2021-03-082-0/+96
| | * | libbpf: Fix INSTALL flag orderGeorgi Valkov2021-03-081-1/+1
* | | | Merge tag 'linux-kselftest-kunit-fixes-5.12-rc5.1' of git://git.kernel.org/pu...Linus Torvalds2021-03-232-1/+3
|\ \ \ \
| * | | | kunit: tool: Disable PAGE_POISONING under --alltestsDavid Gow2021-03-111-0/+2
| * | | | kunit: tool: Fix a python tuple typing errorDavid Gow2021-03-111-1/+1
* | | | | selftests: kvm: add set_boot_cpu_id testEmanuele Giuseppe Esposito2021-03-183-0/+168
* | | | | selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito2021-03-182-1/+7
* | | | | selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito2021-03-185-2/+137
* | | | | selftests: kvm: Add basic Hyper-V clocksources testsVitaly Kuznetsov2021-03-183-0/+262
* | | | | Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-141-0/+3
|\ \ \ \ \
| * | | | | objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra2021-03-121-0/+3
| |/ / / /
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-03-121-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | kselftest: arm64: Fix exit code of sve-ptraceMark Brown2021-03-101-1/+1
| |/ /
* | | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-0915-14/+214
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-03-062-1/+100
| |\ \ \ | | |_|/ | |/| |
| | * | selftests: netfilter: test nat port clash resolution interaction with tcp ear...Florian Westphal2021-02-282-1/+100
| * | | selftest/net/ipsec.c: Remove unneeded semicolonXu Wang2021-03-051-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-055-6/+65
| |\ \ \
| | * | | bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman2021-03-042-0/+50
| | * | | libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski2021-03-041-2/+3
| | * | | selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta2021-03-021-1/+2
| | * | | selftests/bpf: Use the last page in test_snprintf_btf on s390Ilya Leoshkevich2021-03-021-3/+10
| | |/ /
| * / / selftests: fib_nexthops: Test blackhole nexthops when loopback goes downIdo Schimmel2021-03-041-0/+8
| |/ /
| * | selftests: forwarding: Fix race condition in mirror installationDanielle Ratson2021-02-261-0/+9
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-265-6/+31
| |\ \