index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2024-02-05
bpf: Allow calling static subprogs while holding a bpf_spin_lock
Kumar Kartikeya Dwivedi
2024-02-05
selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
Yonghong Song
2024-02-05
selftests/bpf: Suppress warning message of an unused variable.
Kui-Feng Lee
2024-02-05
selftests/bpf: Fix flaky test ptr_untrusted
Yonghong Song
2024-02-02
selftests/bpf: add more cases for __arg_trusted __arg_nullable args
Andrii Nakryiko
2024-02-02
selftests/bpf: trace_helpers.c: do not use poisoned type
Shung-Hsi Yu
2024-02-02
selftests/bpf: States pruning checks for scalar vs STACK_MISC
Eduard Zingerman
2024-02-02
selftests/bpf: Add test cases for narrowing fill
Maxim Mikityanskiy
2024-02-02
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
2024-02-02
selftests/bpf: Test tracking spilled unbounded scalars
Maxim Mikityanskiy
2024-02-02
bpf: Track spilled unbounded scalars
Maxim Mikityanskiy
2024-02-01
selftests/bpf: Fix bench runner SIGSEGV
Andrii Nakryiko
2024-02-01
libbpf: Add missed btf_ext__raw_data() API
Andrii Nakryiko
2024-02-01
libbpf: Add btf__new_split() API that was declared but not implemented
Andrii Nakryiko
2024-02-01
libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
Andrii Nakryiko
2024-02-01
libbpf: Call memfd_create() syscall directly
Andrii Nakryiko
2024-02-01
selftests/bpf: Enable inline bpf_kptr_xchg() test for RV64
Pu Lehui
2024-02-01
libbpf: Remove unnecessary null check in kernel_supports()
Eduard Zingerman
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
2024-01-31
selftests/bpf: Disable IPv6 for lwt_redirect test
Manu Bretelle
2024-01-30
selftests/bpf: convert bpf_rdonly_cast() uses to bpf_core_cast() macro
Andrii Nakryiko
2024-01-30
libbpf: add bpf_core_cast() macro
Andrii Nakryiko
2024-01-30
selftests/bpf: add trusted global subprog arg tests
Andrii Nakryiko
2024-01-30
libbpf: add __arg_trusted and __arg_nullable tag macros
Andrii Nakryiko
2024-01-30
bpf: Move -Wno-compare-distinct-pointer-types to BPF_CFLAGS
Jose E. Marchesi
2024-01-30
bpf: Build type-punning BPF selftests with -fno-strict-aliasing
Jose E. Marchesi
2024-01-29
libbpf: Add some details for BTF parsing failures
Ian Rogers
2024-01-29
bpf: Use -Wno-error in certain tests when building with GCC
Jose E. Marchesi
2024-01-29
selftests/bpf: Remove "&>" usage in the selftests
Martin KaFai Lau
2024-01-29
libbpf: fix __arg_ctx type enforcement for perf_event programs
Andrii Nakryiko
2024-01-29
libbpf: integrate __arg_ctx feature detector into kernel_supports()
Andrii Nakryiko
2024-01-29
selftests/bpf: Drop return in bpf_testmod_exit
Geliang Tang
2024-01-29
libbpf: Fix faccessat() usage on Android
Andrii Nakryiko
2024-01-29
bpftool: Be more portable by using POSIX's basename()
Arnaldo Carvalho de Melo
2024-01-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-01-26
selftests/bpf: Add missing line break in test_verifier
Tiezhu Yang
2024-01-25
selftest: Show expected and actual return codes for test failures in fcnal-test
David Ahern
2024-01-25
selftest: Fix set of ping_group_range in fcnal-test
David Ahern
2024-01-25
selftest: Update PATH for nettest in fcnal-test
David Ahern
2024-01-25
vsock/test: print type for SOCK_SEQPACKET
Arseniy Krasnov
2024-01-25
selftests: tc-testing: return fail if a test fails in setup/teardown
Pedro Tammela
2024-01-25
selftests: tc-testing: enable all tdc tests
Pedro Tammela
2024-01-25
selftests: tc-testing: adjust fq test to latest iproute2
Pedro Tammela
2024-01-25
selftests: tc-testing: check if 'jq' is available in taprio tests
Pedro Tammela
2024-01-25
selftests: tc-testing: add missing netfilter config
Pedro Tammela
2024-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-25
Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-01-25
selftests: bonding: do not test arp/ns target with mode balance-alb/tlb
Hangbin Liu
2024-01-24
vsock/test: add '--peer-port' input argument
Arseniy Krasnov
2024-01-24
selftests/bpf: Incorporate LSM policy to token-based tests
Andrii Nakryiko
[next]