summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-24tools: ynl: Handle byte-order in struct membersDonald Hunter
2023-05-24tools: ynl: Use dict of predefined Structs to decode scalar typesDonald Hunter
2023-05-23bpf, sockmap: Test progs verifier error with latest clangJohn Fastabend
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with dropsJohn Fastabend
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx bufferJohn Fastabend
2023-05-23bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0John Fastabend
2023-05-23bpf, sockmap: Build helper to create connected socket pairJohn Fastabend
2023-05-23bpf, sockmap: Pull socket helpers out of listen test for general useJohn Fastabend
2023-05-21Merge tag 'perf-tools-fixes-for-v6.4-1-2023-05-20' of git://git.kernel.org/pu...Linus Torvalds
2023-05-19Merge tag 'pm-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-05-19perf bench syscall: Fix __NR_execve undeclared build errorTiezhu Yang
2023-05-19Merge tag 'linux-cpupower-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki
2023-05-19perf test attr: Fix python SafeConfigParser() deprecation warningIan Rogers
2023-05-19perf test attr: Update no event/metric expectationsIan Rogers
2023-05-19selftests: fib_tests: mute cleanup error messagePo-Hsu Lin
2023-05-18selftests: mptcp: centralize stats dumpingPaolo Abeni
2023-05-18selftests: mptcp: add explicit check for new mibsPaolo Abeni
2023-05-18mptcp: introduces more address related mibsPaolo Abeni
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-17Merge tag 'linux-kselftest-fixes-6.4-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-05-17tools headers disabled-features: Sync with the kernel sourcesArnaldo Carvalho de Melo
2023-05-17tools headers UAPI: Sync arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo
2023-05-17tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo
2023-05-17tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo
2023-05-17net: selftests: Fix optstringBenjamin Poirier
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-16tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo
2023-05-16tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo
2023-05-16perf metrics: Avoid segv with --topdown for metrics without a groupIan Rogers
2023-05-15bpf, arm64: Support struct arguments in the BPF trampolineFlorent Revest
2023-05-15bpftool: JIT limited misreported as negative value on aarch64Alan Maguire
2023-05-14selftests/bpf: Fix pkg-config call building sign-fileJeremy Sowden
2023-05-14Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-05-13selftests/bpf: Correctly handle optlen > 4096Stanislav Fomichev
2023-05-13selftests/bpf: Update EFAULT {g,s}etsockopt selftestsStanislav Fomichev
2023-05-13selftests: net: vxlan: Add tests for vxlan nolocalbypass option.Vladimir Nikishkin
2023-05-13tools/testing/cxl: Use DEFINE_STATIC_SRCU()Dan Williams
2023-05-12libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko
2023-05-12selftests: fcnal: Test SO_DONTROUTE on raw and ping sockets.Guillaume Nault
2023-05-12selftests: fcnal: Test SO_DONTROUTE on UDP sockets.Guillaume Nault
2023-05-12selftests: fcnal: Test SO_DONTROUTE on TCP sockets.Guillaume Nault
2023-05-12selftests: Add SO_DONTROUTE option to nettest.Guillaume Nault
2023-05-11selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_testAndrea Mayer
2023-05-11selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_testAndrea Mayer
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski