aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-11-24tools: ynl-get: use family c-nameJakub Kicinski1-23/+23
2023-11-24tools: ynl-gen: always append ULL/LL to range typesJakub Kicinski1-2/+3
2023-11-24selftests/bpf: Add lazy global subprog validation testsAndrii Nakryiko2-0/+94
2023-11-24bpf: Validate global subprogs lazilyAndrii Nakryiko2-4/+4
2023-11-24Documentation: Document each netlink familyBreno Leitao1-0/+388
2023-11-23libbpf: Start v1.4 development cycleEduard Zingerman2-1/+4
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-1680/+2111
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds14-217/+639
2023-11-23tools: ynl: fix duplicate op name in devlinkJakub Kicinski2-1/+7
2023-11-23tools: ynl: fix header path for nfsdJakub Kicinski1-1/+1
2023-11-23vsock/test: fix SEQPACKET message bounds testArseniy Krasnov1-6/+13
2023-11-23kselftest/arm64: Fix output formatting for za-forkMark Brown1-1/+1
2023-11-23perf tools: Address python 3.6 DeprecationWarning for string scapesBenjamin Gray4-6/+6
2023-11-23rcutorture: Add mid-sized stall to TREE07Paul E. McKenney1-0/+3
2023-11-23rcutorture: add nolibc init support for mips, ppc and rv64Thomas Weißschuh1-1/+4
2023-11-22tools: Disable __packed attribute compiler warning due to -Werror=attributesArnaldo Carvalho de Melo1-0/+1
2023-11-22perf build: Ensure sysreg-defs Makefile respects output dirOliver Upton4-13/+20
2023-11-22tools perf: Add arm64 sysreg files to MANIFESTOliver Upton1-0/+2
2023-11-22tools/perf: Update tools's copy of mips syscall tableNamhyung Kim1-0/+4
2023-11-22tools/perf: Update tools's copy of s390 syscall tableNamhyung Kim1-0/+4
2023-11-22tools/perf: Update tools's copy of powerpc syscall tableNamhyung Kim1-0/+4
2023-11-22tools/perf: Update tools's copy of x86 syscall tableNamhyung Kim1-0/+3
2023-11-22tools headers: Update tools's copy of s390/asm headersNamhyung Kim1-0/+16
2023-11-22tools headers: Update tools's copy of arm64/asm headersNamhyung Kim3-5/+42
2023-11-22tools headers: Update tools's copy of x86/asm headersNamhyung Kim4-7/+60
2023-11-22tools headers: Update tools's copy of socket.h headerNamhyung Kim1-0/+1
2023-11-22tools headers UAPI: Update tools's copy of unistd.h headerNamhyung Kim1-3/+9
2023-11-22tools headers UAPI: Update tools's copy of vhost.h headerNamhyung Kim1-0/+8
2023-11-22tools headers UAPI: Update tools's copy of mount.h headerNamhyung Kim1-1/+2
2023-11-22tools headers UAPI: Update tools's copy of kvm.h headerNamhyung Kim1-3/+21
2023-11-22tools headers UAPI: Update tools's copy of fscrypt.h headerNamhyung Kim1-1/+2
2023-11-22tools headers UAPI: Update tools's copy of drm headersNamhyung Kim2-4/+24
2023-11-22Merge tag 'hyperv-fixes-signed-20231121' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-10/+14
2023-11-22selftests: remove the LSM_ID_IMA check in lsm/lsm_list_modules_testPaul Moore1-3/+0
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski41-384/+3026
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinuxYuran Pereira1-8/+8
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_idYuran Pereira1-131/+73
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_permYuran Pereira1-4/+2
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_caYuran Pereira1-26/+22
2023-11-21perf lock contention: Fix a build error on 32-bitYang Jihong1-1/+2
2023-11-21perf kwork: Fix a build error on 32-bitYang Jihong1-1/+1
2023-11-21selftests/kvm: fix compilation on non-x86_64 platformsPaolo Bonzini2-8/+6
2023-11-20selftests/bpf: check if max number of bpf_loop iterations is trackedEduard Zingerman1-0/+75
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-10/+25
2023-11-20selftests/bpf: test widening for iterating callbacksEduard Zingerman1-0/+20
2023-11-20selftests/bpf: tests for iterating callbacksEduard Zingerman2-0/+149
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman3-14/+60
2023-11-20selftests/bpf: fix bpf_loop_bench for new callback verification schemeEduard Zingerman1-5/+8
2023-11-20selftests/bpf: track string payload offset as scalar in strobemetaEduard Zingerman1-30/+48
2023-11-20selftests/bpf: track tcp payload offset as scalar in xdp_synproxyEduard Zingerman1-32/+52