aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/flow_dissector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-02selftests/bpf: ensure proper root namespace cleanup when test failAlexis Lothoré (eBPF Foundation)1-5/+11
2024-12-02selftests/bpf: migrate flow_dissector namespace exclusivity testAlexis Lothoré (eBPF Foundation)1-0/+62
2024-12-02selftests/bpf: add gre packets testing to flow_dissectorAlexis Lothoré (eBPF Foundation)1-0/+76
2024-12-02selftests/bpf: expose all subtests from flow_dissectorAlexis Lothoré (eBPF Foundation)1-3/+17
2024-12-02selftests/bpf: re-split main function into dedicated testsAlexis Lothoré (eBPF Foundation)1-35/+73
2024-12-02selftests/bpf: replace CHECK calls with ASSERT macros in flow_dissector testAlexis Lothoré (eBPF Foundation)1-20/+21
2024-12-02selftests/bpf: use ASSERT_MEMEQ to compare bpf flow keysAlexis Lothoré (eBPF Foundation)1-30/+6
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-1/+1
2024-08-13selftests/bpf: Avoid subtraction after htons() in ipip testsAsbjørn Sloth Tønnesen1-6/+6
2024-07-29selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar1-0/+1
2024-07-29selftests/bpf: Drop unneeded error.h includesTony Ambardar1-1/+0
2024-04-03selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...Tushar Vyavahare1-1/+0
2023-02-22selftests/bpf: Fix BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL for empty flow labelStanislav Fomichev1-0/+24
2022-08-23bpf, selftests: Test BPF_FLOW_DISSECTOR_CONTINUEShmulik Ladkani1-0/+21
2022-08-23bpf, test_run: Propagate bpf_flow_dissect's retval to user's bpf_attr.test.re...Shmulik Ladkani1-1/+22
2022-02-02selftests/bpf: Migrate from bpf_prog_test_run_xattrDelyan Kratunov1-17/+14
2022-01-12selftests/bpf: Stop using bpf_map__def() APIChristy Lee1-1/+1
2021-09-28selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko1-2/+2
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko1-1/+1
2020-08-13selftest/bpf: Fix compilation warnings in 32-bit modeAndrii Nakryiko1-1/+1
2020-06-30selftests: bpf: Pass program to bpf_prog_detach in flow_dissectorLorenz Bauer1-2/+2
2020-06-01selftests/bpf: Extend test_flow_dissector to cover link creationJakub Sitnicki1-33/+82
2020-06-01selftests/bpf: Convert test_flow_dissector to use BPF skeletonJakub Sitnicki1-5/+45
2020-06-01selftests/bpf, flow_dissector: Close TAP device FD after the testJakub Sitnicki1-0/+1
2020-05-09selftests/bpf: Move existing common networking parts into network_helpersStanislav Fomichev1-0/+1
2019-08-28selftests/bpf: remove wrong nhoff in flow dissector testStanislav Fomichev1-1/+0
2019-08-28selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev1-3/+1
2019-08-13selftests/bpf: fix race in flow dissector testsPetar Penkov1-1/+21
2019-07-25selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAPStanislav Fomichev1-0/+64
2019-07-25bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev1-0/+46
2019-07-25selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAGStanislav Fomichev1-1/+132
2019-05-29selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi1-0/+1
2019-05-16selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev1-0/+1
2019-05-16selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev1-4/+4
2019-04-23bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev1-14/+9
2019-04-23selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev1-2/+100
2019-04-17selftests/bpf: fix a compilation errorYonghong Song1-2/+2
2019-04-16selftests/bpf: make flow dissector tests more extensibleStanislav Fomichev1-81/+116
2019-04-03selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev1-0/+68
2019-03-02selftests: bpf: break up test_progs - miscStanislav Fomichev1-0/+72