Age | Commit message (Expand) | Author | Files | Lines |
2024-08-19 | selftests/bpf: Socket pair creation, cleanups | Michal Luczaj | 1 | -6/+3 |
2024-08-19 | selftests/bpf: Support more socket types in create_pair() | Michal Luczaj | 1 | -13/+6 |
2024-04-10 | selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs | Yonghong Song | 1 | -0/+133 |
2024-04-10 | selftests/bpf: Refactor out helper functions for a few tests | Yonghong Song | 1 | -15/+23 |
2024-01-03 | bpf: sockmap, add tests for proto updates replace socket | John Fastabend | 1 | -0/+69 |
2024-01-03 | bpf: sockmap, add tests for proto updates single socket to many map | John Fastabend | 1 | -0/+74 |
2024-01-03 | bpf: sockmap, add tests for proto updates many to single map | John Fastabend | 1 | -1/+70 |
2023-12-13 | bpf: sockmap, test for unconnected af_unix sock | John Fastabend | 1 | -0/+34 |
2023-10-16 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -4/+4 |
2023-10-06 | selftests/bpf: Fix compiler warnings reported in -O2 mode | Andrii Nakryiko | 1 | -4/+4 |
2023-09-29 | bpf, sockmap: Add tests for MSG_F_PEEK | John Fastabend | 1 | -0/+51 |
2023-05-23 | bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with drops | John Fastabend | 1 | -13/+34 |
2023-05-23 | bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer | John Fastabend | 1 | -0/+48 |
2023-05-23 | bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0 | John Fastabend | 1 | -0/+62 |
2023-02-16 | selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 1 | -3/+3 |
2022-09-28 | selftests/bpf: Convert sockmap_basic test to ASSERT_* macros | Wang Yufen | 1 | -54/+33 |
2022-02-02 | selftests/bpf: Migrate from bpf_prog_test_run_xattr | Delyan Kratunov | 1 | -11/+9 |
2022-01-20 | selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmap | Di Zhu | 1 | -0/+66 |
2021-11-25 | selftests/bpf: Migrate selftests to bpf_map_create() | Andrii Nakryiko | 1 | -2/+2 |
2021-05-25 | selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks | Andrii Nakryiko | 1 | -4/+4 |
2021-04-01 | selftests/bpf: Add a test case for loading BPF_SK_SKB_VERDICT | Cong Wang | 1 | -0/+40 |
2021-01-20 | bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE | Stanislav Fomichev | 1 | -0/+1 |
2020-10-02 | selftests/bpf: Properly initialize linfo in sockmap_basic | Stanislav Fomichev | 1 | -1/+1 |
2020-09-28 | selftest: bpf: Test copying a sockmap and sockhash | Lorenz Bauer | 1 | -6/+8 |
2020-09-28 | selftests: bpf: Remove shared header from sockmap iter test | Lorenz Bauer | 1 | -18/+18 |
2020-09-28 | selftests: bpf: Add helper to compare socket cookies | Lorenz Bauer | 1 | -14/+36 |
2020-09-10 | selftests: bpf: Test iterating a sockmap | Lorenz Bauer | 1 | -0/+89 |
2020-08-24 | selftests: bpf: Fix sockmap update nits | Lorenz Bauer | 1 | -7/+5 |
2020-08-21 | selftests: bpf: Test sockmap update from BPF | Lorenz Bauer | 1 | -0/+78 |
2020-06-01 | bpf, selftests: Add sk_msg helpers load and attach test | John Fastabend | 1 | -0/+35 |
2020-02-10 | bpf: Selftests build error in sockmap_basic.c | John Fastabend | 1 | -0/+5 |
2020-02-07 | selftests/bpf: Test freeing sockmap/sockhash with a socket in it | Jakub Sitnicki | 1 | -0/+74 |