summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2023-05-30selftests: mptcp: userspace pm: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: sockopt: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: simult flows: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: diag: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: join: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: pm nl: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: connect: skip if MPTCP is not supportedMatthieu Baerts-1/+45
2023-05-30selftests: mptcp: join: avoid using 'cmp --bytes'Matthieu Baerts-2/+11
2023-05-25tools: ynl: avoid dict errors on older Python versionsJakub Kicinski-2/+3
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-373/+598
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-372/+597
2023-05-23bpf, sockmap: Test progs verifier error with latest clangJohn Fastabend-7/+5
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with dropsJohn Fastabend-13/+66
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx bufferJohn Fastabend-0/+48
2023-05-23bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0John Fastabend-0/+94
2023-05-23bpf, sockmap: Build helper to create connected socket pairJohn Fastabend-102/+123
2023-05-23bpf, sockmap: Pull socket helpers out of listen test for general useJohn Fastabend-262/+273
2023-05-21Merge tag 'perf-tools-fixes-for-v6.4-1-2023-05-20' of git://git.kernel.org/pu...Linus Torvalds-322/+865
2023-05-19Merge tag 'pm-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-24/+30
2023-05-19perf bench syscall: Fix __NR_execve undeclared build errorTiezhu Yang-0/+3
2023-05-19Merge tag 'linux-cpupower-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki-24/+30
2023-05-19perf test attr: Fix python SafeConfigParser() deprecation warningIan Rogers-3/+3
2023-05-19perf test attr: Update no event/metric expectationsIan Rogers-174/+249
2023-05-19selftests: fib_tests: mute cleanup error messagePo-Hsu Lin-1/+1
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-7/+12
2023-05-17Merge tag 'linux-kselftest-fixes-6.4-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+71
2023-05-17tools headers disabled-features: Sync with the kernel sourcesArnaldo Carvalho de Melo-1/+7
2023-05-17tools headers UAPI: Sync arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo-0/+11
2023-05-17tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo-72/+24
2023-05-17tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo-5/+21
2023-05-17net: selftests: Fix optstringBenjamin Poirier-1/+1
2023-05-16tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo-1/+1
2023-05-16tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo-0/+2
2023-05-16perf metrics: Avoid segv with --topdown for metrics without a groupIan Rogers-1/+1
2023-05-14selftests/bpf: Fix pkg-config call building sign-fileJeremy Sowden-1/+1
2023-05-14Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-05-13tools/testing/cxl: Use DEFINE_STATIC_SRCU()Dan Williams-1/+1
2023-05-11selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_testAndrea Mayer-5/+6
2023-05-11selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_testAndrea Mayer-1/+5
2023-05-11Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-7/+193
2023-05-10Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-6/+139
2023-05-10perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...Jiri Olsa-0/+2
2023-05-10perf cs-etm: Fix contextid validationJames Clark-5/+4
2023-05-10perf arm64: Fix build with refcount checkingJames Clark-3/+3
2023-05-10perf test: Add stat test for record and scriptSandipan Das-0/+13
2023-05-10perf script: Skip aggregation for stat eventsSandipan Das-0/+7
2023-05-10perf build: Add system include paths to BPF buildsIan Rogers-1/+18
2023-05-10perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryYang Jihong-1/+3
2023-05-10perf parse-events: Do not break up AUX event groupAdrian Hunter-6/+3
2023-05-10perf test test_intel_pt.sh: Test sample mode with event with PMU nameAdrian Hunter-0/+7