summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-06-28selftests: mirror: Drop direction argument from several functionsPetr Machata
2024-06-28selftests: libs: Expand "$@" where possiblePetr Machata
2024-06-28ethtool: Add an interface for flashing transceiver modules' firmwareDanielle Ratson
2024-06-28tools/power turbostat: Add ZERO_ARRAY for zero initializing builtin arrayPatryk Wlazlyn
2024-06-28tools/power turbostat: Replace enum rapl_source and cstate_source with counte...Patryk Wlazlyn
2024-06-28tools/power turbostat: Remove anonymous union from rapl_counter_info_tPatryk Wlazlyn
2024-06-27tools/power turbostat: Add local build_bug.h header for snapshot targetPatryk Wlazlyn
2024-06-27tools/power/turbostat: Switch to new Intel CPU model definesTony Luck
2024-06-27tools/power turbostat: Fix unc freq columns not showing with '-q' or '-l'Adam Hawley
2024-06-27tools/power turbostat: option '-n' is ambiguousDavid Arcari
2024-06-27perf pmu: Don't de-duplicate core PMUsJames Clark
2024-06-27perf pmu: Restore full PMU name wildcard supportJames Clark
2024-06-27perf report: Display pregress bar on redirected pipe dataNamhyung Kim
2024-06-27selftests: net: add config for openvswitchAaron Conole
2024-06-27selftests: net: Use the provided dpctl rather than the vswitchd for tests.Aaron Conole
2024-06-27selftests: openvswitch: Support implicit ipv6 arguments.Aaron Conole
2024-06-27selftests: openvswitch: Add support for tunnel() key.Aaron Conole
2024-06-27selftests: openvswitch: Add set() and set_masked() support.Aaron Conole
2024-06-27selftests: openvswitch: Refactor actions parsing.Aaron Conole
2024-06-27selftests: openvswitch: Support explicit tunnel port creation.Aaron Conole
2024-06-27tools: ynl: use display hints for formatting of scalar attrsJakub Kicinski
2024-06-27Merge tag 'linux-cpupower-6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linu...Rafael J. Wysocki
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-27sched_ext: Fix spelling mistake: "intead" -> "instead"Colin Ian King
2024-06-27Merge tag 'net-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-06-27KVM: selftests: Print the seed for the guest pRNG iff it has changedSean Christopherson
2024-06-27selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.Kuniyuki Iwashima
2024-06-27af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Check SIGURG after every send() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.cKuniyuki Iwashima
2024-06-27af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.Kuniyuki Iwashima
2024-06-27af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.Kuniyuki Iwashima
2024-06-27af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Add msg_oob.c.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Remove test_unix_oob.c.Kuniyuki Iwashima
2024-06-27selftests/hid: add an infinite loop test for hid_bpf_try_input_reportBenjamin Tissoires
2024-06-27selftests/hid: add another test for injecting an event from an event hookBenjamin Tissoires
2024-06-27selftests/hid: add wq test for hid_bpf_input_report()Benjamin Tissoires
2024-06-27selftests/hid: add tests for hid_hw_output_report HID-BPF hooksBenjamin Tissoires
2024-06-27selftests/hid: add tests for hid_hw_raw_request HID-BPF hooksBenjamin Tissoires
2024-06-27selftests/alsa:Fix printf format string in pcm-test.cZhu Jun
2024-06-26selftests: drv-net: rss_ctx: add tests for RSS configuration and contextsJakub Kicinski
2024-06-26selftests: drv-net: add ability to wait for at least N packets to load genJakub Kicinski
2024-06-26selftests: drv-net: add helper to wait for HW stats to syncJakub Kicinski
2024-06-26selftests: drv-net: try to check if port is in useJakub Kicinski
2024-06-26selftests/bpf: Move ARRAY_SIZE to bpf_misc.hJiri Olsa
2024-06-26libbpf: Fix clang compilation error in btf_relocate.cAlan Maguire
2024-06-26selftests/bpf: Don't close(-1) in serial_test_fexit_stress()Ma Ke