summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-02-02perf parse-events: Print all errorsIan Rogers
2024-02-02perf parse-events: Improve error location of terms cloned from an eventIan Rogers
2024-02-02perf tsc: Add missing newlines to debug statementsIan Rogers
2024-02-02selftests: openvswitch: Test ICMP related matches work with SNATBrad Cowie
2024-02-02selftests/landlock: Fix capability for net_testMickaël Salaün
2024-02-01perf Documentation: Add some more hints to tips.txtAndi Kleen
2024-02-01perf test: Simplify metric value validation test final reportWeilin Wang
2024-02-01perf report: Prevent segfault with --no-parentAndi Kleen
2024-02-01perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong
2024-02-01perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-01selftests/bpf: Fix bench runner SIGSEGVAndrii Nakryiko
2024-02-01libbpf: Add missed btf_ext__raw_data() APIAndrii Nakryiko
2024-02-01libbpf: Add btf__new_split() API that was declared but not implementedAndrii Nakryiko
2024-02-01libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim APIAndrii Nakryiko
2024-02-01libbpf: Call memfd_create() syscall directlyAndrii Nakryiko
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-02-01Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-02-01selftests/seccomp: user_notification_addfd check nextfd is availableTerry Tritton
2024-02-01selftests/seccomp: Change the syscall used in KILL_THREAD testTerry Tritton
2024-02-01selftests/seccomp: Handle EINVAL on unshare(CLONE_NEWPID)Terry Tritton
2024-02-01selftests: mptcp: join: stop transfer when check is done (part 2)Matthieu Baerts (NGI0)
2024-02-01selftests: mptcp: join: stop transfer when check is done (part 1)Matthieu Baerts (NGI0)
2024-02-01selftests: mptcp: allow changing subtests prefixMatthieu Baerts (NGI0)
2024-02-01selftests: mptcp: decrease BW in simult flowsMatthieu Baerts (NGI0)
2024-02-01selftests: mptcp: increase timeout to 30 minMatthieu Baerts (NGI0)
2024-02-01selftests: mptcp: add missing kconfig for NF MangleMatthieu Baerts (NGI0)
2024-02-01selftests: mptcp: add missing kconfig for NF Filter in v6Matthieu Baerts (NGI0)
2024-02-01selftests: mptcp: add missing kconfig for NF FilterMatthieu Baerts (NGI0)
2024-02-01KVM: selftests: Make hyperv_clock require TSC based system clocksourceVitaly Kuznetsov
2024-02-01KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov
2024-02-01KVM: selftests: Use generic sys_clocksource_is_tsc() in vmx_nested_tsc_scalin...Vitaly Kuznetsov
2024-02-01KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov
2024-02-01selftests: net: enable some more knobsPaolo Abeni
2024-02-01selftests: net: add missing config for NF_TARGET_TTLJakub Kicinski
2024-02-01selftests: forwarding: List helper scripts in TEST_FILES Makefile variableBenjamin Poirier
2024-02-01selftests: net: List helper scripts in TEST_FILES Makefile variableBenjamin Poirier
2024-02-01selftests: net: Remove executable bits from library scriptsBenjamin Poirier
2024-02-01selftests: bonding: Check initial stateBenjamin Poirier
2024-02-01selftests: team: Add missing config optionsBenjamin Poirier
2024-02-01selftests/bpf: Enable inline bpf_kptr_xchg() test for RV64Pu Lehui
2024-02-01libbpf: Remove unnecessary null check in kernel_supports()Eduard Zingerman
2024-01-31tools/net/ynl: Add type info to struct members in generated docsDonald Hunter
2024-01-31tools/net/ynl: Add support for nested structsDonald Hunter
2024-01-31tools/net/ynl: Move formatted_string method out of NlAttrDonald Hunter
2024-01-31tools/net/ynl: Rename _fixed_header_size() to _struct_size()Donald Hunter
2024-01-31tools/net/ynl: Combine struct decoding logic in ynlDonald Hunter
2024-01-31tools/net/ynl: Encode default values for binary blobsDonald Hunter
2024-01-31tools/net/ynl: Add support for encoding sub-messagesDonald Hunter
2024-01-31tools/net/ynl: Refactor fixed header encoding into separate methodDonald Hunter