summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-11-06selftests/bpf: Fix selftest build with old libcAlexei Starovoitov1-0/+4
2020-11-06bpf: Exercise syscall operations for inode and sk storageKP Singh1-2/+15
2020-11-06bpf: Add tests for task_local_storageKP Singh2-20/+226
2020-11-06bpf: Update selftests for local_storage to use vmlinux.hKP Singh1-19/+1
2020-11-06bpf: Fix tests for local_storageKP Singh1-9/+15
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh1-0/+9
2020-11-06bpftool: Add support for task local storageKP Singh3-3/+6
2020-11-06libbpf: Add support for task local storageKP Singh1-0/+1
2020-11-06bpf: Implement task local storageKP Singh1-0/+39
2020-11-06bpf: Lift hashtab key_size limitFlorian Lehner3-1/+89
2020-11-06tools/bpftool: Add bpftool support for split BTFAndrii Nakryiko3-4/+21
2020-11-06selftests/bpf: Add split BTF dedup selftestsAndrii Nakryiko3-0/+391
2020-11-06libbpf: Accomodate DWARF/compiler bug with duplicated identical arraysAndrii Nakryiko1-2/+25
2020-11-06libbpf: Support BTF dedup of split BTFsAndrii Nakryiko1-53/+168
2020-11-06libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko1-10/+6
2020-11-06selftests/bpf: Add checking of raw type dump in BTF writer APIs selftestsAndrii Nakryiko4-1/+256
2020-11-06selftests/bpf: Add split BTF basic testAndrii Nakryiko2-0/+110
2020-11-06libbpf: Implement basic split BTF supportAndrii Nakryiko3-45/+169
2020-11-06libbpf: Unify and speed up BTF string deduplicationAndrii Nakryiko1-165/+98
2020-11-06selftest/bpf: Relax btf_dedup test checksAndrii Nakryiko1-15/+25
2020-11-06libbpf: Factor out common operations in BTF writing APIsAndrii Nakryiko1-80/+43
2020-11-04selftest/bpf: Use global variables instead of maps for test_tcpbpf_kernAlexander Duyck3-108/+31
2020-11-04selftests/bpf: Migrate tcpbpf_user.c to use BPF skeletonAlexander Duyck1-27/+14
2020-11-04selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_resultsAlexander Duyck1-72/+43
2020-11-04selftests/bpf: Drop python client/server in favor of threadsAlexander Duyck3-147/+78
2020-11-04selftests/bpf: Move test_tcppbf_user into test_progsAlexander Duyck3-36/+10
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds13-27/+315
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-1/+420
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+0
2020-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski8-27/+288
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-50/+0
2020-10-22selftests: mptcp: depends on built-in IPv6Matthieu Baerts1-0/+1
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann1-0/+2
2020-10-22bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh()Toke Høiland-Jørgensen3-5/+173
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen1-4/+18
2020-10-22Merge branch 'kvm-fixes' into 'next'Paolo Bonzini1-1/+1
2020-10-21Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds4-4/+38
2020-10-20selftests: rtnetlink: load fou module for kci_test_encap_fou() testPo-Hsu Lin2-0/+6
2020-10-20bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checkedMartin KaFai Lau2-18/+70
2020-10-20bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checkedMartin KaFai Lau1-0/+25
2020-10-19Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-14/+65
2020-10-19Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds22-69/+208
2020-10-18selftests: forwarding: Add missing 'rp_filter' configurationIdo Schimmel2-0/+20
2020-10-18selftests/vm: 10x speedup for hmm-testsJohn Hubbard1-1/+1
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds164-5711/+10441
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-16/+75
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds29-76/+459
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+76
2020-10-16tools/testing/selftests: add self-test for verifying load alignmentChris Kennelly3-2/+76