summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2024-07-11selftests/bpf: Add timer lockup selftestKumar Kartikeya Dwivedi
2024-07-08selftests/bpf: Extend tcx tests to cover late tcx_entry releaseDaniel Borkmann
2024-06-24selftests/bpf: Add tests for may_goto with negative offset.Alexei Starovoitov
2024-06-24selftests/bpf: Add more ring buffer test coverageDaniel Borkmann
2024-06-21selftests/bpf: Tests with may_goto and jumps to the 1st insnAlexei Starovoitov
2024-06-17selftests/bpf: Add a few tests to coverYonghong Song
2024-06-13selftests/bpf: Add test coverage for reg_set_min_max handlingDaniel Borkmann
2024-05-31selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.cAndrii Nakryiko
2024-05-27selftests/bpf: Cover verifier checks for mutating sockmap/sockhashJakub Sitnicki
2024-05-25selftests/bpf: Add netkit test for pkt_typeDaniel Borkmann
2024-05-25selftests/bpf: Add netkit tests for mac addressDaniel Borkmann
2024-05-25selftests/bpf: extend multi-uprobe tests with USDTsAndrii Nakryiko
2024-05-25selftests/bpf: extend multi-uprobe tests with child thread caseAndrii Nakryiko
2024-05-25bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko
2024-05-17selftests/bpf: Adjust btf_dump test to reflect recent change in file_operationsMartin KaFai Lau
2024-05-17selftests/bpf: Adjust test_access_variable_array after a kernel function name...Martin KaFai Lau
2024-05-15selftests/bpf: add more variations of map-in-map situationsAndrii Nakryiko
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-13Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-12bpf: make list_for_each_entry portableJose E. Marchesi
2024-05-12bpf: ignore expected GCC warning in test_global_func10.cJose E. Marchesi
2024-05-12bpf: disable strict aliasing in test_global_func9.cJose E. Marchesi
2024-05-12selftests/bpf: Free strdup memory in xdp_hw_metadataGeliang Tang
2024-05-12selftests/bpf: Fix a few tests for GCC related warnings.Cupertino Miranda
2024-05-12bpf: avoid gcc overflow warning in test_xdp_vlan.cDavid Faust
2024-05-12selftests/bpf: Expand ATTACH_REJECT testsJordan Rife
2024-05-12selftests/bpf: Expand getsockname and getpeername testsJordan Rife
2024-05-12sefltests/bpf: Expand sockaddr hook deny testsJordan Rife
2024-05-12selftests/bpf: Expand sockaddr program return value testsJordan Rife
2024-05-12selftests/bpf: Retire test_sock_addr.(c|sh)Jordan Rife
2024-05-12selftests/bpf: Remove redundant sendmsg test casesJordan Rife
2024-05-12selftests/bpf: Migrate ATTACH_REJECT test casesJordan Rife
2024-05-12selftests/bpf: Migrate expected_attach_type testsJordan Rife
2024-05-12selftests/bpf: Migrate wildcard destination rewrite testJordan Rife
2024-05-12selftests/bpf: Migrate sendmsg6 v4 mapped address testsJordan Rife
2024-05-12selftests/bpf: Migrate sendmsg deny test casesJordan Rife
2024-05-12selftests/bpf: Migrate WILDCARD_IP testJordan Rife
2024-05-12selftests/bpf: Handle SYSCALL_EPERM and SYSCALL_ENOTSUPP test casesJordan Rife
2024-05-12selftests/bpf: Handle ATTACH_REJECT test casesJordan Rife
2024-05-12selftests/bpf: Handle LOAD_REJECT test casesJordan Rife
2024-05-12selftests/bpf: Use program name for skel load/destroy functionsJordan Rife
2024-05-12selftests/bpf: Migrate recvmsg* return code tests to verifier_sock_addr.cJordan Rife
2024-05-09selftests/bpf: Drop get_port in test_tcp_check_syncookieGeliang Tang
2024-05-09selftests/bpf: Use connect_to_fd in test_tcp_check_syncookieGeliang Tang
2024-05-09selftests/bpf: Use connect_to_fd in sockopt_inheritGeliang Tang
2024-05-09selftests/bpf: Use start_server_addr in test_tcp_check_syncookieGeliang Tang
2024-05-09selftests/bpf: Use start_server_addr in sockopt_inheritGeliang Tang
2024-05-09selftests/bpf: Add post_socket_cb for network_helper_optsGeliang Tang