aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2020-11-116-27/+10
* selftest/bpf: Add missed ip6ip6 test backHangbin Liu2020-11-102-39/+46
* tools/bpftool: Add support for in-kernel and named BTF in `btf show`Andrii Nakryiko2020-11-101-1/+27
* bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko2020-11-101-0/+3
* bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingressMartin KaFai Lau2020-11-092-7/+7
* selftests/bpf: Fix selftest build with old libcAlexei Starovoitov2020-11-061-0/+4
* bpf: Exercise syscall operations for inode and sk storageKP Singh2020-11-061-2/+15
* bpf: Add tests for task_local_storageKP Singh2020-11-062-20/+226
* bpf: Update selftests for local_storage to use vmlinux.hKP Singh2020-11-061-19/+1
* bpf: Fix tests for local_storageKP Singh2020-11-061-9/+15
* bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2020-11-061-0/+9
* bpftool: Add support for task local storageKP Singh2020-11-063-3/+6
* libbpf: Add support for task local storageKP Singh2020-11-061-0/+1
* bpf: Implement task local storageKP Singh2020-11-061-0/+39
* bpf: Lift hashtab key_size limitFlorian Lehner2020-11-053-1/+89
* tools/bpftool: Add bpftool support for split BTFAndrii Nakryiko2020-11-053-4/+21
* selftests/bpf: Add split BTF dedup selftestsAndrii Nakryiko2020-11-053-0/+391
* libbpf: Accomodate DWARF/compiler bug with duplicated identical arraysAndrii Nakryiko2020-11-051-2/+25
* libbpf: Support BTF dedup of split BTFsAndrii Nakryiko2020-11-051-53/+168
* libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko2020-11-051-10/+6
* selftests/bpf: Add checking of raw type dump in BTF writer APIs selftestsAndrii Nakryiko2020-11-054-1/+256
* selftests/bpf: Add split BTF basic testAndrii Nakryiko2020-11-052-0/+110
* libbpf: Implement basic split BTF supportAndrii Nakryiko2020-11-053-45/+169
* libbpf: Unify and speed up BTF string deduplicationAndrii Nakryiko2020-11-051-165/+98
* selftest/bpf: Relax btf_dedup test checksAndrii Nakryiko2020-11-051-15/+25
* libbpf: Factor out common operations in BTF writing APIsAndrii Nakryiko2020-11-051-80/+43
* selftest/bpf: Use global variables instead of maps for test_tcpbpf_kernAlexander Duyck2020-11-033-108/+31
* selftests/bpf: Migrate tcpbpf_user.c to use BPF skeletonAlexander Duyck2020-11-031-27/+14
* selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_resultsAlexander Duyck2020-11-031-72/+43
* selftests/bpf: Drop python client/server in favor of threadsAlexander Duyck2020-11-033-147/+78
* selftests/bpf: Move test_tcppbf_user into test_progsAlexander Duyck2020-11-033-36/+10
* Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-2313-27/+315
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-10-228-27/+288
| |\
| | * bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2020-10-221-0/+2
| | * bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh()Toke Høiland-Jørgensen2020-10-223-5/+173
| | * bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2020-10-221-4/+18
| | * bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checkedMartin KaFai Lau2020-10-192-18/+70
| | * bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checkedMartin KaFai Lau2020-10-191-0/+25
| * | selftests: mptcp: depends on built-in IPv6Matthieu Baerts2020-10-211-0/+1
| * | selftests: rtnetlink: load fou module for kci_test_encap_fou() testPo-Hsu Lin2020-10-192-0/+6
| |/
| * selftests: forwarding: Add missing 'rp_filter' configurationIdo Schimmel2020-10-182-0/+20
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-235-1/+420
|\ \
| * \ Merge branch 'kvm-fixes' into 'next'Paolo Bonzini2020-10-211-1/+1
| |\ \
| * | | KVM: x86: do not attempt TSC synchronization on guest writesPaolo Bonzini2020-09-282-0/+169
| * | | KVM: selftests: Add test for user space MSR handlingAlexander Graf2020-09-283-0/+250
| * | | KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"Sean Christopherson2020-09-281-1/+1
* | | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-1/+1
|\ \ \ \
| * | | | kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
* | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-2/+0
|\ \ \ \ \
| * | | | | lkdtm: remove set_fs-based testsChristoph Hellwig2020-09-081-2/+0