Age | Commit message (Expand) | Author | Files | Lines |
2024-08-13 | selftests/bpf: Avoid subtraction after htons() in ipip tests | Asbjørn Sloth Tønnesen | 1 | -6/+6 |
2024-04-03 | selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma... | Tushar Vyavahare | 1 | -1/+0 |
2023-02-22 | selftests/bpf: Fix BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL for empty flow label | Stanislav Fomichev | 1 | -0/+24 |
2022-08-23 | bpf, selftests: Test BPF_FLOW_DISSECTOR_CONTINUE | Shmulik Ladkani | 1 | -0/+21 |
2022-08-23 | bpf, test_run: Propagate bpf_flow_dissect's retval to user's bpf_attr.test.re... | Shmulik Ladkani | 1 | -1/+22 |
2022-02-02 | selftests/bpf: Migrate from bpf_prog_test_run_xattr | Delyan Kratunov | 1 | -17/+14 |
2022-01-12 | selftests/bpf: Stop using bpf_map__def() API | Christy Lee | 1 | -1/+1 |
2021-09-28 | selftests/bpf: Normalize all the rest SEC() uses | 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 | -1/+1 |
2020-08-13 | selftest/bpf: Fix compilation warnings in 32-bit mode | Andrii Nakryiko | 1 | -1/+1 |
2020-06-30 | selftests: bpf: Pass program to bpf_prog_detach in flow_dissector | Lorenz Bauer | 1 | -2/+2 |
2020-06-01 | selftests/bpf: Extend test_flow_dissector to cover link creation | Jakub Sitnicki | 1 | -33/+82 |
2020-06-01 | selftests/bpf: Convert test_flow_dissector to use BPF skeleton | Jakub Sitnicki | 1 | -5/+45 |
2020-06-01 | selftests/bpf, flow_dissector: Close TAP device FD after the test | Jakub Sitnicki | 1 | -0/+1 |
2020-05-09 | selftests/bpf: Move existing common networking parts into network_helpers | Stanislav Fomichev | 1 | -0/+1 |
2019-08-28 | selftests/bpf: remove wrong nhoff in flow dissector test | Stanislav Fomichev | 1 | -1/+0 |
2019-08-28 | selftests/bpf: test_progs: remove global fail/success counts | Stanislav Fomichev | 1 | -3/+1 |
2019-08-13 | selftests/bpf: fix race in flow dissector tests | Petar Penkov | 1 | -1/+21 |
2019-07-25 | selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP | Stanislav Fomichev | 1 | -0/+64 |
2019-07-25 | bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_... | Stanislav Fomichev | 1 | -0/+46 |
2019-07-25 | selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG | Stanislav Fomichev | 1 | -1/+132 |
2019-05-29 | selftests: bpf: fix compiler warning in flow_dissector test | Alakesh Haloi | 1 | -0/+1 |
2019-05-16 | selftests/bpf: add prog detach to flow_dissector test | Stanislav Fomichev | 1 | -0/+1 |
2019-05-16 | selftests/bpf: add missing \n to flow_dissector CHECK errors | Stanislav Fomichev | 1 | -4/+4 |
2019-04-23 | bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUN | Stanislav Fomichev | 1 | -14/+9 |
2019-04-23 | selftests/bpf: run flow dissector tests in skb-less mode | Stanislav Fomichev | 1 | -2/+100 |
2019-04-17 | selftests/bpf: fix a compilation error | Yonghong Song | 1 | -2/+2 |
2019-04-16 | selftests/bpf: make flow dissector tests more extensible | Stanislav Fomichev | 1 | -81/+116 |
2019-04-03 | selftests/bpf: fix vlan handling in flow dissector program | Stanislav Fomichev | 1 | -0/+68 |
2019-03-02 | selftests: bpf: break up test_progs - misc | Stanislav Fomichev | 1 | -0/+72 |