aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs (follow)
AgeCommit message (Expand)AuthorFilesLines
6 daysselftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.cAndrii Nakryiko1-1/+1
10 daysselftests/bpf: Cover verifier checks for mutating sockmap/sockhashJakub Sitnicki1-0/+187
12 daysselftests/bpf: Add netkit test for pkt_typeDaniel Borkmann1-1/+34
12 daysselftests/bpf: extend multi-uprobe tests with USDTsAndrii Nakryiko1-2/+31
12 daysselftests/bpf: extend multi-uprobe tests with child thread caseAndrii Nakryiko1-2/+15
2024-05-17selftests/bpf: Adjust test_access_variable_array after a kernel function name changeMartin 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/netdev/net-nextLinus Torvalds86-315/+3073
2024-05-12bpf: make list_for_each_entry portableJose E. Marchesi2-6/+5
2024-05-12bpf: ignore expected GCC warning in test_global_func10.cJose E. Marchesi1-0/+4
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 getsockname and getpeername testsJordan Rife4-0/+110
2024-05-12sefltests/bpf: Expand sockaddr hook deny testsJordan Rife6-0/+36
2024-05-12selftests/bpf: Expand sockaddr program return value testsJordan Rife1-0/+294
2024-05-12selftests/bpf: Migrate wildcard destination rewrite testJordan Rife1-0/+20
2024-05-12selftests/bpf: Migrate sendmsg6 v4 mapped address testsJordan Rife1-0/+25
2024-05-12selftests/bpf: Migrate sendmsg deny test casesJordan Rife2-0/+12
2024-05-12selftests/bpf: Migrate WILDCARD_IP testJordan Rife1-0/+6
2024-05-12selftests/bpf: Migrate recvmsg* return code tests to verifier_sock_addr.cJordan Rife1-0/+37
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 uninitialized warnings in verifier_global_subprogs.cJose E. Marchesi1-0/+7
2024-05-07selftests/bpf: validate struct_ops early failure detection logicAndrii Nakryiko1-0/+19
2024-05-07selftests/bpf: add another struct_ops callback use case testAndrii Nakryiko1-0/+22
2024-05-07selftests/bpf: Change functions definitions to support GCCCupertino Miranda1-6/+21
2024-05-07bpf: Avoid __hidden__ attribute in static objectJose E. Marchesi1-1/+1
2024-05-06selftests/bpf: MUL range computation tests.Cupertino Miranda1-0/+21
2024-05-06selftests/bpf: XOR and OR range computation tests.Cupertino Miranda1-0/+42
2024-05-06selftests/bpf: Use bpf_tracing.h instead of bpf_tcp_helpers.hMartin KaFai Lau4-4/+5
2024-05-02selftests/bpf: Add test for the use of new args in cong_controlMiao Xu2-0/+209
2024-05-02tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu1-3/+3
2024-05-02selftests/bpf: Implement BPF programs for kernel socket operationsJordan Rife1-0/+65
2024-05-02selftests/bpf: Fix bind program for big endian systemsJordan Rife3-16/+39
2024-05-01libbpf: better fix for handling nulled-out struct_ops programAndrii Nakryiko1-1/+1
2024-05-01selftests/bpf: add tests for the "module: Function" syntaxViktor Malik1-0/+23
2024-04-30selftests/bpf: Add kprobe session cookie testJiri Olsa1-0/+58
2024-04-30selftests/bpf: Add kprobe session testJiri Olsa1-0/+79
2024-04-29selftests/bpf: validate nulled-out struct_ops program is handled properlyAndrii Nakryiko1-0/+7
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov3-13/+20
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski24-33/+1605
2024-04-25selftests/bpf: extend BPF_SOCK_OPS_RTT_CB test for srtt and mrtt_usPhilo Lu1-0/+6