index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
selftests: arg_parsing: Ensure data is flushed to disk before reading.
Xing Guo
1
-0
/
+3
2025-10-23
selftests/bpf: make arg_parsing.c more robust to crashes
Andrii Nakryiko
1
-3
/
+6
2025-10-15
selftests/bpf: Fix realloc size in bpf_get_addrs
Jiri Olsa
1
-1
/
+1
2025-10-15
selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
Menglong Dong
3
-217
/
+220
2025-10-15
selftests/bpf: Fix typos and grammar in test sources
Shubham Sharma
28
-36
/
+36
2025-10-15
selftests/bpf: Fix count write in testapp_xdp_metadata_copy()
Ricardo B. Marlière
1
-13
/
+1
2025-10-15
bpf/selftests: Fix test_tcpnotify_user
Matt Bobrowski
2
-11
/
+10
2025-10-15
selftests/bpf: Copy test_kmods when installing selftest
Amery Hung
1
-1
/
+1
2025-09-10
selftests/bpf: Skip timer cases when bpf_timer is not supported
Leon Hwang
5
-0
/
+20
2025-09-09
selftests/bpf: Add tests for bpf_strnstr
Rong Tao
1
-2
/
+6
2025-09-09
selftests/bpf: Fix "expression result unused" warnings with icecc
Ilya Leoshkevich
2
-5
/
+4
2025-09-09
selftests/bpf: Extend crypto_sanity selftest with invalid dst buffer
Daniel Borkmann
1
-14
/
+32
2025-08-03
Merge tag 'powerpc-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-1
/
+2
2025-08-01
selftests/bpf: Test for unaligned flow_dissector ctx access
Paul Chaignon
1
-1
/
+22
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
96
-446
/
+5202
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
8
-16
/
+658
2025-07-28
selftests/bpf: Migrate fexit_noreturns case into tracing_failure test suite
KaFai Wan
4
-38
/
+39
2025-07-28
selftests/bpf: Add selftest for attaching tracing programs to functions in deny list
KaFai Wan
2
-0
/
+39
2025-07-28
bpf: Show precise rejected function when attaching fexit/fmod_ret to __noreturn functions
KaFai Wan
1
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
4
-0
/
+366
2025-07-28
bpf: Add third round of bounds deduction
Paul Chaignon
1
-1
/
+1
2025-07-28
selftests/bpf: Test invariants on JSLT crossing sign
Paul Chaignon
1
-1
/
+1
2025-07-28
selftests/bpf: Test cross-sign 64bits range refinement
Paul Chaignon
1
-0
/
+118
2025-07-28
selftests/bpf: Update reg_bound range refinement logic
Paul Chaignon
1
-0
/
+14
2025-07-28
powerpc64/bpf: Add jit support for load_acquire and store_release
Puranjay Mohan
1
-1
/
+2
2025-07-26
selftests/bpf: Enable private stack tests for arm64
Puranjay Mohan
4
-4
/
+91
2025-07-26
selftests: bpf: fix legacy netfilter options
Jakub Kicinski
1
-0
/
+2
2025-07-25
selftests/bpf: Fix test dynptr/test_dynptr_memset_xdp_chunks failure
Yonghong Song
1
-1
/
+12
2025-07-25
selftests/bpf: Fix test dynptr/test_dynptr_copy_xdp failure
Yonghong Song
1
-2
/
+3
2025-07-25
selftests/bpf: Increase xdp data size for arm64 64K page size
Yonghong Song
1
-2
/
+8
2025-07-25
selftests: net: Enable legacy netfilter legacy options.
Florian Westphal
1
-0
/
+1
2025-07-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+25
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+69
2025-07-23
selftests/bpf: Test invalid narrower ctx load
Paul Chaignon
1
-0
/
+25
2025-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
2
-0
/
+69
2025-07-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-15
/
+479
2025-07-16
selftests/bpf: fix implementation of smp_mb()
Puranjay Mohan
1
-1
/
+1
2025-07-16
bpf/selftests: Add selftests for token info
Tao Chen
1
-0
/
+44
2025-07-16
selftests/bpf: Stress test attaching a BPF prog to another BPF prog
Ilya Leoshkevich
1
-0
/
+67
2025-07-16
selftests/bpf: enable tracing_struct tests for arm64
Alexis Lothoré (eBPF Foundation)
1
-1
/
+0
2025-07-15
selftests/bpf: Fix build error due to certain uninitialized variables
Yonghong Song
5
-6
/
+6
2025-07-14
selftests/bpf: Add tests for bucket resume logic in established sockets
Jordan Rife
1
-0
/
+293
2025-07-14
selftests/bpf: Create iter_tcp_destroy test program
Jordan Rife
1
-0
/
+21
2025-07-14
selftests/bpf: Create established sockets in socket iterator tests
Jordan Rife
1
-4
/
+85
2025-07-14
selftests/bpf: Make ehash buckets configurable in socket iterator tests
Jordan Rife
1
-1
/
+18
2025-07-14
selftests/bpf: Allow for iteration over multiple states
Jordan Rife
2
-5
/
+9
2025-07-14
selftests/bpf: Allow for iteration over multiple ports
Jordan Rife
2
-5
/
+6
2025-07-14
selftests/bpf: Add tests for bucket resume logic in listening sockets
Jordan Rife
1
-0
/
+47
2025-07-11
selftests/bpf: Range analysis test case for JSET
Paul Chaignon
1
-0
/
+18
2025-07-11
selftests/bpf: add selftests for bpf_arena_reserve_pages
Emil Tsalapatis
3
-0
/
+207
[next]