summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2023-10-2640-60/+2992
|\
| * selftests/bpf: Fix selftests broken by mitigations=offYafang Shao2023-10-261-1/+32
| * selftests/bpf: Add selftests for netkitDaniel Borkmann2023-10-244-0/+705
| * selftests/bpf: Add netlink helper libraryDaniel Borkmann2023-10-243-5/+418
| * bpftool: Extend net dump with netkit progsDaniel Borkmann2023-10-242-5/+10
| * bpftool: Implement link show support for netkitDaniel Borkmann2023-10-241-0/+9
| * libbpf: Add link-based API for netkitDaniel Borkmann2023-10-245-0/+76
| * tools: Sync if_link uapi headerDaniel Borkmann2023-10-241-0/+141
| * netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2023-10-241-0/+14
| * selftests/bpf: test if state loops are detected in a tricky caseEduard Zingerman2023-10-231-0/+177
| * selftests/bpf: tests with delayed read/precision makrs in loop bodyEduard Zingerman2023-10-231-0/+518
| * bpf: exact states comparison for iterator convergence checksEduard Zingerman2023-10-231-0/+1
| * selftests/bpf: Add more test cases for bpf memory allocatorHou Tao2023-10-202-7/+193
| * selftests/bpf: Make linked_list failure test more robustKumar Kartikeya Dwivedi2023-10-202-9/+5
| * selftests/bpf: Add tests for open-coded task and css iterChuyi Zhou2023-10-195-0/+415
| * selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.cChuyi Zhou2023-10-192-9/+9
| * bpf: Introduce css open-coded iterator kfuncsChuyi Zhou2023-10-191-0/+6
| * bpf: Introduce task open coded iterator kfuncsChuyi Zhou2023-10-191-0/+5
| * bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou2023-10-191-0/+8
| * bpftool: Wrap struct_ops dump in an arrayManu Bretelle2023-10-191-0/+6
| * bpftool: Fix printing of pointer valueManu Bretelle2023-10-191-1/+1
| * selftests/bpf: Add options and frags to xdp_hw_metadataLarysa Zaremba2023-10-182-13/+67
| * selftests/bpf: Add additional mprog query test coverageDaniel Borkmann2023-10-171-1/+130
| * selftests/bpf: Add selftest for bpf_task_under_cgroup() in sleepable progYafang Shao2023-10-172-3/+36
| * libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym sectionAndrii Nakryiko2023-10-171-6/+10
* | tools: ynl-gen: respect attr-cnt-name at the attr set levelJakub Kicinski2023-10-261-3/+4
* | netlink: specs: support conditional operationsJakub Kicinski2023-10-261-0/+22
* | netlink: make range pointers in policies constJakub Kicinski2023-10-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-2612-31/+134
|\ \
| * \ Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-242-0/+41
| |\ \
| | * | maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2023-10-181-0/+40
| | * | selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda2023-10-181-0/+1
| * | | Merge tag 'urgent/nolibc.2023.10.16a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-10-232-1/+4
| |\ \ \
| | * | | tools/nolibc: mark start_c as weakThomas Weißschuh2023-10-121-0/+1
| | * | | tools/nolibc: i386: Fix a stack misalign bug on _startAmmar Faizi2023-10-121-1/+3
| * | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-10-231-0/+12
| |\ \ \ \
| | * | | | tools/virtio: Add dma sync api for virtio testLiming Wu2023-10-161-0/+12
| * | | | | Merge tag 'probes-fixes-v6.6-rc6.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-211-0/+13
| |\ \ \ \ \
| | * | | | | selftests/ftrace: Add new test case which checks non unique symbolFrancis Laniel2023-10-201-0/+13
| | |/ / / /
| * | | | | Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' of git://git.kernel.org/pu...Linus Torvalds2023-10-205-23/+55
| |\ \ \ \ \
| | * | | | | tools build: Fix llvm feature detection, still used by bpftoolArnaldo Carvalho de Melo2023-10-191-0/+14
| | * | | | | perf dlfilter: Add a test for object_code()Adrian Hunter2023-09-302-2/+22
| | * | | | | perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()Adrian Hunter2023-09-291-17/+15
| | * | | | | perf pmu: Fix perf stat output with correct scale and unitWyes Karny2023-09-261-4/+4
| * | | | | | Merge tag 'linux_kselftest_active-fixes-6.6-rc7' of git://git.kernel.org/pub/...Linus Torvalds2023-10-201-7/+9
| |\ \ \ \ \ \
| | * | | | | | selftests/user_events: Fix abi_test for BE archsBeau Belgrave2023-10-171-7/+9
* | | | | | | | selftests: net: change ifconfig with ip commandSwarup Laxman Kotiaklapudi2023-10-241-2/+4
* | | | | | | | tools: ynl-gen: add support for exact-len validationDavide Caratti2023-10-241-11/+17
* | | | | | | | Merge branch 'devlink-finish-conversion-to-generated-split_ops'Jakub Kicinski2023-10-236-15/+7185
|\ \ \ \ \ \ \ \
| * | | | | | | | netlink: specs: devlink: add the remaining command to generate complete split...Jiri Pirko2023-10-232-1/+7122