summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.cAndrii Nakryiko2024-05-311-1/+1
* selftests/bpf: Cover verifier checks for mutating sockmap/sockhashJakub Sitnicki2024-05-272-0/+189
* selftests/bpf: Add netkit test for pkt_typeDaniel Borkmann2024-05-252-1/+118
* selftests/bpf: Add netkit tests for mac addressDaniel Borkmann2024-05-251-0/+10
* selftests/bpf: extend multi-uprobe tests with USDTsAndrii Nakryiko2024-05-252-2/+56
* selftests/bpf: extend multi-uprobe tests with child thread caseAndrii Nakryiko2024-05-252-9/+115
* bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko2024-05-251-1/+1
* selftests/bpf: Adjust btf_dump test to reflect recent change in file_operationsMartin KaFai Lau2024-05-171-1/+1
* 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-14160-4513/+8514
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-8/+57
| |\
| | * selftests/bpf: Add sockopt case to verify prog_typeStanislav Fomichev2024-04-301-2/+38
| | * selftests/bpf: Extend sockopt tests to use BPF_LINK_CREATEStanislav Fomichev2024-04-301-6/+19
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-1388-2221/+4244
| |\ \
| | * | bpf: make list_for_each_entry portableJose E. Marchesi2024-05-124-10/+38
| | * | bpf: ignore expected GCC warning in test_global_func10.cJose E. Marchesi2024-05-121-0/+4
| | * | bpf: disable strict aliasing in test_global_func9.cJose E. Marchesi2024-05-121-0/+1
| | * | selftests/bpf: Free strdup memory in xdp_hw_metadataGeliang Tang2024-05-121-0/+2
| | * | selftests/bpf: Fix a few tests for GCC related warnings.Cupertino Miranda2024-05-124-29/+37
| | * | bpf: avoid gcc overflow warning in test_xdp_vlan.cDavid Faust2024-05-121-1/+1
| | * | selftests/bpf: Expand ATTACH_REJECT testsJordan Rife2024-05-121-0/+187
| | * | selftests/bpf: Expand getsockname and getpeername testsJordan Rife2024-05-125-2/+412
| | * | sefltests/bpf: Expand sockaddr hook deny testsJordan Rife2024-05-127-0/+378
| | * | selftests/bpf: Expand sockaddr program return value testsJordan Rife2024-05-121-0/+294
| | * | selftests/bpf: Retire test_sock_addr.(c|sh)Jordan Rife2024-05-124-636/+1
| | * | selftests/bpf: Remove redundant sendmsg test casesJordan Rife2024-05-121-161/+0
| | * | selftests/bpf: Migrate ATTACH_REJECT test casesJordan Rife2024-05-122-146/+102
| | * | selftests/bpf: Migrate expected_attach_type testsJordan Rife2024-05-122-84/+96
| | * | selftests/bpf: Migrate wildcard destination rewrite testJordan Rife2024-05-123-20/+37
| | * | selftests/bpf: Migrate sendmsg6 v4 mapped address testsJordan Rife2024-05-123-20/+42
| | * | selftests/bpf: Migrate sendmsg deny test casesJordan Rife2024-05-124-45/+110
| | * | selftests/bpf: Migrate WILDCARD_IP testJordan Rife2024-05-123-20/+56
| | * | selftests/bpf: Handle SYSCALL_EPERM and SYSCALL_ENOTSUPP test casesJordan Rife2024-05-121-20/+58
| | * | selftests/bpf: Handle ATTACH_REJECT test casesJordan Rife2024-05-121-1/+34
| | * | selftests/bpf: Handle LOAD_REJECT test casesJordan Rife2024-05-121-5/+98
| | * | selftests/bpf: Use program name for skel load/destroy functionsJordan Rife2024-05-121-46/+50
| | * | selftests/bpf: Migrate recvmsg* return code tests to verifier_sock_addr.cJordan Rife2024-05-123-70/+39
| | * | selftests/bpf: Drop get_port in test_tcp_check_syncookieGeliang Tang2024-05-091-18/+3
| | * | selftests/bpf: Use connect_to_fd in test_tcp_check_syncookieGeliang Tang2024-05-091-33/+5
| | * | selftests/bpf: Use connect_to_fd in sockopt_inheritGeliang Tang2024-05-091-30/+1
| | * | selftests/bpf: Use start_server_addr in test_tcp_check_syncookieGeliang Tang2024-05-092-44/+25
| | * | selftests/bpf: Use start_server_addr in sockopt_inheritGeliang Tang2024-05-091-21/+12
| | * | selftests/bpf: Add post_socket_cb for network_helper_optsGeliang Tang2024-05-092-9/+18
| | * | selftests/bpf: Retire bpf_tcp_helpers.hMartin KaFai Lau2024-05-091-241/+0
| | * | 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