summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-05-22selftests/bpf: Add selftest for sockmap/hashmap redirectionMichal Luczaj
2025-05-22selftests/bpf: Introduce verdict programs for sockmap_redirMichal Luczaj
2025-05-22selftests/bpf: Add u32()/u64() to sockmap_helpersMichal Luczaj
2025-05-22selftests/bpf: Add socket_kind_to_str() to socket_helpersMichal Luczaj
2025-05-22selftests/bpf: Support af_unix SOCK_DGRAM socket pair creationMichal Luczaj
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-22selftests/bpf: Add SKIP_LLVM makefile variableMykyta Yatsenko
2025-05-22selftests: netfilter: move fib vrf test to nft_fib.shFlorian Westphal
2025-05-22selftests: netfilter: nft_fib.sh: add 'type' mode testsFlorian Westphal
2025-05-22selftests: netfilter: nft_concat_range.sh: add coverage for 4bit group repres...Florian Westphal
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2025-05-22objtool/rust: relax slice condition to cover more `noreturn` Rust functionsMiguel Ojeda
2025-05-22selftests/tc-testing: Add an HFSC qlen accounting testCong Wang
2025-05-22perf/uapi: Clean up <uapi/linux/perf_event.h> a bitIngo Molnar
2025-05-22perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h>Ian Rogers
2025-05-21tools: ynl: add a sample for TCJakub Kicinski
2025-05-21tools: ynl: enable codegen for TCJakub Kicinski
2025-05-21tools: ynl-gen: support weird sub-message formatsJakub Kicinski
2025-05-21tools: ynl-gen: support local attrs in _multi_parseJakub Kicinski
2025-05-21tools: ynl-gen: move fixed header info from RenderInfo to StructJakub Kicinski
2025-05-21tools: ynl-gen: support passing selector to a nestJakub Kicinski
2025-05-21tools: ynl-gen: add makefile deps for neighJakub Kicinski
2025-05-21perf python: Add evsel cpus and threads functionsIan Rogers
2025-05-21libperf threadmap: Add perf_thread_map__idx()Ian Rogers
2025-05-21libperf threadmap: Don't segv for index 0 for the NULL 'struct perf_thread_ma...Ian Rogers
2025-05-21perf test amd: Skip amd-ibs-period test on kernel < v6.15Ravi Bangoria
2025-05-21perf thread: Ensure comm_lock held for comm_listIan Rogers
2025-05-21perf rwsem: Add clang's -Wthread-safety annotationsIan Rogers
2025-05-21perf dso: Minor refactor to allow clang's Wthread-safety analysisIan Rogers
2025-05-21selftests/sched_ext: Update test enq_select_cpu_failsAndrea Righi
2025-05-21selftests: can: test_raw_filter.sh: add support of physical interfacesVincent Mailhol
2025-05-21selftests: can: Import tst-filter from can-testsFelix Maurer
2025-05-21selftests: harness: Stop using setjmp()/longjmp()Thomas Weißschuh
2025-05-21selftests: harness: Add "variant" and "self" to test metadataThomas Weißschuh
2025-05-21selftests: harness: Add teardown callback to test metadataThomas Weißschuh
2025-05-21selftests: harness: Move teardown conditional into test metadataThomas Weißschuh
2025-05-21selftests: harness: Don't set setup_completed for fixtureless testsThomas Weißschuh
2025-05-21selftests: harness: Implement test timeouts through pidfdThomas Weißschuh
2025-05-21selftests: harness: Remove dependency on libatomicThomas Weißschuh
2025-05-21selftests: harness: Remove inline qualifier for wrappersThomas Weißschuh
2025-05-21selftests: harness: Mark functions without prototypes staticThomas Weißschuh
2025-05-21selftests: harness: Ignore unused variant argument warningThomas Weißschuh
2025-05-21selftests: harness: Use C89 comment styleThomas Weißschuh
2025-05-21selftests: harness: Add kselftest harness selftestThomas Weißschuh
2025-05-21selftests/nolibc: drop include guards around standard headersThomas Weißschuh
2025-05-21tools/nolibc: move NULL and offsetof() to sys/stddef.hThomas Weißschuh
2025-05-21tools/nolibc: move uname() and friends to sys/utsname.hThomas Weißschuh
2025-05-21tools/nolibc: move makedev() and friends to sys/sysmacros.hThomas Weißschuh
2025-05-21tools/nolibc: move getrlimit() and friends to sys/resource.hThomas Weißschuh
2025-05-21tools/nolibc: move reboot() to sys/reboot.hThomas Weißschuh