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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-27
3
-0
/
+255
|
\
|
*
selftests/bpf: Add tests for may_goto with negative offset.
Alexei Starovoitov
2024-06-24
1
-0
/
+52
|
*
selftests/bpf: Add more ring buffer test coverage
Daniel Borkmann
2024-06-24
1
-0
/
+46
|
*
selftests/bpf: Tests with may_goto and jumps to the 1st insn
Alexei Starovoitov
2024-06-21
1
-0
/
+94
|
*
selftests/bpf: Add a few tests to cover
Yonghong Song
2024-06-17
1
-0
/
+63
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-20
1
-0
/
+41
|
\
|
|
*
selftests/bpf: Add test coverage for reg_set_min_max handling
Daniel Borkmann
2024-06-13
1
-0
/
+41
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-06-11
8
-23
/
+462
|
\
\
|
*
|
selftests/bpf: Test global bpf_list_head arrays.
Kui-Feng Lee
2024-06-04
1
-0
/
+42
|
*
|
selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.
Kui-Feng Lee
2024-06-04
1
-0
/
+77
|
*
|
selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
Kui-Feng Lee
2024-06-04
1
-0
/
+171
|
*
|
selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmap
Geliang Tang
2024-06-03
1
-3
/
+0
|
*
|
selftests/bpf: Remove unused 'key_t' structs
Dr. David Alan Gilbert
2024-06-03
2
-12
/
+0
|
*
|
selftests/bpf: test struct_ops with epoll
Kui-Feng Lee
2024-05-31
1
-0
/
+10
|
*
|
selftests/bpf: use section names understood by libbpf in test_sockmap
Jakub Sitnicki
2024-05-30
1
-8
/
+9
|
*
|
selftests/bpf: Add selftest for bits iter
Yafang Shao
2024-05-30
1
-0
/
+153
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-06
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.c
Andrii Nakryiko
2024-05-31
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-31
3
-5
/
+267
|
\
|
|
|
|
/
|
/
|
|
*
selftests/bpf: Cover verifier checks for mutating sockmap/sockhash
Jakub Sitnicki
2024-05-27
1
-0
/
+187
|
*
selftests/bpf: Add netkit test for pkt_type
Daniel Borkmann
2024-05-25
1
-1
/
+34
|
*
selftests/bpf: extend multi-uprobe tests with USDTs
Andrii Nakryiko
2024-05-25
1
-2
/
+31
|
*
selftests/bpf: extend multi-uprobe tests with child thread case
Andrii Nakryiko
2024-05-25
1
-2
/
+15
*
|
selftests/bpf: Handle forwarding of UDP CLOCK_TAI packets
Abhishek Chauhan
2024-05-23
1
-22
/
+17
*
|
selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs
Brad Cowie
2024-05-23
1
-0
/
+108
|
/
*
selftests/bpf: Adjust test_access_variable_array after a kernel function name...
Martin KaFai Lau
2024-05-17
1
-1
/
+1
*
selftests/bpf: add more variations of map-in-map situations
Andrii Nakryiko
2024-05-15
1
-0
/
+10
*
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-05-15
86
-315
/
+3073
|
\
|
*
bpf: make list_for_each_entry portable
Jose E. Marchesi
2024-05-13
2
-6
/
+5
|
*
bpf: ignore expected GCC warning in test_global_func10.c
Jose E. Marchesi
2024-05-13
1
-0
/
+4
|
*
selftests/bpf: Fix a few tests for GCC related warnings.
Cupertino Miranda
2024-05-13
4
-29
/
+37
|
*
bpf: avoid gcc overflow warning in test_xdp_vlan.c
David Faust
2024-05-13
1
-1
/
+1
|
*
selftests/bpf: Expand getsockname and getpeername tests
Jordan Rife
2024-05-13
4
-0
/
+110
|
*
sefltests/bpf: Expand sockaddr hook deny tests
Jordan Rife
2024-05-13
6
-0
/
+36
|
*
selftests/bpf: Expand sockaddr program return value tests
Jordan Rife
2024-05-13
1
-0
/
+294
|
*
selftests/bpf: Migrate wildcard destination rewrite test
Jordan Rife
2024-05-13
1
-0
/
+20
|
*
selftests/bpf: Migrate sendmsg6 v4 mapped address tests
Jordan Rife
2024-05-13
1
-0
/
+25
|
*
selftests/bpf: Migrate sendmsg deny test cases
Jordan Rife
2024-05-13
2
-0
/
+12
|
*
selftests/bpf: Migrate WILDCARD_IP test
Jordan Rife
2024-05-13
1
-0
/
+6
|
*
selftests/bpf: Migrate recvmsg* return code tests to verifier_sock_addr.c
Jordan Rife
2024-05-13
1
-0
/
+37
|
*
selftests/bpf: Remove the bpf_tcp_helpers.h usages from other non tcp-cc tests
Martin KaFai Lau
2024-05-09
7
-38
/
+23
|
*
selftests/bpf: Remove bpf_tcp_helpers.h usages from other misc bpf tcp-cc tests
Martin KaFai Lau
2024-05-09
2
-10
/
+2
|
*
selftests/bpf: Use bpf_tracing_net.h in bpf_dctcp
Martin KaFai Lau
2024-05-09
1
-7
/
+15
|
*
selftests/bpf: Use bpf_tracing_net.h in bpf_cubic
Martin KaFai Lau
2024-05-09
1
-4
/
+12
|
*
selftests/bpf: Rename tcp-cc private struct in bpf_cubic and bpf_dctcp
Martin KaFai Lau
2024-05-09
2
-18
/
+18
|
*
selftests/bpf: Sanitize the SEC and inline usages in the bpf-tcp-cc tests
Martin KaFai Lau
2024-05-09
10
-75
/
+77
|
*
selftests/bpf: Reuse the tcp_sk() from the bpf_tracing_net.h
Martin KaFai Lau
2024-05-09
3
-21
/
+3
|
*
selftests/bpf: Add a few tcp helper functions and macros to bpf_tracing_net.h
Martin KaFai Lau
2024-05-09
2
-13
/
+42
|
*
selftests/bpf: Remove bpf_tracing_net.h usages from two networking tests
Martin KaFai Lau
2024-05-09
2
-2
/
+2
|
*
bpf: guard BPF_NO_PRESERVE_ACCESS_INDEX in skb_pkt_end.c
Jose E. Marchesi
2024-05-08
1
-0
/
+2
[next]