aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/test_sockmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-01selftests/bpf: Add ingress tests for txmsg with apply_bytesPengcheng Yang1-0/+18
2022-09-26selftests/bpf: Add wait send memory test for sockmap redirectLiu Jian1-0/+42
2022-09-02selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller1-2/+2
2022-04-10selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao1-2/+3
2022-03-15selftests/bpf: Clean up array_size.cocci warningsGuo Zhengkui1-2/+2
2021-11-01selftests, bpf: Add one test for sockmap with strparserLiu Jian1-3/+30
2021-11-01selftests, bpf: Fix test_txmsg_ingress_parser errorLiu Jian1-0/+2
2021-03-04selftests/bpf: Simplify the calculation of variablesJiapeng Chong1-1/+1
2020-12-03selftests/bpf: Fix invalid use of strncat in test_sockmapAndrii Nakryiko1-13/+23
2020-10-11bpf, selftests: Add three new sockmap tests for verdict only programsJohn Fastabend1-1/+18
2020-10-11bpf, selftests: Add option to test_sockmap to omit adding parser programJohn Fastabend1-14/+21
2020-10-02bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend1-21/+6
2020-08-01bpf, selftests: Use single cgroup helpers for both test_sockmap/progsJohn Fastabend1-16/+2
2020-06-28bpf, sockmap: Add ingres skb tests that utilize merge skbsJohn Fastabend1-0/+18
2020-06-01bpf, selftests: Add test for ktls with skb bpf ingress policyJohn Fastabend1-21/+142
2020-05-16bpf: Selftests, add ktls tests to test_sockmapJohn Fastabend1-26/+44
2020-05-16bpf: Selftests, add blacklist to test_sockmapJohn Fastabend1-2/+31
2020-05-16bpf: Selftests, add whitelist option to test_sockmapJohn Fastabend1-1/+30
2020-05-16bpf: Selftests, provide verbose option for selftests executionJohn Fastabend1-108/+71
2020-05-16bpf: Selftests, break down test_sockmap into subtestsJohn Fastabend1-375/+348
2020-05-16bpf: Selftests, improve test_sockmap total bytes counterJohn Fastabend1-3/+8
2020-05-16bpf: Selftests, print error in test_sockmap error casesJohn Fastabend1-8/+17
2020-05-16bpf: Selftests, sockmap test prog run without setting cgroupJohn Fastabend1-6/+22
2020-05-16bpf: Selftests, remove prints from sockmap testsJohn Fastabend1-19/+6
2020-01-24selftests: bpf: Use a temporary file in test_sockmapLorenz Bauer1-10/+5
2019-11-28selftests: bpf: correct perror stringsJakub Kicinski1-19/+19
2019-11-28selftests: bpf: test_sockmap: handle file creation failures gracefullyJakub Kicinski1-0/+9
2019-01-29selftests: bpf: remove duplicated includeYueHaibing1-1/+0
2018-11-28bpf: test_sockmap, add options for msg_pop_data() helperJohn Fastabend1-4/+123
2018-10-20bpf: test_sockmap add options to use msg_push_dataJohn Fastabend1-3/+55
2018-10-17bpf: sockmap, add msg_peek tests to test_sockmapJohn Fastabend1-52/+115
2018-10-16bpf, tls: add tls header to tools infrastructureDaniel Borkmann1-5/+8
2018-10-15bpf: add tls support for testing in test_sockmapJohn Fastabend1-0/+89
2018-08-29bpf: use --cgroup in test_suite if suppliedJohn Fastabend1-22/+31
2018-08-29bpf: sockmap test remove shutdown() callsJohn Fastabend1-3/+0
2018-08-08bpf, sockmap: fix cork timeout for select due to epipeDaniel Borkmann1-1/+1
2018-06-22tools/bpf: fix test_sockmap failureYonghong Song1-6/+0
2018-06-02selftests/bpf: test_sockmap, print additional test optionsPrashant Bhole1-9/+19
2018-06-02selftests/bpf: test_sockmap, fix data verificationPrashant Bhole1-1/+13
2018-06-02selftests/bpf: test_sockmap, timing improvementsPrashant Bhole1-4/+9
2018-06-02selftests/bpf: test_sockmap, join cgroup in selftest modePrashant Bhole1-0/+5
2018-06-02selftests/bpf: test_sockmap, check test failurePrashant Bhole1-6/+21
2018-05-16bpf: selftest additions for SOCKHASHJohn Fastabend1-7/+20
2018-04-25bpf: reduce runtime of test_sockmap testsJohn Fastabend1-17/+16
2018-04-25bpf: sockmap, add selftestsJohn Fastabend1-0/+1465