index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-21
bpf: Change bpf_session_cookie return value to __u64 *
Jiri Olsa
2
-2
/
+2
2024-06-20
selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user
Geliang Tang
1
-26
/
+3
2024-06-20
selftests/bpf: Use start_server_str in mptcp
Geliang Tang
1
-6
/
+1
2024-06-20
selftests/bpf: Drop noconnect from network_helper_opts
Geliang Tang
3
-11
/
+8
2024-06-20
selftests/bpf: Add client_socket helper
Geliang Tang
2
-8
/
+31
2024-06-20
selftests/bpf: Use connect_to_addr in connect_to_fd_opt
Geliang Tang
1
-26
/
+7
2024-06-20
selftests/bpf: Drop type from network_helper_opts
Geliang Tang
5
-33
/
+26
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+43
2024-06-17
selftests/bpf: Extend distilled BTF tests to cover BTF relocation
Alan Maguire
1
-0
/
+278
2024-06-17
selftests/bpf: Test distilled base, split BTF generation
Alan Maguire
1
-0
/
+274
2024-06-17
selftests/bpf: Add a few tests to cover
Yonghong Song
1
-0
/
+63
2024-06-14
selftests/bpf: Add tests for add_const
Alexei Starovoitov
2
-3
/
+249
2024-06-14
bpf: Support can_loop/cond_break on big endian
Alexei Starovoitov
1
-0
/
+28
2024-06-14
bpf: Track delta between "linked" registers.
Alexei Starovoitov
1
-11
/
+11
2024-06-13
selftests: bpf: add testmod kfunc for nullable params
Vadim Fedorenko
4
-0
/
+61
2024-06-13
selftests: bpf: crypto: adjust bench to use nullable IV
Vadim Fedorenko
1
-6
/
+4
2024-06-13
selftests: bpf: crypto: use NULL instead of 0-sized dynptr
Vadim Fedorenko
1
-12
/
+4
2024-06-13
bpf: selftests: Do not use generated kfunc prototypes for arena progs
Daniel Xu
4
-0
/
+4
2024-06-13
selftests/bpf: Add test coverage for reg_set_min_max handling
Daniel Borkmann
2
-0
/
+43
2024-06-13
selftests/bpf: Validate CHECKSUM_COMPLETE option
Vadim Fedorenko
2
-1
/
+11
2024-06-12
bpf: selftests: xfrm: Opt out of using generated kfunc prototypes
Daniel Xu
1
-0
/
+1
2024-06-12
bpf: selftests: nf: Opt out of using generated kfunc prototypes
Daniel Xu
3
-0
/
+3
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
2
-8
/
+8
2024-06-12
bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp
Daniel Xu
1
-18
/
+18
2024-06-12
bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototype
Daniel Xu
1
-1
/
+1
2024-06-12
bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototype
Daniel Xu
1
-1
/
+1
2024-06-12
bpf: selftests: Fix fentry test kfunc prototypes
Daniel Xu
1
-4
/
+3
2024-06-12
bpf: selftests: Fix bpf_iter_task_vma_new() prototype
Daniel Xu
1
-1
/
+1
2024-06-12
selftests/bpf: Add uretprobe shadow stack test
Jiri Olsa
1
-0
/
+60
2024-06-12
selftests/bpf: Add uretprobe syscall call from user space test
Jiri Olsa
2
-0
/
+112
2024-06-12
selftests/bpf: Add uretprobe syscall test for regs changes
Jiri Olsa
2
-1
/
+189
2024-06-12
selftests/bpf: Add uretprobe syscall test for regs integrity
Jiri Olsa
2
-0
/
+178
2024-06-10
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
28
-195
/
+991
2024-06-06
selftests/bpf: Drop useless arguments of do_test in bpf_tcp_ca
Geliang Tang
1
-11
/
+9
2024-06-06
selftests/bpf: Use start_test in test_dctcp in bpf_tcp_ca
Geliang Tang
1
-12
/
+15
2024-06-06
selftests/bpf: Use start_test in test_dctcp_fallback in bpf_tcp_ca
Geliang Tang
1
-11
/
+9
2024-06-06
selftests/bpf: Add start_test helper in bpf_tcp_ca
Geliang Tang
1
-9
/
+33
2024-06-06
selftests/bpf: Use connect_to_fd_opts in do_test in bpf_tcp_ca
Geliang Tang
1
-27
/
+34
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-06-06
selftests/bpf: Add btf_field_iter selftests
Alan Maguire
1
-0
/
+161
2024-06-06
selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
Yonghong Song
1
-1
/
+2
2024-06-04
selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()
Yonghong Song
1
-1
/
+12
2024-06-04
selftests/bpf: Fix bpf_cookie and find_vma in nested VM
Song Liu
2
-3
/
+3
2024-06-03
selftests/bpf: Test global bpf_list_head arrays.
Kui-Feng Lee
2
-0
/
+54
2024-06-03
selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.
Kui-Feng Lee
2
-0
/
+124
2024-06-03
selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
Kui-Feng Lee
2
-0
/
+176
2024-06-03
selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmap
Geliang Tang
1
-3
/
+0
2024-06-03
selftests/bpf: Check length of recv in test_sockmap
Geliang Tang
1
-1
/
+2
2024-06-03
selftests/bpf: Fix size of map_fd in test_sockmap
Geliang Tang
1
-1
/
+1
2024-06-03
selftests/bpf: Drop prog_fd array in test_sockmap
Geliang Tang
1
-4
/
+2
[prev]
[next]