summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-13100-4571/+4434
|\
| * 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
| * tools: remove redundant ethtool.h from tooling infraTushar Vyavahare2024-05-121-2271/+0
| * 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
| * 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: Avoid uninitialized value in BPF_CORE_READ_BITFIELDJose E. Marchesi2024-05-081-0/+1
| * bpf: guard BPF_NO_PRESERVE_ACCESS_INDEX in skb_pkt_end.cJose E. Marchesi2024-05-081-0/+2
| * bpf: avoid UB in usages of the __imm_insn macroJose E. Marchesi2024-05-081-0/+13
| * bpf: avoid uninitialized warnings in verifier_global_subprogs.cJose E. Marchesi2024-05-081-0/+7
| * bpf, arm64: Add support for lse atomics in bpf_arenaPuranjay Mohan2024-05-081-1/+0
| * selftests/bpf: shorten subtest names for struct_ops_module testAndrii Nakryiko2024-05-071-4/+4
| * selftests/bpf: validate struct_ops early failure detection logicAndrii Nakryiko2024-05-072-0/+64
| * libbpf: improve early detection of doomed-to-fail BPF program loadingAndrii Nakryiko2024-05-071-1/+14
| * libbpf: fix libbpf_strerror_r() handling unknown errorsAndrii Nakryiko2024-05-071-2/+14