summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2024-08-02Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-08-02uretprobe: change syscall number, againArnd Bergmann
2024-07-30bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall testJiri Olsa
2024-07-29selftests/bpf: Filter out _GNU_SOURCE when compiling test_cppStanislav Fomichev
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-25selftests/bpf: Add XDP_UMEM_TX_METADATA_LEN to XSK TX metadata testStanislav Fomichev
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-07-17selftests/bpf: Test sockmap redirect for AF_UNIX MSG_OOBMichal Luczaj
2024-07-17selftests/bpf: Parametrize AF_UNIX redir functions to accept send() flagsMichal Luczaj
2024-07-17selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()Michal Luczaj
2024-07-17libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko
2024-07-17selftests/bpf: fexit_sleep: Fix stack allocation for arm64Puranjay Mohan
2024-07-15selftests/bpf: Change uretprobe syscall number in uprobe_syscall testJiri Olsa
2024-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-12selftests/bpf: Test for null-pointer-deref bugfix in resolve_prog_type()Tengda Wu
2024-07-12selftests/bpf: DENYLIST.aarch64: Skip fexit_sleep againDaniel Borkmann
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-11selftests/bpf: Add timer lockup selftestKumar Kartikeya Dwivedi
2024-07-10selftests/bpf: Close obj in error path in xdp_adjust_tailGeliang Tang
2024-07-10selftests/bpf: Null checks for links in bpf_tcp_caGeliang Tang
2024-07-10selftests/bpf: Use connect_fd_to_fd in sk_lookupGeliang Tang
2024-07-10selftests/bpf: Use start_server_addr in sk_lookupGeliang Tang
2024-07-10selftests/bpf: Use start_server_str in sk_lookupGeliang Tang
2024-07-10selftests/bpf: Close fd in error path in drop_on_reuseportGeliang Tang
2024-07-10selftests/bpf: Add ASSERT_OK_FD macroGeliang Tang
2024-07-10selftests/bpf: Add backlog for network_helper_optsGeliang Tang
2024-07-10selftests/bpf: fix compilation failure when CONFIG_NF_FLOW_TABLE=mAlan Maguire
2024-07-09bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCUMatt Bobrowski
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-08selftests/bpf: Extend tcx tests to cover late tcx_entry releaseDaniel Borkmann
2024-07-08selftests/bpf: DENYLIST.aarch64: Remove fexit_sleepPuranjay Mohan
2024-07-08selftests/bpf: amend for wrong bpf_wq_set_callback_impl signatureBenjamin Tissoires
2024-07-08selftests/bpf: Remove exceptions tests from DENYLIST.s390xIlya Leoshkevich
2024-07-02selftests/bpf: Remove arena tests from DENYLIST.s390xIlya Leoshkevich
2024-07-02selftests/bpf: Add UAF tests for arena atomicsIlya Leoshkevich
2024-07-02selftests/bpf: Introduce __arena_globalIlya Leoshkevich
2024-07-02selftests/bpf: Add testcase where 7th argment is structPu Lehui
2024-07-02selftests/bpf: Factor out many args tests from tracing_structPu Lehui
2024-07-02selftests/xsk: Enhance batch size support with dynamic configurationsTushar Vyavahare
2024-07-02selftests/xsk: Ensure traffic validation proceeds after ring size adjustment ...Tushar Vyavahare
2024-07-01selftests/bpf: Delete extra blank lines in test_sockmapZhu Jun
2024-07-01selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfuncLorenzo Bianconi
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-26selftests/bpf: Move ARRAY_SIZE to bpf_misc.hJiri Olsa
2024-06-26selftests/bpf: Don't close(-1) in serial_test_fexit_stress()Ma Ke
2024-06-26bpf: add new negative selftests to cover missing check_func_arg_reg_off() and...Matt Bobrowski
2024-06-25selftests/bpf: add test validating uprobe/uretprobe stack tracesAndrii Nakryiko
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: Add kfunc_call test for simple dtor in bpf_testmodAlan Maguire