summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-11-27selftests: tc-testing: remove buildebpf pluginPedro Tammela
2023-11-27selftests/net: mptcp: fix uninitialized variable warningsWillem de Bruijn
2023-11-27selftests/net: unix: fix unused variable compiler warningWillem de Bruijn
2023-11-27selftests/net: fix a char signedness issueWillem de Bruijn
2023-11-27selftests/net: ipsec: fix constant out of rangeWillem de Bruijn
2023-11-27selftests/bpf: update test_offload to use new orphaned propertyStanislav Fomichev
2023-11-27bpftool: mark orphaned programs during prog showStanislav Fomichev
2023-11-27ndtest: fix typo class_regster -> class_registerYi Zhang
2023-11-27bpf: Fix a few selftest failures due to llvm18 changeYonghong Song
2023-11-26Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-11-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-11-25parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller
2023-11-24Merge tag 'pm-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-11-24tools: ynl-gen: use enum name from the specJakub Kicinski
2023-11-24tools: ynl-get: use family c-nameJakub Kicinski
2023-11-24tools: ynl-gen: always append ULL/LL to range typesJakub Kicinski
2023-11-24selftests/bpf: Add lazy global subprog validation testsAndrii Nakryiko
2023-11-24bpf: Validate global subprogs lazilyAndrii Nakryiko
2023-11-24Documentation: Document each netlink familyBreno Leitao
2023-11-23libbpf: Start v1.4 development cycleEduard Zingerman
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-23tools: ynl: fix duplicate op name in devlinkJakub Kicinski
2023-11-23tools: ynl: fix header path for nfsdJakub Kicinski
2023-11-23vsock/test: fix SEQPACKET message bounds testArseniy Krasnov
2023-11-23kselftest/arm64: Fix output formatting for za-forkMark Brown
2023-11-22tools: Disable __packed attribute compiler warning due to -Werror=attributesArnaldo Carvalho de Melo
2023-11-22perf build: Ensure sysreg-defs Makefile respects output dirOliver Upton
2023-11-22tools perf: Add arm64 sysreg files to MANIFESTOliver Upton
2023-11-22tools/perf: Update tools's copy of mips syscall tableNamhyung Kim
2023-11-22tools/perf: Update tools's copy of s390 syscall tableNamhyung Kim
2023-11-22tools/perf: Update tools's copy of powerpc syscall tableNamhyung Kim
2023-11-22tools/perf: Update tools's copy of x86 syscall tableNamhyung Kim
2023-11-22tools headers: Update tools's copy of s390/asm headersNamhyung Kim
2023-11-22tools headers: Update tools's copy of arm64/asm headersNamhyung Kim
2023-11-22tools headers: Update tools's copy of x86/asm headersNamhyung Kim
2023-11-22tools headers: Update tools's copy of socket.h headerNamhyung Kim
2023-11-22tools headers UAPI: Update tools's copy of unistd.h headerNamhyung Kim
2023-11-22tools headers UAPI: Update tools's copy of vhost.h headerNamhyung Kim
2023-11-22tools headers UAPI: Update tools's copy of mount.h headerNamhyung Kim
2023-11-22tools headers UAPI: Update tools's copy of kvm.h headerNamhyung Kim
2023-11-22tools headers UAPI: Update tools's copy of fscrypt.h headerNamhyung Kim
2023-11-22tools headers UAPI: Update tools's copy of drm headersNamhyung Kim
2023-11-22Merge tag 'hyperv-fixes-signed-20231121' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinuxYuran Pereira
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_idYuran Pereira
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_permYuran Pereira
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_caYuran Pereira
2023-11-21perf lock contention: Fix a build error on 32-bitYang Jihong