index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2025-11-10
bpf/selftests: Add selftest for bpf_smc_hs_ctrl
D. Wythe
-0
/
+512
2025-11-10
selftests/bpf: Cover skb metadata access after bpf_skb_change_proto
Jakub Sitnicki
-0
/
+30
2025-11-10
selftests/bpf: Cover skb metadata access after change_head/tail helper
Jakub Sitnicki
-0
/
+39
2025-11-10
selftests/bpf: Cover skb metadata access after bpf_skb_adjust_room
Jakub Sitnicki
-15
/
+71
2025-11-10
selftests/bpf: Cover skb metadata access after vlan push/pop helper
Jakub Sitnicki
-0
/
+49
2025-11-10
selftests/bpf: Expect unclone to preserve skb metadata
Jakub Sitnicki
-63
/
+79
2025-11-10
selftests/bpf: Dump skb metadata on verification failure
Jakub Sitnicki
-7
/
+42
2025-11-10
selftests/bpf: Verify skb metadata in BPF instead of userspace
Jakub Sitnicki
-83
/
+57
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-10
/
+16
2025-10-17
selftests/bpf: Fix redefinition of 'off' as different kind of symbol
Brahmajit Das
-7
/
+7
2025-10-16
selftests/bpf: Add test for sk->sk_bypass_prot_mem.
Kuniyuki Iwashima
-0
/
+396
2025-10-16
selftests: arg_parsing: Ensure data is flushed to disk before reading.
Xing Guo
-0
/
+3
2025-10-14
selftests/bpf: make arg_parsing.c more robust to crashes
Andrii Nakryiko
-3
/
+6
2025-10-10
selftests/bpf: Add test for unpinning htab with internal timer struct
KaFai Wan
-0
/
+61
2025-10-04
bpf: Finish constification of 1st parameter of bpf_d_path()
Rong Tao
-1
/
+1
2025-10-03
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-4
/
+103
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
-1
/
+1
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-4
/
+5
2025-10-02
selftests/bpf: Add tests for rejection of ALU ops with negative offsets
Eduard Zingerman
-0
/
+29
2025-10-01
selftests/bpf: Add test for libbpf_sha256()
Eric Biggers
-0
/
+52
2025-10-01
selftests/bpf: Add test for BPF_NEG alu on CONST_PTR_TO_MAP
KaFai Wan
-0
/
+18
2025-10-01
selftests/bpf: Fix realloc size in bpf_get_addrs
Jiri Olsa
-1
/
+1
2025-10-01
selftests/bpf: Fix typo in subtest_basic_usdt after merge conflict
Jiri Olsa
-1
/
+1
2025-10-01
selftests/bpf: Fix open-coded gettid syscall in uprobe syscall tests
Jiri Olsa
-2
/
+2
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-844
/
+7243
2025-09-30
Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-52
/
+1090
2025-09-28
selftests/bpf: Add stress test for rqspinlock in NMI
Kumar Kartikeya Dwivedi
-4
/
+240
2025-09-27
selftests/bpf: Add test case for different expected_attach_type
Daniel Borkmann
-1
/
+59
2025-09-26
mptcp: pm: rename 'subflows' to 'extra_subflows'
Matthieu Baerts (NGI0)
-1
/
+1
2025-09-26
selftests/bpf: Test changing packet data from kfunc
Amery Hung
-0
/
+14
2025-09-25
selftests/bpf: Add stacktrace map lookup_and_delete_elem test case
Tao Chen
-1
/
+12
2025-09-25
selftests/bpf: Refactor stacktrace_map case with skeleton
Tao Chen
-40
/
+18
2025-09-25
selftests/bpf: Fix flaky bpf_cookie selftest
Mykyta Yatsenko
-2
/
+1
2025-09-25
selftests/bpf: Test changing packet data from global functions with a kfunc
Amery Hung
-1
/
+29
2025-09-25
selftests/bpf: Task_work selftest cleanup fixes
Mykyta Yatsenko
-4
/
+11
2025-09-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-3
/
+228
2025-09-24
selftests/bpf: Add kprobe multi write ctx attach test
Jiri Olsa
-0
/
+34
2025-09-24
selftests/bpf: Add kprobe write ctx attach test
Jiri Olsa
-0
/
+43
2025-09-24
selftests/bpf: Add uprobe context ip register change test
Jiri Olsa
-0
/
+56
2025-09-24
selftests/bpf: Add uprobe context registers changes test
Jiri Olsa
-1
/
+137
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
-3
/
+228
2025-09-23
selftests/bpf: Test bpf_xdp_pull_data
Amery Hung
-0
/
+227
2025-09-23
bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
Amery Hung
-3
/
+1
2025-09-23
selftests/bpf: Add union argument tests using fexit programs
Leon Hwang
-0
/
+93
2025-09-23
selftests: bpf: Add tests for signed loads from arena
Puranjay Mohan
-0
/
+176
2025-09-23
selftests/bpf: add bpf task work stress tests
Mykyta Yatsenko
-0
/
+203
2025-09-23
selftests/bpf: BPF task work scheduling tests
Mykyta Yatsenko
-0
/
+353
2025-09-22
selftests/bpf: Enable signature verification for some lskel tests
KP Singh
-14
/
+89
[next]