aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-06-03selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmapGeliang Tang1-16/+14
2024-06-03selftests/bpf: Use bpf_link attachments in test_sockmapGeliang Tang1-28/+31
2024-06-03selftests/bpf: Drop duplicate definition of i in test_sockmapGeliang Tang1-1/+2
2024-06-03selftests/bpf: Fix tx_prog_fd values in test_sockmapGeliang Tang1-3/+3
2024-06-03selftests/bpf: Remove unused struct 'libcap'Dr. David Alan Gilbert1-5/+0
2024-06-03selftests/bpf: Remove unused 'key_t' structsDr. David Alan Gilbert2-12/+0
2024-06-03selftests/bpf: Remove unused struct 'scale_test_def'Dr. David Alan Gilbert1-6/+0
2024-05-31selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.cAndrii Nakryiko1-1/+1
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-13/+489
2024-05-30selftests/bpf: test struct_ops with epollKui-Feng Lee2-0/+67
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee2-5/+5
2024-05-30selftests/bpf: use section names understood by libbpf in test_sockmapJakub Sitnicki2-39/+9
2024-05-29selftests/bpf: Add selftest for bits iterYafang Shao2-0/+155
2024-05-28selftests/bpf: Use start_server_str in do_test in bpf_tcp_caGeliang Tang1-11/+55
2024-05-28selftests/bpf: Use post_socket_cb in start_server_strGeliang Tang2-4/+8
2024-05-28selftests/bpf: Use post_socket_cb in connect_to_fd_optsGeliang Tang3-5/+19
2024-05-28selftests/bpf: Add start_server_str helperGeliang Tang2-6/+18
2024-05-28selftests/bpf: Drop struct post_socket_optsGeliang Tang4-7/+5
2024-05-27selftests/bpf: Cover verifier checks for mutating sockmap/sockhashJakub Sitnicki2-0/+189
2024-05-25selftests/bpf: Add netkit test for pkt_typeDaniel Borkmann2-1/+118
2024-05-25selftests/bpf: Add netkit tests for mac addressDaniel Borkmann1-0/+10
2024-05-25selftests/bpf: extend multi-uprobe tests with USDTsAndrii Nakryiko2-2/+56
2024-05-25selftests/bpf: extend multi-uprobe tests with child thread caseAndrii Nakryiko2-9/+115
2024-05-25bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko1-1/+1
2024-05-23selftests/bpf: Handle forwarding of UDP CLOCK_TAI packetsAbhishek Chauhan3-29/+23
2024-05-22selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncsBrad Cowie3-0/+116
2024-05-21selftests/bpf: Fix prog numbers in test_sockmapGeliang Tang1-5/+1
2024-05-17selftests/bpf: Adjust btf_dump test to reflect recent change in file_operationsMartin KaFai Lau1-1/+1
2024-05-17selftests/bpf: Adjust test_access_variable_array after a kernel function name...Martin KaFai Lau1-1/+1
2024-05-15selftests/bpf: add more variations of map-in-map situationsAndrii Nakryiko1-0/+10
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds160-4513/+8514
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+57
2024-05-13Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+152
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski88-2221/+4244
2024-05-12bpf: make list_for_each_entry portableJose E. Marchesi4-10/+38
2024-05-12bpf: ignore expected GCC warning in test_global_func10.cJose E. Marchesi1-0/+4
2024-05-12bpf: disable strict aliasing in test_global_func9.cJose E. Marchesi1-0/+1
2024-05-12selftests/bpf: Free strdup memory in xdp_hw_metadataGeliang Tang1-0/+2
2024-05-12selftests/bpf: Fix a few tests for GCC related warnings.Cupertino Miranda4-29/+37
2024-05-12bpf: avoid gcc overflow warning in test_xdp_vlan.cDavid Faust1-1/+1
2024-05-12selftests/bpf: Expand ATTACH_REJECT testsJordan Rife1-0/+187
2024-05-12selftests/bpf: Expand getsockname and getpeername testsJordan Rife5-2/+412
2024-05-12sefltests/bpf: Expand sockaddr hook deny testsJordan Rife7-0/+378
2024-05-12selftests/bpf: Expand sockaddr program return value testsJordan Rife1-0/+294
2024-05-12selftests/bpf: Retire test_sock_addr.(c|sh)Jordan Rife4-636/+1
2024-05-12selftests/bpf: Remove redundant sendmsg test casesJordan Rife1-161/+0
2024-05-12selftests/bpf: Migrate ATTACH_REJECT test casesJordan Rife2-146/+102
2024-05-12selftests/bpf: Migrate expected_attach_type testsJordan Rife2-84/+96
2024-05-12selftests/bpf: Migrate wildcard destination rewrite testJordan Rife3-20/+37
2024-05-12selftests/bpf: Migrate sendmsg6 v4 mapped address testsJordan Rife3-20/+42