summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
2024-08-02Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-08-02uretprobe: change syscall number, againArnd Bergmann1-1/+1
2024-07-30bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall testJiri Olsa1-1/+1
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-28/+68
2024-07-25selftests/bpf: Add XDP_UMEM_TX_METADATA_LEN to XSK TX metadata testStanislav Fomichev1-1/+2
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-0/+571
2024-07-17selftests/bpf: Test sockmap redirect for AF_UNIX MSG_OOBMichal Luczaj1-3/+33
2024-07-17selftests/bpf: Parametrize AF_UNIX redir functions to accept send() flagsMichal Luczaj1-22/+26
2024-07-17selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()Michal Luczaj1-2/+1
2024-07-17selftests/bpf: fexit_sleep: Fix stack allocation for arm64Puranjay Mohan1-1/+7
2024-07-15selftests/bpf: Change uretprobe syscall number in uprobe_syscall testJiri Olsa1-1/+1
2024-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-47/+53
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+152
2024-07-11selftests/bpf: Add timer lockup selftestKumar Kartikeya Dwivedi1-0/+91
2024-07-10selftests/bpf: Close obj in error path in xdp_adjust_tailGeliang Tang1-1/+1
2024-07-10selftests/bpf: Null checks for links in bpf_tcp_caGeliang Tang1-4/+12
2024-07-10selftests/bpf: Use connect_fd_to_fd in sk_lookupGeliang Tang1-9/+3
2024-07-10selftests/bpf: Use start_server_addr in sk_lookupGeliang Tang1-8/+2
2024-07-10selftests/bpf: Use start_server_str in sk_lookupGeliang Tang1-24/+34
2024-07-10selftests/bpf: Close fd in error path in drop_on_reuseportGeliang Tang1-1/+1
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni12-23/+838
2024-07-09selftests/bpf: Extend tcx tests to cover late tcx_entry releaseDaniel Borkmann1-0/+61
2024-07-02selftests/bpf: Add UAF tests for arena atomicsIlya Leoshkevich1-0/+18
2024-07-02selftests/bpf: Add testcase where 7th argment is structPu Lehui1-0/+14
2024-07-02selftests/bpf: Factor out many args tests from tracing_structPu Lehui1-4/+26
2024-07-01selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfuncLorenzo Bianconi1-0/+168
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+56
2024-06-27selftests/bpf: Don't close(-1) in serial_test_fexit_stress()Ma Ke1-2/+2
2024-06-25selftests/bpf: add test validating uprobe/uretprobe stack tracesAndrii Nakryiko1-0/+186
2024-06-24selftests/bpf: Add more ring buffer test coverageDaniel Borkmann1-0/+56
2024-06-22selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmodAlan Maguire1-0/+1
2024-06-22selftests/bpf: Test struct_ops bpf map auto-attachMykyta Yatsenko1-0/+35
2024-06-21selftests/bpf: Use start_server_str in mptcpGeliang Tang1-6/+1
2024-06-21selftests/bpf: Drop noconnect from network_helper_optsGeliang Tang1-7/+6
2024-06-21selftests/bpf: Drop type from network_helper_optsGeliang Tang3-6/+5
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-06-18selftests/bpf: Extend distilled BTF tests to cover BTF relocationAlan Maguire1-0/+278
2024-06-18selftests/bpf: Test distilled base, split BTF generationAlan Maguire1-0/+274
2024-06-14selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko1-0/+11
2024-06-13selftests/bpf: Add test coverage for reg_set_min_max handlingDaniel Borkmann1-0/+2
2024-06-13selftests/bpf: Validate CHECKSUM_COMPLETE optionVadim Fedorenko1-0/+1
2024-06-12selftests/bpf: Add uretprobe shadow stack testJiri Olsa1-0/+60
2024-06-12selftests/bpf: Add uretprobe syscall call from user space testJiri Olsa1-0/+95
2024-06-12selftests/bpf: Add uretprobe syscall test for regs changesJiri Olsa1-0/+67
2024-06-12selftests/bpf: Add uretprobe syscall test for regs integrityJiri Olsa1-0/+163
2024-06-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski12-63/+434
2024-06-07selftests/bpf: Drop useless arguments of do_test in bpf_tcp_caGeliang Tang1-11/+9
2024-06-07selftests/bpf: Use start_test in test_dctcp in bpf_tcp_caGeliang Tang1-12/+15
2024-06-07selftests/bpf: Use start_test in test_dctcp_fallback in bpf_tcp_caGeliang Tang1-11/+9
2024-06-07selftests/bpf: Add start_test helper in bpf_tcp_caGeliang Tang1-9/+33