summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-273-0/+255
|\
| * selftests/bpf: Add tests for may_goto with negative offset.Alexei Starovoitov2024-06-241-0/+52
| * selftests/bpf: Add more ring buffer test coverageDaniel Borkmann2024-06-241-0/+46
| * selftests/bpf: Tests with may_goto and jumps to the 1st insnAlexei Starovoitov2024-06-211-0/+94
| * selftests/bpf: Add a few tests to coverYonghong Song2024-06-171-0/+63
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-201-0/+41
|\|
| * selftests/bpf: Add test coverage for reg_set_min_max handlingDaniel Borkmann2024-06-131-0/+41
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-118-23/+462
|\ \
| * | selftests/bpf: Test global bpf_list_head arrays.Kui-Feng Lee2024-06-041-0/+42
| * | selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.Kui-Feng Lee2024-06-041-0/+77
| * | selftests/bpf: Test kptr arrays and kptrs in nested struct fields.Kui-Feng Lee2024-06-041-0/+171
| * | selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmapGeliang Tang2024-06-031-3/+0
| * | selftests/bpf: Remove unused 'key_t' structsDr. David Alan Gilbert2024-06-032-12/+0
| * | selftests/bpf: test struct_ops with epollKui-Feng Lee2024-05-311-0/+10
| * | selftests/bpf: use section names understood by libbpf in test_sockmapJakub Sitnicki2024-05-301-8/+9
| * | selftests/bpf: Add selftest for bits iterYafang Shao2024-05-301-0/+153
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-1/+1
|\ \ \ | | |/ | |/|
| * | selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.cAndrii Nakryiko2024-05-311-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-313-5/+267
|\| | | |/ |/|
| * selftests/bpf: Cover verifier checks for mutating sockmap/sockhashJakub Sitnicki2024-05-271-0/+187
| * selftests/bpf: Add netkit test for pkt_typeDaniel Borkmann2024-05-251-1/+34
| * selftests/bpf: extend multi-uprobe tests with USDTsAndrii Nakryiko2024-05-251-2/+31
| * selftests/bpf: extend multi-uprobe tests with child thread caseAndrii Nakryiko2024-05-251-2/+15
* | selftests/bpf: Handle forwarding of UDP CLOCK_TAI packetsAbhishek Chauhan2024-05-231-22/+17
* | selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncsBrad Cowie2024-05-231-0/+108
|/
* selftests/bpf: Adjust test_access_variable_array after a kernel function name...Martin KaFai Lau2024-05-171-1/+1
* selftests/bpf: add more variations of map-in-map situationsAndrii Nakryiko2024-05-151-0/+10
* Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-1586-315/+3073
|\
| * bpf: make list_for_each_entry portableJose E. Marchesi2024-05-132-6/+5
| * bpf: ignore expected GCC warning in test_global_func10.cJose E. Marchesi2024-05-131-0/+4
| * selftests/bpf: Fix a few tests for GCC related warnings.Cupertino Miranda2024-05-134-29/+37
| * bpf: avoid gcc overflow warning in test_xdp_vlan.cDavid Faust2024-05-131-1/+1
| * selftests/bpf: Expand getsockname and getpeername testsJordan Rife2024-05-134-0/+110
| * sefltests/bpf: Expand sockaddr hook deny testsJordan Rife2024-05-136-0/+36
| * selftests/bpf: Expand sockaddr program return value testsJordan Rife2024-05-131-0/+294
| * selftests/bpf: Migrate wildcard destination rewrite testJordan Rife2024-05-131-0/+20
| * selftests/bpf: Migrate sendmsg6 v4 mapped address testsJordan Rife2024-05-131-0/+25
| * selftests/bpf: Migrate sendmsg deny test casesJordan Rife2024-05-132-0/+12
| * selftests/bpf: Migrate WILDCARD_IP testJordan Rife2024-05-131-0/+6
| * selftests/bpf: Migrate recvmsg* return code tests to verifier_sock_addr.cJordan Rife2024-05-131-0/+37
| * selftests/bpf: Remove the bpf_tcp_helpers.h usages from other non tcp-cc testsMartin KaFai Lau2024-05-097-38/+23
| * selftests/bpf: Remove bpf_tcp_helpers.h usages from other misc bpf tcp-cc testsMartin KaFai Lau2024-05-092-10/+2
| * selftests/bpf: Use bpf_tracing_net.h in bpf_dctcpMartin KaFai Lau2024-05-091-7/+15
| * selftests/bpf: Use bpf_tracing_net.h in bpf_cubicMartin KaFai Lau2024-05-091-4/+12
| * selftests/bpf: Rename tcp-cc private struct in bpf_cubic and bpf_dctcpMartin KaFai Lau2024-05-092-18/+18
| * selftests/bpf: Sanitize the SEC and inline usages in the bpf-tcp-cc testsMartin KaFai Lau2024-05-0910-75/+77
| * selftests/bpf: Reuse the tcp_sk() from the bpf_tracing_net.hMartin KaFai Lau2024-05-093-21/+3
| * selftests/bpf: Add a few tcp helper functions and macros to bpf_tracing_net.hMartin KaFai Lau2024-05-092-13/+42
| * selftests/bpf: Remove bpf_tracing_net.h usages from two networking testsMartin KaFai Lau2024-05-092-2/+2
| * bpf: guard BPF_NO_PRESERVE_ACCESS_INDEX in skb_pkt_end.cJose E. Marchesi2024-05-081-0/+2