summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
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-15Merge 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-14Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+152
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski88-2221/+4244
2024-05-13bpf: make list_for_each_entry portableJose E. Marchesi4-10/+38
2024-05-13bpf: ignore expected GCC warning in test_global_func10.cJose E. Marchesi1-0/+4
2024-05-13bpf: disable strict aliasing in test_global_func9.cJose E. Marchesi1-0/+1
2024-05-13selftests/bpf: Free strdup memory in xdp_hw_metadataGeliang Tang1-0/+2
2024-05-13selftests/bpf: Fix a few tests for GCC related warnings.Cupertino Miranda4-29/+37
2024-05-13bpf: avoid gcc overflow warning in test_xdp_vlan.cDavid Faust1-1/+1
2024-05-13selftests/bpf: Expand ATTACH_REJECT testsJordan Rife1-0/+187
2024-05-13selftests/bpf: Expand getsockname and getpeername testsJordan Rife5-2/+412
2024-05-13sefltests/bpf: Expand sockaddr hook deny testsJordan Rife7-0/+378
2024-05-13selftests/bpf: Expand sockaddr program return value testsJordan Rife1-0/+294
2024-05-13selftests/bpf: Retire test_sock_addr.(c|sh)Jordan Rife4-636/+1
2024-05-13selftests/bpf: Remove redundant sendmsg test casesJordan Rife1-161/+0
2024-05-13selftests/bpf: Migrate ATTACH_REJECT test casesJordan Rife2-146/+102
2024-05-13selftests/bpf: Migrate expected_attach_type testsJordan Rife2-84/+96
2024-05-13selftests/bpf: Migrate wildcard destination rewrite testJordan Rife3-20/+37
2024-05-13selftests/bpf: Migrate sendmsg6 v4 mapped address testsJordan Rife3-20/+42
2024-05-13selftests/bpf: Migrate sendmsg deny test casesJordan Rife4-45/+110
2024-05-13selftests/bpf: Migrate WILDCARD_IP testJordan Rife3-20/+56
2024-05-13selftests/bpf: Handle SYSCALL_EPERM and SYSCALL_ENOTSUPP test casesJordan Rife1-20/+58
2024-05-13selftests/bpf: Handle ATTACH_REJECT test casesJordan Rife1-1/+34
2024-05-13selftests/bpf: Handle LOAD_REJECT test casesJordan Rife1-5/+98
2024-05-13selftests/bpf: Use program name for skel load/destroy functionsJordan Rife1-46/+50
2024-05-13selftests/bpf: Migrate recvmsg* return code tests to verifier_sock_addr.cJordan Rife3-70/+39
2024-05-09selftests/bpf: Drop get_port in test_tcp_check_syncookieGeliang Tang1-18/+3
2024-05-09selftests/bpf: Use connect_to_fd in test_tcp_check_syncookieGeliang Tang1-33/+5
2024-05-09selftests/bpf: Use connect_to_fd in sockopt_inheritGeliang Tang1-30/+1
2024-05-09selftests/bpf: Use start_server_addr in test_tcp_check_syncookieGeliang Tang2-44/+25
2024-05-09selftests/bpf: Use start_server_addr in sockopt_inheritGeliang Tang1-21/+12
2024-05-09selftests/bpf: Add post_socket_cb for network_helper_optsGeliang Tang2-9/+18
2024-05-09selftests/bpf: Retire bpf_tcp_helpers.hMartin KaFai Lau1-241/+0
2024-05-09selftests/bpf: Remove the bpf_tcp_helpers.h usages from other non tcp-cc testsMartin KaFai Lau7-38/+23
2024-05-09selftests/bpf: Remove bpf_tcp_helpers.h usages from other misc bpf tcp-cc testsMartin KaFai Lau2-10/+2
2024-05-09selftests/bpf: Use bpf_tracing_net.h in bpf_dctcpMartin KaFai Lau1-7/+15
2024-05-09selftests/bpf: Use bpf_tracing_net.h in bpf_cubicMartin KaFai Lau1-4/+12
2024-05-09selftests/bpf: Rename tcp-cc private struct in bpf_cubic and bpf_dctcpMartin KaFai Lau2-18/+18
2024-05-09selftests/bpf: Sanitize the SEC and inline usages in the bpf-tcp-cc testsMartin KaFai Lau10-75/+77
2024-05-09selftests/bpf: Reuse the tcp_sk() from the bpf_tracing_net.hMartin KaFai Lau3-21/+3
2024-05-09selftests/bpf: Add a few tcp helper functions and macros to bpf_tracing_net.hMartin KaFai Lau2-13/+42
2024-05-09selftests/bpf: Remove bpf_tracing_net.h usages from two networking testsMartin KaFai Lau2-2/+2
2024-05-08bpf: guard BPF_NO_PRESERVE_ACCESS_INDEX in skb_pkt_end.cJose E. Marchesi1-0/+2
2024-05-08bpf: avoid UB in usages of the __imm_insn macroJose E. Marchesi1-0/+13
2024-05-08bpf: avoid uninitialized warnings in verifier_global_subprogs.cJose E. Marchesi1-0/+7
2024-05-08bpf, arm64: Add support for lse atomics in bpf_arenaPuranjay Mohan1-1/+0