summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-02-05selftests/bpf: Add test for static subprog call in lock csKumar Kartikeya Dwivedi
2024-02-05bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi
2024-02-05selftests/bpf: Fix flaky selftest lwt_redirect/lwt_rerouteYonghong Song
2024-02-05selftests/bpf: Suppress warning message of an unused variable.Kui-Feng Lee
2024-02-05selftests/bpf: Fix flaky test ptr_untrustedYonghong Song
2024-02-05netdevsim: add Makefile for selftestsDavid Wei
2024-02-05selftests: net: let big_tcp test cope with slow envPaolo Abeni
2024-02-05selftests/powerpc/papr_vpd: Check devfd before get_system_loc_code()R Nageswara Sastry
2024-02-04workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman
2024-02-04selftests: netdevsim: stop using ifconfigJakub Kicinski
2024-02-03Merge tag 'perf-tools-fixes-for-v6.8-1-2024-02-01' of git://git.kernel.org/pu...Linus Torvalds
2024-02-02tools: ynl: auto-gen for all genetlink familiesJakub Kicinski
2024-02-02tools: ynl: generate code for ovs familiesJakub Kicinski
2024-02-02tools: ynl: include dpll and mptcp_pm in C codegenJakub Kicinski
2024-02-02selftests: net: avoid just another constant waitPaolo Abeni
2024-02-02selftests: net: fix tcp listener handling in pmtu.shPaolo Abeni
2024-02-02selftests: net: fix setup_ns usage in rtnetlink.shPaolo Abeni
2024-02-02selftests: net: cut more slack for gro fwd tests.Paolo Abeni
2024-02-02selftests/bpf: add more cases for __arg_trusted __arg_nullable argsAndrii Nakryiko
2024-02-02tools: perf: Expose sample ID / stream ID to python scriptsBen Gainey
2024-02-02perf bpf: Clean up the generated/copied vmlinux.hArnaldo Carvalho de Melo
2024-02-02selftests/bpf: trace_helpers.c: do not use poisoned typeShung-Hsi Yu
2024-02-02selftests/bpf: States pruning checks for scalar vs STACK_MISCEduard Zingerman
2024-02-02selftests/bpf: Add test cases for narrowing fillMaxim Mikityanskiy
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy
2024-02-02selftests/bpf: Test tracking spilled unbounded scalarsMaxim Mikityanskiy
2024-02-02bpf: Track spilled unbounded scalarsMaxim Mikityanskiy
2024-02-02perf jevents: Drop or simplify small integer valuesIan Rogers
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