aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | tools/runqslower: Enable out-of-tree buildJean-Philippe Brucker2020-11-111-14/+18
| * | | | | | | tools/runqslower: Use Makefile.includeJean-Philippe Brucker2020-11-111-15/+9
| * | | | | | | tools/bpftool: Fix cross-buildJean-Philippe Brucker2020-11-111-8/+26
| * | | | | | | tools/bpftool: Force clean of out-of-tree buildJean-Philippe Brucker2020-11-111-3/+5
| * | | | | | | 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 https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1270-489/+3105
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-129-18/+281
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | selftest: fix flower terse dump testsVlad Buslov2020-11-101-2/+2
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-068-16/+279
| | |\ \ \ \ \
| | | * | | | | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-052-0/+247
| | | * | | | | tools/bpftool: Fix attaching flow dissectorLorenz Bauer2020-11-051-1/+1
| | | * | | | | libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson2020-11-041-2/+4
| | | * | | | | libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson2020-11-041-1/+2
| | | * | | | | libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers2020-11-021-6/+9
| | | * | | | | tools, bpftool: Remove two unused variables.Ian Rogers2020-10-291-2/+2
| | | * | | | | tools, bpftool: Avoid array index warnings.Ian Rogers2020-10-291-1/+6
| | | * | | | | selftest/bpf: Fix profiler test using CO-RE relocation for enumsAndrii Nakryiko2020-10-261-3/+8
| | | |/ / / /
| * | | | | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2020-11-104-138/+507
| |\ \ \ \ \ \
| | * | | | | | tools/power turbostat: update version numberLen Brown2020-11-101-1/+1
| | * | | | | | tools/power turbostat: harden against cpu hotplugLen Brown2020-10-231-9/+14