summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-06-10selftests: mptcp: pm nl: remove hardcoded default limitsMatthieu Baerts1-5/+7
2023-06-10selftests: mptcp: diag: skip inuse tests if not supportedMatthieu Baerts1-1/+1
2023-06-10selftests: mptcp: diag: skip listen tests if not supportedMatthieu Baerts1-25/+17
2023-06-10selftests: mptcp: connect: skip TFO tests if not supportedMatthieu Baerts1-0/+5
2023-06-10selftests: mptcp: connect: skip disconnect tests if not supportedMatthieu Baerts1-0/+5
2023-06-10selftests: mptcp: connect: skip transp tests if not supportedMatthieu Baerts1-0/+10
2023-06-10selftests: mptcp: lib: skip if missing symbolMatthieu Baerts2-0/+39
2023-06-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-5/+27
2023-06-09tools/virtio: use canonical ftrace pathRoss Zwisler2-5/+9
2023-06-09Merge tag 'sound-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-5/+5
2023-06-08tools/virtio: Add .gitignore for ringtestRong Tao1-0/+7
2023-06-08tools/virtio: Fix arm64 ringtest compilation errorRong Tao1-0/+11
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-3/+95
2023-06-08selftests/bpf: Add test cases to assert proper ID tracking on spillMaxim Mikityanskiy1-0/+79
2023-06-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-2/+82
2023-06-06selftests/bpf: Fix sockopt_sk selftestYonghong Song1-1/+1
2023-06-06bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal3-1/+5
2023-06-05selftests: mptcp: update userspace pm subflow testsGeliang Tang1-1/+2
2023-06-05selftests: mptcp: update userspace pm addr testsGeliang Tang1-0/+8
2023-06-05selftests: alsa: pcm-test: Fix compiler warnings about the formatMirsad Goran Todorovac1-5/+5
2023-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+75
2023-06-03Fix gitignore for recently added usptream self testsWeihao Gao1-0/+3
2023-06-03Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-18/+27
2023-06-03selftests/ftrace: Choose target function for filter test from samplesMasami Hiramatsu (Google)1-18/+27
2023-06-03KVM: selftests: Add test for race in kvm_recalculate_apic_map()Michal Luczaj2-0/+75
2023-06-03selftests/bpf: Add access_inner_map selftestRhys Rustad-Elliott2-0/+76
2023-06-02Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-5/+83
2023-05-31Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' of git://git.kernel.org/pu...Linus Torvalds12-24/+51
2023-05-30selftests: mptcp: userspace pm: skip if MPTCP is not supportedMatthieu Baerts1-0/+4
2023-05-30selftests: mptcp: sockopt: skip if MPTCP is not supportedMatthieu Baerts1-0/+4
2023-05-30selftests: mptcp: simult flows: skip if MPTCP is not supportedMatthieu Baerts1-0/+4
2023-05-30selftests: mptcp: diag: skip if MPTCP is not supportedMatthieu Baerts1-0/+4
2023-05-30selftests: mptcp: join: skip if MPTCP is not supportedMatthieu Baerts1-0/+4
2023-05-30selftests: mptcp: pm nl: skip if MPTCP is not supportedMatthieu Baerts1-0/+4
2023-05-30selftests: mptcp: connect: skip if MPTCP is not supportedMatthieu Baerts3-1/+45
2023-05-30selftests: mptcp: join: avoid using 'cmp --bytes'Matthieu Baerts1-2/+11
2023-05-29Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-3/+26
2023-05-27Merge tag 'cxl-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+17
2023-05-26Merge tag 'gpio-fixes-for-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+4
2023-05-26perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...Song Liu2-4/+3
2023-05-26tools headers UAPI: Sync the linux/in.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2023-05-26perf cs-etm: Copy kernel coresight-pmu.h headerJames Clark2-13/+13
2023-05-26perf bpf: Do not use llvm-strip on BPF binarySong Liu1-2/+1
2023-05-26perf build: Don't compile demangle-cxx.cpp if not necessaryIan Rogers3-1/+29
2023-05-26perf arm: Fix include path to cs-etm.hIan Rogers1-1/+1
2023-05-26perf bpf filter: Fix a broken perf sample data naming for BPF CO-RENamhyung Kim1-2/+2
2023-05-26perf ftrace latency: Remove unnecessary "--" from --use-nsec optionNamhyung Kim1-1/+1
2023-05-26tools: ynl: avoid dict errors on older Python versionsJakub Kicinski1-2/+3
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-373/+598
2023-05-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-372/+597