index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: verifier_arena: fix mmap address for arm64
Puranjay Mohan
2024-03-23
1
-1
/
+5
*
selftests/bpf: Add arena test case for 4Gbyte corner case
Alexei Starovoitov
2024-03-15
1
-0
/
+68
*
libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM
Alexei Starovoitov
2024-03-15
3
-8
/
+8
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-12
12
-4
/
+659
|
\
|
*
selftests/bpf: Add kprobe multi triggering benchmarks
Jiri Olsa
2024-03-12
1
-0
/
+14
|
*
selftests/bpf: Add bpf_arena_htab test.
Alexei Starovoitov
2024-03-11
2
-0
/
+53
|
*
selftests/bpf: Add bpf_arena_list test.
Alexei Starovoitov
2024-03-11
1
-0
/
+87
|
*
selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
Alexei Starovoitov
2024-03-11
1
-0
/
+146
|
*
selftests/bpf: Add fexit and kretprobe triggering benchmarks
Andrii Nakryiko
2024-03-11
1
-0
/
+14
|
*
selftests/bpf: Test case for SEC("?.struct_ops")
Eduard Zingerman
2024-03-07
1
-0
/
+10
|
*
selftests/bpf: Verify struct_ops autoload/autocreate sync
Eduard Zingerman
2024-03-07
2
-0
/
+46
|
*
selftests/bpf: Test autocreate behavior for struct_ops maps
Eduard Zingerman
2024-03-07
1
-0
/
+42
|
*
selftests/bpf: Bad_struct_ops test
Eduard Zingerman
2024-03-07
1
-0
/
+25
|
*
selftests/bpf: Test struct_ops map definition with type suffix
Eduard Zingerman
2024-03-07
1
-1
/
+20
|
*
selftests/bpf: Test may_goto
Alexei Starovoitov
2024-03-07
1
-3
/
+100
|
*
selftests/bpf: Test struct_ops maps with a large number of struct_ops program.
Kui-Feng Lee
2024-03-04
1
-0
/
+102
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-07
1
-0
/
+70
|
\
\
|
|
/
|
/
|
|
*
selftests/bpf: test case for callback_depth states pruning logic
Eduard Zingerman
2024-03-06
1
-0
/
+70
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-03
48
-187
/
+1071
|
\
\
|
*
|
selftests/bpf: Test if shadow types work correctly.
Kui-Feng Lee
2024-02-29
1
-0
/
+8
|
*
|
bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
Kees Cook
2024-02-29
1
-1
/
+1
|
*
|
selftests/bpf: update tcp_custom_syncookie to use scalar packet offset
Eduard Zingerman
2024-02-22
1
-30
/
+53
|
*
|
bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
Yonghong Song
2024-02-15
2
-4
/
+8
|
*
|
selftests/bpf: add anonymous user struct as global subprog arg test
Andrii Nakryiko
2024-02-14
1
-0
/
+29
|
*
|
bpf: don't infer PTR_TO_CTX for programs with unnamed context type
Andrii Nakryiko
2024-02-14
1
-0
/
+19
|
*
|
selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.
Kui-Feng Lee
2024-02-14
2
-0
/
+53
|
*
|
bpf: Abstract loop unrolling pragmas in BPF selftests
Jose E. Marchesi
2024-02-13
19
-42
/
+102
|
*
|
selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()
Yonghong Song
2024-02-13
1
-0
/
+20
|
*
|
bpf: Allow compiler to inline most of bpf_local_storage_lookup()
Marco Elver
2024-02-11
2
-43
/
+0
|
*
|
selftests/bpf: Mark cpumask kfunc declarations as __weak
Yafang Shao
2024-02-08
1
-28
/
+29
|
*
|
bpf: Use -Wno-address-of-packed-member in some selftests
Jose E. Marchesi
2024-02-06
3
-0
/
+6
|
*
|
selftests/bpf: Add tests for RCU lock transfer between subprogs
Kumar Kartikeya Dwivedi
2024-02-06
1
-0
/
+120
|
*
|
selftests/bpf: Add test for static subprog call in lock cs
Kumar Kartikeya Dwivedi
2024-02-06
2
-0
/
+109
|
*
|
bpf: Allow calling static subprogs while holding a bpf_spin_lock
Kumar Kartikeya Dwivedi
2024-02-06
1
-1
/
+1
|
*
|
selftests/bpf: Suppress warning message of an unused variable.
Kui-Feng Lee
2024-02-05
1
-2
/
+1
|
*
|
selftests/bpf: Fix flaky test ptr_untrusted
Yonghong Song
2024-02-05
1
-3
/
+3
|
*
|
selftests/bpf: add more cases for __arg_trusted __arg_nullable args
Andrii Nakryiko
2024-02-03
1
-3
/
+29
|
*
|
selftests/bpf: States pruning checks for scalar vs STACK_MISC
Eduard Zingerman
2024-02-02
1
-0
/
+154
|
*
|
selftests/bpf: Add test cases for narrowing fill
Maxim Mikityanskiy
2024-02-02
1
-0
/
+111
|
*
|
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
2024-02-02
1
-7
/
+19
|
*
|
selftests/bpf: Test tracking spilled unbounded scalars
Maxim Mikityanskiy
2024-02-02
1
-0
/
+27
|
*
|
bpf: Track spilled unbounded scalars
Maxim Mikityanskiy
2024-02-02
1
-3
/
+3
|
*
|
selftests/bpf: convert bpf_rdonly_cast() uses to bpf_core_cast() macro
Andrii Nakryiko
2024-01-31
8
-18
/
+12
|
*
|
libbpf: add bpf_core_cast() macro
Andrii Nakryiko
2024-01-31
2
-5
/
+1
|
*
|
selftests/bpf: add trusted global subprog arg tests
Andrii Nakryiko
2024-01-30
1
-0
/
+156
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-23
3
-2
/
+89
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
selftests/bpf: Add negtive test cases for task iter
Yafang Shao
2024-02-19
1
-1
/
+11
|
*
selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...
Martin KaFai Lau
2024-02-19
1
-1
/
+33
|
*
selftest/bpf: Test the read of vsyscall page under x86-64
Hou Tao
2024-02-16
1
-0
/
+45
*
|
selftests/bpf: Incorporate LSM policy to token-based tests
Andrii Nakryiko
2024-01-25
1
-0
/
+32
[next]