aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-04Merge tag 'net-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-46/+310
2025-09-04selftests/bpf: Add case to test bpf_in_interrupt()Leon Hwang2-0/+78
2025-09-04selftests/bpf: Introduce experimental bpf_in_interrupt()Leon Hwang1-0/+54
2025-09-04selftests/bpf: Test kfunc bpf_strcasecmpRong Tao4-0/+13
2025-09-04selftests/bpf: add benchmark testing for kprobe-multi-allMenglong Dong5-2/+80
2025-09-04selftests/bpf: skip recursive functions for kprobe_multiMenglong Dong1-0/+19
2025-09-04selftests/bpf: move get_ksyms and get_addrs to trace_helpers.cMenglong Dong3-217/+220
2025-09-04selftest: net: Fix weird setsockopt() in bind_bhash.c.Kuniyuki Iwashima1-2/+2
2025-09-04tools: gpio: remove the include directory on make cleanzhang jiao1-1/+1
2025-09-04x86/sev: Zap snp_abort()Borislav Petkov (AMD)1-1/+0
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_TIME_NSThomas Weißschuh1-1/+0
2025-09-04selftests: netfilter: fix udpclash tool hangFlorian Westphal3-4/+5
2025-09-03tools/sched_ext: Add compat helper for scx_bpf_cpu_curr()Andrea Righi2-1/+18
2025-09-03selftests/bpf: Fix count write in testapp_xdp_metadata_copy()Ricardo B. Marlière1-13/+1
2025-09-03selftests/bpf: Upon failures, exit with code 1 in test_xsk.shRicardo B. Marlière1-0/+2
2025-09-03tools: ynl-gen: fix nested array countingAsbjørn Sloth Tønnesen1-1/+1
2025-09-03tools: ynl-gen: use macro for binary min-len checkAsbjørn Sloth Tønnesen1-1/+1
2025-09-03selftests: mptcp: add checks for fallback countersGang Yan1-0/+123
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle1-0/+1
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle1-0/+1
2025-09-03perf dwarf-aux: Use signed variable types in match_var_offsetZecheng Li1-5/+6
2025-09-03perf tests: Fix "PE file support" test buildJames Clark1-2/+2
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel1-1/+2
2025-09-03objtool: Add action to check for absence of absolute relocationsArd Biesheuvel5-0/+60
2025-09-03perf tp_pmu: Remove unnecessary checkIan Rogers1-2/+0
2025-09-03perf ilist: Add support for metricsIan Rogers1-58/+168
2025-09-03perf python: Add metrics functionIan Rogers1-0/+86
2025-09-03perf python: Add evlist compute_metricIan Rogers1-0/+125
2025-09-03perf python: Add evlist metrics functionIan Rogers1-0/+33
2025-09-03perf python: Add parse_metrics functionIan Rogers1-0/+41
2025-09-03perf ilist: Add new python ilist commandIan Rogers1-0/+385
2025-09-03perf python: Add function returning dictionary of all events on a PMUIan Rogers1-0/+71
2025-09-03perf python: Add basic PMU abstraction and pmus sequenceIan Rogers1-0/+140
2025-09-03perf python: Improve the tracepoint function if no libtraceeventIan Rogers1-10/+2
2025-09-03perf python: Add more exceptions on error pathsIan Rogers1-3/+11
2025-09-03libperf event: Ensure tracing data is multiple of 8 sizedIan Rogers1-0/+1
2025-09-03perf test shell lock_contention: Extra debug diagnosticsIan Rogers1-1/+6
2025-09-03perf evsel: Avoid container_of on a NULL leaderIan Rogers1-0/+2
2025-09-03perf test trace_btf_enum: Skip if permissions are insufficientIan Rogers1-0/+11
2025-09-03perf disasm: Avoid undefined behavior in incrementing NULLIan Rogers1-2/+5
2025-09-02selftests: net: Add a selftest for VXLAN with FDB nexthop groupsIdo Schimmel2-0/+224
2025-09-02selftests: net: avoid memory leakZongmin Zhou1-3/+7
2025-09-02selftests: drv-net: rss_ctx: make the test pass with few queuesJakub Kicinski1-2/+7
2025-09-02selftests: drv-net: rss_ctx: use Netlink for timed reconfigJakub Kicinski1-3/+4
2025-09-02selftests: net: py: don't default to shell=TrueJakub Kicinski1-2/+9
2025-09-02selftests: drv-net: adjust tests before defaulting to shell=FalseJakub Kicinski1-1/+2
2025-09-02net: selftests: clean up tools/testing/selftests/net/lib/py/utils.pyBreno Leitao1-8/+3
2025-09-02perf bpf-utils: Harden get_bpf_prog_info_linearIan Rogers1-10/+33
2025-09-02perf bpf-utils: Constify bpil_array_descIan Rogers1-12/+6
2025-09-02perf bpf-event: Fix use-after-free in synthesisIan Rogers1-12/+27