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-03
selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmap
Geliang Tang
1
-16
/
+14
2024-06-03
selftests/bpf: Use bpf_link attachments in test_sockmap
Geliang Tang
1
-28
/
+31
2024-06-03
selftests/bpf: Drop duplicate definition of i in test_sockmap
Geliang Tang
1
-1
/
+2
2024-06-03
selftests/bpf: Fix tx_prog_fd values in test_sockmap
Geliang Tang
1
-3
/
+3
2024-06-03
selftests/bpf: Remove unused struct 'libcap'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-03
selftests/bpf: Remove unused 'key_t' structs
Dr. David Alan Gilbert
2
-12
/
+0
2024-06-03
selftests/bpf: Remove unused struct 'scale_test_def'
Dr. David Alan Gilbert
1
-6
/
+0
2024-05-31
selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.c
Andrii Nakryiko
1
-1
/
+1
2024-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-13
/
+489
2024-05-30
selftests/bpf: test struct_ops with epoll
Kui-Feng Lee
2
-0
/
+67
2024-05-30
bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.
Kui-Feng Lee
2
-5
/
+5
2024-05-30
selftests/bpf: use section names understood by libbpf in test_sockmap
Jakub Sitnicki
2
-39
/
+9
2024-05-29
selftests/bpf: Add selftest for bits iter
Yafang Shao
2
-0
/
+155
2024-05-28
selftests/bpf: Use start_server_str in do_test in bpf_tcp_ca
Geliang Tang
1
-11
/
+55
2024-05-28
selftests/bpf: Use post_socket_cb in start_server_str
Geliang Tang
2
-4
/
+8
2024-05-28
selftests/bpf: Use post_socket_cb in connect_to_fd_opts
Geliang Tang
3
-5
/
+19
2024-05-28
selftests/bpf: Add start_server_str helper
Geliang Tang
2
-6
/
+18
2024-05-28
selftests/bpf: Drop struct post_socket_opts
Geliang Tang
4
-7
/
+5
2024-05-27
selftests/bpf: Cover verifier checks for mutating sockmap/sockhash
Jakub Sitnicki
2
-0
/
+189
2024-05-25
selftests/bpf: Add netkit test for pkt_type
Daniel Borkmann
2
-1
/
+118
2024-05-25
selftests/bpf: Add netkit tests for mac address
Daniel Borkmann
1
-0
/
+10
2024-05-25
selftests/bpf: extend multi-uprobe tests with USDTs
Andrii Nakryiko
2
-2
/
+56
2024-05-25
selftests/bpf: extend multi-uprobe tests with child thread case
Andrii Nakryiko
2
-9
/
+115
2024-05-25
bpf: fix multi-uprobe PID filtering logic
Andrii Nakryiko
1
-1
/
+1
2024-05-23
selftests/bpf: Handle forwarding of UDP CLOCK_TAI packets
Abhishek Chauhan
3
-29
/
+23
2024-05-22
selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs
Brad Cowie
3
-0
/
+116
2024-05-21
selftests/bpf: Fix prog numbers in test_sockmap
Geliang Tang
1
-5
/
+1
2024-05-17
selftests/bpf: Adjust btf_dump test to reflect recent change in file_operations
Martin KaFai Lau
1
-1
/
+1
2024-05-17
selftests/bpf: Adjust test_access_variable_array after a kernel function name...
Martin KaFai Lau
1
-1
/
+1
2024-05-15
selftests/bpf: add more variations of map-in-map situations
Andrii Nakryiko
1
-0
/
+10
2024-05-14
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
160
-4513
/
+8514
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+57
2024-05-13
Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-0
/
+152
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
88
-2221
/
+4244
2024-05-12
bpf: make list_for_each_entry portable
Jose E. Marchesi
4
-10
/
+38
2024-05-12
bpf: ignore expected GCC warning in test_global_func10.c
Jose E. Marchesi
1
-0
/
+4
2024-05-12
bpf: disable strict aliasing in test_global_func9.c
Jose E. Marchesi
1
-0
/
+1
2024-05-12
selftests/bpf: Free strdup memory in xdp_hw_metadata
Geliang Tang
1
-0
/
+2
2024-05-12
selftests/bpf: Fix a few tests for GCC related warnings.
Cupertino Miranda
4
-29
/
+37
2024-05-12
bpf: avoid gcc overflow warning in test_xdp_vlan.c
David Faust
1
-1
/
+1
2024-05-12
selftests/bpf: Expand ATTACH_REJECT tests
Jordan Rife
1
-0
/
+187
2024-05-12
selftests/bpf: Expand getsockname and getpeername tests
Jordan Rife
5
-2
/
+412
2024-05-12
sefltests/bpf: Expand sockaddr hook deny tests
Jordan Rife
7
-0
/
+378
2024-05-12
selftests/bpf: Expand sockaddr program return value tests
Jordan Rife
1
-0
/
+294
2024-05-12
selftests/bpf: Retire test_sock_addr.(c|sh)
Jordan Rife
4
-636
/
+1
2024-05-12
selftests/bpf: Remove redundant sendmsg test cases
Jordan Rife
1
-161
/
+0
2024-05-12
selftests/bpf: Migrate ATTACH_REJECT test cases
Jordan Rife
2
-146
/
+102
2024-05-12
selftests/bpf: Migrate expected_attach_type tests
Jordan Rife
2
-84
/
+96
2024-05-12
selftests/bpf: Migrate wildcard destination rewrite test
Jordan Rife
3
-20
/
+37
2024-05-12
selftests/bpf: Migrate sendmsg6 v4 mapped address tests
Jordan Rife
3
-20
/
+42
[prev]
[next]