summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-08-16perf stat: Display iostat headers correctlyYicong Yang-1/+2
2024-08-16perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong-1/+2
2024-08-16Merge tag 'trace-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+4
2024-08-16selftests: fib_rule_tests: Test TOS matching with input routesIdo Schimmel-3/+28
2024-08-16selftests: fib_rule_tests: Add negative connect testsIdo Schimmel-0/+20
2024-08-16selftests: fib_rule_tests: Add negative match testsIdo Schimmel-18/+69
2024-08-16selftests: fib_rule_tests: Clarify test resultsIdo Schimmel-9/+18
2024-08-16selftests: fib_rule_tests: Remove unused functionsIdo Schimmel-16/+0
2024-08-16tools/nolibc: x86_64: use local label in memcpy/memmoveThomas Weißschuh-2/+2
2024-08-16tools/nolibc: stackprotector: mark implicitly used symbols as usedThomas Weißschuh-2/+2
2024-08-16tools/nolibc: crt: mark _start_c() as usedThomas Weißschuh-1/+1
2024-08-16selftests: net: bridge_vlan_aware: test that other TPIDs are seen as untaggedVladimir Oltean-1/+53
2024-08-16selftests: net: local_termination: add PTP frames to the mixVladimir Oltean-13/+148
2024-08-16selftests: net: local_termination: don't use xfail_on_veth()Vladimir Oltean-16/+99
2024-08-16selftests: net: local_termination: introduce new tests which capture VLAN beh...Vladimir Oltean-7/+110
2024-08-16selftests: net: local_termination: add one more test for VLAN-aware bridgesVladimir Oltean-4/+18
2024-08-16selftests: net: local_termination: parameterize test nameVladimir Oltean-18/+20
2024-08-16selftests: net: local_termination: parameterize sending interfaceVladimir Oltean-19/+20
2024-08-16selftests: net: local_termination: refactor macvlan creation/deletionVladimir Oltean-12/+18
2024-08-15selftests: memfd_secret: don't build memfd_secret test on unsupported archesMuhammad Usama Anjum-0/+5
2024-08-15selftests/mm: compaction_test: fix off by one in check_compaction()Dan Carpenter-2/+3
2024-08-15selftests/net/pmtu.sh: Fix typo in error messageAbhash Jha-1/+1
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+224
2024-08-15Merge tag 'perf-tools-fixes-for-v6.11-2024-08-15' of git://git.kernel.org/pub...Linus Torvalds-426/+814
2024-08-15libbpf: Workaround -Wmaybe-uninitialized false positiveSam James-0/+3
2024-08-15tools build: Provide consistent build options for fixdepAlexander Gordeev-1/+1
2024-08-15selftests/bpf: Monitor traffic for select_reuseport.Kui-Feng Lee-24/+13
2024-08-15selftests/bpf: Monitor traffic for sockmap_listen.Kui-Feng Lee-0/+8
2024-08-15selftests/bpf: Monitor traffic for tc_redirect.Kui-Feng Lee-7/+22
2024-08-15selftests/bpf: netns_new() and netns_free() helpers.Kui-Feng Lee-0/+140
2024-08-15selftests/bpf: Add the traffic monitor option to test_progs.Kui-Feng Lee-24/+64
2024-08-15selftests/bpf: Add traffic monitor functions.Kui-Feng Lee-0/+476
2024-08-15Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+105
2024-08-15perf hist: Update hist symbol when updating mapsMatt Fleming-0/+5
2024-08-15Merge tag 'nf-24-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-0/+79
2024-08-15selftests: net: lib: kill PIDs before del netnsMatthieu Baerts (NGI0)-0/+1
2024-08-14selftest: af_unix: Fix kselftest compilation warningsAbhinav Jain-1/+1
2024-08-14selftests/bpf: convert test_skb_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)-276/+160
2024-08-14selftests/bpf: add proper section name to bpf prog and rename itAlexis Lothoré (eBPF Foundation)-5/+9
2024-08-14selftests/bpf: convert test_cgroup_storage to test_progsAlexis Lothoré (eBPF Foundation)-177/+120
2024-08-14selftests/bpf: convert get_current_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)-176/+51
2024-08-14selftests: netfilter: add test for br_netfilter+conntrack+queue combinationFlorian Westphal-0/+79
2024-08-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+30
2024-08-14KVM: selftests: Test memslot move in memslot_perf_test with quirk disabledYan Zhao-1/+11
2024-08-14KVM: selftests: Allow slot modification stress test with quirk disabledYan Zhao-2/+17
2024-08-14KVM: selftests: Test slot move/delete with slot zap quirk enabled/disabledYan Zhao-8/+21
2024-08-14perf test record.sh: Raise limit of open file descriptorsVeronika Molnarova-1/+18
2024-08-14perf build: Fix up broken capstone feature detection fast pathArnaldo Carvalho de Melo-4/+0
2024-08-14perf test: Add new test cases for the branch counter featureKan Liang-5/+12
2024-08-14perf script: Add branch countersKan Liang-8/+63