Age | Commit message (Expand) | Author |
2024-07-01 | selftests/bpf: Delete extra blank lines in test_sockmap | Zhu Jun |
2024-06-03 | selftests/bpf: Check length of recv in test_sockmap | Geliang Tang |
2024-06-03 | selftests/bpf: Fix size of map_fd in test_sockmap | Geliang Tang |
2024-06-03 | selftests/bpf: Drop prog_fd array in test_sockmap | Geliang Tang |
2024-06-03 | selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmap | Geliang Tang |
2024-06-03 | selftests/bpf: Use bpf_link attachments in test_sockmap | Geliang Tang |
2024-06-03 | selftests/bpf: Drop duplicate definition of i in test_sockmap | Geliang Tang |
2024-06-03 | selftests/bpf: Fix tx_prog_fd values in test_sockmap | Geliang Tang |
2024-05-30 | selftests/bpf: use section names understood by libbpf in test_sockmap | Jakub Sitnicki |
2024-05-21 | selftests/bpf: Fix prog numbers in test_sockmap | Geliang Tang |
2024-04-29 | selftests/bpf: Free strdup memory in test_sockmap | Geliang Tang |
2024-04-11 | selftests/bpf: Fix umount cgroup2 error in test_sockmap | Geliang Tang |
2022-12-01 | selftests/bpf: Add ingress tests for txmsg with apply_bytes | Pengcheng Yang |
2022-09-26 | selftests/bpf: Add wait send memory test for sockmap redirect | Liu Jian |
2022-09-02 | selftests/bpf: Store BPF object files with .bpf.o extension | Daniel Müller |
2022-04-10 | selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK | Yafang Shao |
2022-03-15 | selftests/bpf: Clean up array_size.cocci warnings | Guo Zhengkui |
2021-11-01 | selftests, bpf: Add one test for sockmap with strparser | Liu Jian |
2021-11-01 | selftests, bpf: Fix test_txmsg_ingress_parser error | Liu Jian |
2021-03-04 | selftests/bpf: Simplify the calculation of variables | Jiapeng Chong |
2020-12-03 | selftests/bpf: Fix invalid use of strncat in test_sockmap | Andrii Nakryiko |
2020-10-11 | bpf, selftests: Add three new sockmap tests for verdict only programs | John Fastabend |
2020-10-11 | bpf, selftests: Add option to test_sockmap to omit adding parser program | John Fastabend |
2020-10-02 | bpf, sockmap: Update selftests to use skb_adjust_room | John Fastabend |
2020-08-01 | bpf, selftests: Use single cgroup helpers for both test_sockmap/progs | John Fastabend |
2020-06-28 | bpf, sockmap: Add ingres skb tests that utilize merge skbs | John Fastabend |
2020-06-01 | bpf, selftests: Add test for ktls with skb bpf ingress policy | John Fastabend |
2020-05-16 | bpf: Selftests, add ktls tests to test_sockmap | John Fastabend |
2020-05-16 | bpf: Selftests, add blacklist to test_sockmap | John Fastabend |
2020-05-16 | bpf: Selftests, add whitelist option to test_sockmap | John Fastabend |
2020-05-16 | bpf: Selftests, provide verbose option for selftests execution | John Fastabend |
2020-05-16 | bpf: Selftests, break down test_sockmap into subtests | John Fastabend |
2020-05-16 | bpf: Selftests, improve test_sockmap total bytes counter | John Fastabend |
2020-05-16 | bpf: Selftests, print error in test_sockmap error cases | John Fastabend |
2020-05-16 | bpf: Selftests, sockmap test prog run without setting cgroup | John Fastabend |
2020-05-16 | bpf: Selftests, remove prints from sockmap tests | John Fastabend |
2020-01-24 | selftests: bpf: Use a temporary file in test_sockmap | Lorenz Bauer |
2019-11-28 | selftests: bpf: correct perror strings | Jakub Kicinski |
2019-11-28 | selftests: bpf: test_sockmap: handle file creation failures gracefully | Jakub Kicinski |
2019-01-29 | selftests: bpf: remove duplicated include | YueHaibing |
2018-11-28 | bpf: test_sockmap, add options for msg_pop_data() helper | John Fastabend |
2018-10-20 | bpf: test_sockmap add options to use msg_push_data | John Fastabend |
2018-10-17 | bpf: sockmap, add msg_peek tests to test_sockmap | John Fastabend |
2018-10-16 | bpf, tls: add tls header to tools infrastructure | Daniel Borkmann |
2018-10-15 | bpf: add tls support for testing in test_sockmap | John Fastabend |
2018-08-29 | bpf: use --cgroup in test_suite if supplied | John Fastabend |
2018-08-29 | bpf: sockmap test remove shutdown() calls | John Fastabend |
2018-08-08 | bpf, sockmap: fix cork timeout for select due to epipe | Daniel Borkmann |
2018-06-22 | tools/bpf: fix test_sockmap failure | Yonghong Song |
2018-06-02 | selftests/bpf: test_sockmap, print additional test options | Prashant Bhole |