summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-02-20selftests/bpf: Add launch time request to xdp_hw_metadataSong Yoong Siang
2025-02-20xsk: Add launch time hardware offload support to XDP Tx metadataSong Yoong Siang
2025-02-20selftests/bpf: Add simple bpf tests in the tx path for timestamping featureJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callbackJason Xing
2025-02-20bpf: Add networking timestamping support to bpf_get/setsockopt()Jason Xing
2025-02-20tools/nolibc: add support for 32-bit s390Thomas Weißschuh
2025-02-20selftests/nolibc: rename s390 to s390xThomas Weißschuh
2025-02-20selftests/nolibc: only run constructor tests on nolibcThomas Weißschuh
2025-02-20selftests/tracing: Allow some more tests to run in instancesSteven Rostedt
2025-02-20selftests/ftrace: Clean up triggers after setting themSteven Rostedt
2025-02-20selftests/tracing: Test only toplevel README file not the instancesSteven Rostedt
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-20Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-20cpupower: monitor: Exit with error status if execvp() failYiwei Lin
2025-02-20tools/memory-model: Define effect of Mb tags on RMWs in tools/...Jonas Oberhauser
2025-02-20tools/memory-model: Define applicable tags on operation in tools/...Jonas Oberhauser
2025-02-20tools/memory-model: Legitimize current use of tags in LKMM macrosJonas Oberhauser
2025-02-20tools/memory-model: Add atomic_andnot() with its variantsPuranjay Mohan
2025-02-20tools/memory-model: Add atomic_and()/or()/xor() and add_negativePuranjay Mohan
2025-02-20selftests/nsfs: add ioctl validation testsChristian Brauner
2025-02-20tools/power turbostat: Add idle governor statistics reportingArtem Bityutskiy
2025-02-19selftests: drv-net: add a simple TSO testJakub Kicinski
2025-02-19selftests: drv-net: store addresses in dict indexed by ipverJakub Kicinski
2025-02-19selftests: drv-net: get detailed interface infoJakub Kicinski
2025-02-19selftests: drv-net: resolve remote interface nameJakub Kicinski
2025-02-19selftests: net: Fix minor typos in MPTCP and psock testsSuchit
2025-02-19selftests/bpf: Add a specific dst port matchingCong Wang
2025-02-19selftests/net/forwarding: Add a test case for tc-flower of mixed port and por...Cong Wang
2025-02-19selftests: fib_rule_tests: Add port mask match testsIdo Schimmel
2025-02-19selftests: fib_rule_tests: Add port range match testsIdo Schimmel
2025-02-19selftests/bpf: Add tests for bpf_copy_from_user_task_strJordan Rome
2025-02-19selftests/bpf: Enable kprobe_multi tests for ARM64Alexis Lothoré (eBPF Foundation)
2025-02-19libbpf: Wrap libbpf API direct err with libbpf_errTao Chen
2025-02-19perf tools: Improve startup time by reducing unnecessary stat() callsKrzysztof Łopatowski
2025-02-19perf report: Fix input reload/switch with symbol sort keyDmitry Vyukov
2025-02-19perf report: Support switching data w/ and w/o callchainsNamhyung Kim
2025-02-19perf report: Switch data file correctly in TUINamhyung Kim
2025-02-19perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman
2025-02-19perf list: Also append PMU name in verbose modeJames Clark
2025-02-19perf vendor events arm64: Fix incorrect CPU_CYCLE in metrics exprYangyu Chen
2025-02-19pm: cpupower: bench: Prevent NULL dereference on malloc failureZhongqiu Han
2025-02-19selftests/bpf: Add rto max for bpf_setsockopt testJason Xing
2025-02-19selftests/bpf: ns_current_pid_tgid: Use test_progs's ns_ featureBastien Curutchet (eBPF Foundation)
2025-02-19selftests/bpf: tc_links/tc_opts: Unserialize testsBastien Curutchet (eBPF Foundation)
2025-02-19selftests/bpf: Optionally open a dedicated namespace to run test in itBastien Curutchet (eBPF Foundation)
2025-02-19selftests/bpf: ns_current_pid_tgid: Rename the test functionBastien Curutchet (eBPF Foundation)