Age | Commit message (Expand) | Author | Files | Lines |
2024-04-29 | selftests/bpf: Free strdup memory in test_sockmap |  Geliang Tang | 1 | -2/+8 |
2024-04-11 | selftests/bpf: Fix umount cgroup2 error in test_sockmap |  Geliang Tang | 1 | -1/+1 |
2022-12-01 | selftests/bpf: Add ingress tests for txmsg with apply_bytes |  Pengcheng Yang | 1 | -0/+18 |
2022-09-26 | selftests/bpf: Add wait send memory test for sockmap redirect |  Liu Jian | 1 | -0/+42 |
2022-09-02 | selftests/bpf: Store BPF object files with .bpf.o extension |  Daniel Müller | 1 | -2/+2 |
2022-04-10 | selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK |  Yafang Shao | 1 | -2/+3 |
2022-03-15 | selftests/bpf: Clean up array_size.cocci warnings |  Guo Zhengkui | 1 | -2/+2 |
2021-11-01 | selftests, bpf: Add one test for sockmap with strparser |  Liu Jian | 1 | -3/+30 |
2021-11-01 | selftests, bpf: Fix test_txmsg_ingress_parser error |  Liu Jian | 1 | -0/+2 |
2021-03-04 | selftests/bpf: Simplify the calculation of variables |  Jiapeng Chong | 1 | -1/+1 |
2020-12-03 | selftests/bpf: Fix invalid use of strncat in test_sockmap |  Andrii Nakryiko | 1 | -13/+23 |
2020-10-11 | bpf, selftests: Add three new sockmap tests for verdict only programs |  John Fastabend | 1 | -1/+18 |
2020-10-11 | bpf, selftests: Add option to test_sockmap to omit adding parser program |  John Fastabend | 1 | -14/+21 |
2020-10-02 | bpf, sockmap: Update selftests to use skb_adjust_room |  John Fastabend | 1 | -21/+6 |
2020-08-01 | bpf, selftests: Use single cgroup helpers for both test_sockmap/progs |  John Fastabend | 1 | -16/+2 |
2020-06-28 | bpf, sockmap: Add ingres skb tests that utilize merge skbs |  John Fastabend | 1 | -0/+18 |
2020-06-01 | bpf, selftests: Add test for ktls with skb bpf ingress policy |  John Fastabend | 1 | -21/+142 |
2020-05-16 | bpf: Selftests, add ktls tests to test_sockmap |  John Fastabend | 1 | -26/+44 |
2020-05-16 | bpf: Selftests, add blacklist to test_sockmap |  John Fastabend | 1 | -2/+31 |
2020-05-16 | bpf: Selftests, add whitelist option to test_sockmap |  John Fastabend | 1 | -1/+30 |
2020-05-16 | bpf: Selftests, provide verbose option for selftests execution |  John Fastabend | 1 | -108/+71 |
2020-05-16 | bpf: Selftests, break down test_sockmap into subtests |  John Fastabend | 1 | -375/+348 |
2020-05-16 | bpf: Selftests, improve test_sockmap total bytes counter |  John Fastabend | 1 | -3/+8 |
2020-05-16 | bpf: Selftests, print error in test_sockmap error cases |  John Fastabend | 1 | -8/+17 |
2020-05-16 | bpf: Selftests, sockmap test prog run without setting cgroup |  John Fastabend | 1 | -6/+22 |
2020-05-16 | bpf: Selftests, remove prints from sockmap tests |  John Fastabend | 1 | -19/+6 |
2020-01-24 | selftests: bpf: Use a temporary file in test_sockmap |  Lorenz Bauer | 1 | -10/+5 |
2019-11-28 | selftests: bpf: correct perror strings |  Jakub Kicinski | 1 | -19/+19 |
2019-11-28 | selftests: bpf: test_sockmap: handle file creation failures gracefully |  Jakub Kicinski | 1 | -0/+9 |
2019-01-29 | selftests: bpf: remove duplicated include |  YueHaibing | 1 | -1/+0 |
2018-11-28 | bpf: test_sockmap, add options for msg_pop_data() helper |  John Fastabend | 1 | -4/+123 |
2018-10-20 | bpf: test_sockmap add options to use msg_push_data |  John Fastabend | 1 | -3/+55 |
2018-10-17 | bpf: sockmap, add msg_peek tests to test_sockmap |  John Fastabend | 1 | -52/+115 |
2018-10-16 | bpf, tls: add tls header to tools infrastructure |  Daniel Borkmann | 1 | -5/+8 |
2018-10-15 | bpf: add tls support for testing in test_sockmap |  John Fastabend | 1 | -0/+89 |
2018-08-29 | bpf: use --cgroup in test_suite if supplied |  John Fastabend | 1 | -22/+31 |
2018-08-29 | bpf: sockmap test remove shutdown() calls |  John Fastabend | 1 | -3/+0 |
2018-08-08 | bpf, sockmap: fix cork timeout for select due to epipe |  Daniel Borkmann | 1 | -1/+1 |
2018-06-22 | tools/bpf: fix test_sockmap failure |  Yonghong Song | 1 | -6/+0 |
2018-06-02 | selftests/bpf: test_sockmap, print additional test options |  Prashant Bhole | 1 | -9/+19 |
2018-06-02 | selftests/bpf: test_sockmap, fix data verification |  Prashant Bhole | 1 | -1/+13 |
2018-06-02 | selftests/bpf: test_sockmap, timing improvements |  Prashant Bhole | 1 | -4/+9 |
2018-06-02 | selftests/bpf: test_sockmap, join cgroup in selftest mode |  Prashant Bhole | 1 | -0/+5 |
2018-06-02 | selftests/bpf: test_sockmap, check test failure |  Prashant Bhole | 1 | -6/+21 |
2018-05-16 | bpf: selftest additions for SOCKHASH |  John Fastabend | 1 | -7/+20 |
2018-04-25 | bpf: reduce runtime of test_sockmap tests |  John Fastabend | 1 | -17/+16 |
2018-04-25 | bpf: sockmap, add selftests |  John Fastabend | 1 | -0/+1465 |