summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/xsk: Fix spelling mistake "querrying" -> "querying"Colin Ian King2023-07-251-1/+1
* selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helperDaniel Borkmann2023-07-253-0/+344
* bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-3/+0
* connector/cn_proc: Selftest for proc connectorAnjali Kulkarni2023-07-233-0/+317
* selftests: mlxsw: rtnetlink: Drop obsolete testsPetr Machata2023-07-211-31/+0
* selftests: net: Add test cases for nexthop groups with invalid neighborsBenjamin Poirier2023-07-211-0/+129
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-2145-36/+417
|\
| * Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-203-2/+26
| |\
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-201-2/+23
| | |\
| | | * selftests/bpf: Add more tests for check_max_stack_depth bugKumar Kartikeya Dwivedi2023-07-191-2/+23
| | * | selftests: tc: add ConnTrack procfs kconfigMatthieu Baerts2023-07-191-0/+1
| | * | selftests: tc: add 'ct' action kconfig depMatthieu Baerts2023-07-191-0/+1
| | * | selftests: tc: set timeout to 15 minutesMatthieu Baerts2023-07-191-0/+1
| | |/
| * | Merge tag 'perf-tools-fixes-for-v6.5-1-2023-07-18' of git://git.kernel.org/pu...Linus Torvalds2023-07-1827-23/+381
| |\ \
| | * | perf test task_exit: No need for a cycles event to check if we get an PERF_RE...Arnaldo Carvalho de Melo2023-07-171-2/+2
| | * | tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-141-0/+8
| | * | tools include UAPI: Sync the sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-07-141-2/+79
| | * | tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-141-0/+31
| | * | perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-142-0/+13
| | * | perf parse-events: Avoid SEGV if PMU lookup fails for legacy cache termsIan Rogers2023-07-121-0/+8
| | * | libsubcmd: Avoid SEGV/use-after-free when commands aren't excludedIan Rogers2023-07-111-6/+12
| | * | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-0/+11
| | * | perf build: Fix broken feature check for libtracefs due to external lib changesThomas Richter2023-07-111-1/+1
| | * | tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-07-112-2/+3
| | * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-1/+5
| | * | tools headers uapi: Sync linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-0/+5
| | * | perf vendor events amd: Fix large metricsSandipan Das2023-07-113-3/+6
| | * | perf build: Fix library not found error when using CSLIBSJames Clark2023-07-111-2/+2
| | * | tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo2023-07-116-1/+22
| | * | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-2/+93
| | * | perf probe: Read DWARF files from the correct CUGeorg Müller2023-07-111-1/+3
| | * | perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller2023-07-111-0/+77
| * | | Merge tag 'mm-hotfixes-stable-2023-07-18-12-28' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-1810-4/+4
| |\ \ \
| | * | | maple_tree: fix node allocation testing on 32 bitLiam R. Howlett2023-07-171-3/+3
| | * | | selftests/mm: mkdirty: fix incorrect position of #endifColin Ian King2023-07-171-1/+1
| | * | | selftests/mm: give scripts execute permissionRyan Roberts2023-07-148-0/+0
| | |/ /
| * | | Merge tag 'linux-kselftest-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-07-184-6/+5
| |\ \ \
| | * | | selftests/arm64: fix build failure during the "emit_tests" stepJohn Hubbard2023-07-141-1/+1
| | * | | selftests/riscv: fix potential build failure during the "emit_tests" stepJohn Hubbard2023-07-141-1/+1
| | * | | tools: timers: fix freq average calculationMinjie Du2023-07-131-2/+1
| | * | | selftests/mincore: fix skip condition for check_huge_pages testRicardo Cañuelo2023-07-131-2/+2
| | |/ /
| * | | Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-07-161-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | objtool: initialize all of struct elfMichal Kubecek2023-07-101-1/+1
| | |/
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-2028-196/+5103
|\ \ \
| * | | bpf: sync tools/ uapi header withAlan Maguire2023-07-191-0/+2
| * | | selftests/bpf: Add mprog API tests for BPF tcx linksDaniel Borkmann2023-07-191-0/+1583
| * | | selftests/bpf: Add mprog API tests for BPF tcx optsDaniel Borkmann2023-07-193-0/+2351
| * | | bpftool: Extend net dump with tcx progsDaniel Borkmann2023-07-193-16/+116
| * | | libbpf: Add helper macro to clear opts structsDaniel Borkmann2023-07-191-0/+16
| * | | libbpf: Add link-based API for tcxDaniel Borkmann2023-07-195-11/+88