summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-06libbpf: fix return value for PERF_EVENT __arg_ctx type fix up checkAndrii Nakryiko1-3/+3
2024-02-06selftests/bpf: Add tests for RCU lock transfer between subprogsKumar Kartikeya Dwivedi2-0/+126
2024-02-06selftests/bpf: Add test for static subprog call in lock csKumar Kartikeya Dwivedi3-0/+111
2024-02-06bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi1-1/+1
2024-02-05selftests/bpf: Fix flaky selftest lwt_redirect/lwt_rerouteYonghong Song3-2/+2
2024-02-05selftests/bpf: Suppress warning message of an unused variable.Kui-Feng Lee3-7/+4
2024-02-05selftests/bpf: Fix flaky test ptr_untrustedYonghong Song1-3/+3
2024-02-05netdevsim: add Makefile for selftestsDavid Wei1-0/+17
2024-02-05selftests: net: let big_tcp test cope with slow envPaolo Abeni1-1/+3
2024-02-05selftests/powerpc/papr_vpd: Check devfd before get_system_loc_code()R Nageswara Sastry1-2/+2
2024-02-05workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo1-2/+9
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman77-619/+1067
2024-02-04selftests: netdevsim: stop using ifconfigJakub Kicinski1-20/+20
2024-02-03Merge tag 'perf-tools-fixes-for-v6.8-1-2024-02-01' of git://git.kernel.org/pu...Linus Torvalds31-383/+588
2024-02-03tools: ynl: auto-gen for all genetlink familiesJakub Kicinski1-1/+4
2024-02-03tools: ynl: generate code for ovs familiesJakub Kicinski3-1/+62
2024-02-03tools: ynl: include dpll and mptcp_pm in C codegenJakub Kicinski2-1/+3
2024-02-03selftests: net: avoid just another constant waitPaolo Abeni1-5/+13
2024-02-03selftests: net: fix tcp listener handling in pmtu.shPaolo Abeni1-1/+4
2024-02-03selftests: net: fix setup_ns usage in rtnetlink.shPaolo Abeni1-4/+2
2024-02-03selftests: net: cut more slack for gro fwd tests.Paolo Abeni2-3/+13
2024-02-03selftests/bpf: add more cases for __arg_trusted __arg_nullable argsAndrii Nakryiko1-3/+29
2024-02-03tools: perf: Expose sample ID / stream ID to python scriptsBen Gainey2-3/+9
2024-02-03perf bpf: Clean up the generated/copied vmlinux.hArnaldo Carvalho de Melo1-1/+1
2024-02-03selftests/bpf: trace_helpers.c: do not use poisoned typeShung-Hsi Yu1-1/+1
2024-02-03selftests/bpf: States pruning checks for scalar vs STACK_MISCEduard Zingerman1-0/+154
2024-02-03selftests/bpf: Add test cases for narrowing fillMaxim Mikityanskiy1-0/+111
2024-02-03bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy1-7/+19
2024-02-03selftests/bpf: Test tracking spilled unbounded scalarsMaxim Mikityanskiy1-0/+27
2024-02-03bpf: Track spilled unbounded scalarsMaxim Mikityanskiy1-3/+3
2024-02-03perf jevents: Drop or simplify small integer valuesIan Rogers2-14/+31
2024-02-03perf parse-events: Print all errorsIan Rogers6-58/+67
2024-02-03perf parse-events: Improve error location of terms cloned from an eventIan Rogers1-4/+5
2024-02-03perf tsc: Add missing newlines to debug statementsIan Rogers1-2/+2
2024-02-02selftests: openvswitch: Test ICMP related matches work with SNATBrad Cowie1-0/+62
2024-02-02selftests/landlock: Fix capability for net_testMickaël Salaün2-9/+44
2024-02-02perf Documentation: Add some more hints to tips.txtAndi Kleen1-5/+26
2024-02-02perf test: Simplify metric value validation test final reportWeilin Wang2-108/+127
2024-02-02perf report: Prevent segfault with --no-parentAndi Kleen1-1/+1
2024-02-02perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong1-1/+0
2024-02-02perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao6-115/+120
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski41-212/+382
2024-02-02selftests/bpf: Fix bench runner SIGSEGVAndrii Nakryiko1-2/+10
2024-02-02libbpf: Add missed btf_ext__raw_data() APIAndrii Nakryiko3-3/+7
2024-02-02libbpf: Add btf__new_split() API that was declared but not implementedAndrii Nakryiko2-1/+7
2024-02-02libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim APIAndrii Nakryiko1-1/+1
2024-02-02libbpf: Call memfd_create() syscall directlyAndrii Nakryiko1-1/+10
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds26-123/+232
2024-02-01Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2024-02-01selftests/seccomp: user_notification_addfd check nextfd is availableTerry Tritton1-5/+19