Age | Commit message (Expand) | Author | Files | Lines |
2022-09-02 | selftests/bpf: Store BPF object files with .bpf.o extension | Daniel Müller | 1 | -22/+22 |
2022-08-08 | selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpf | Stanislav Fomichev | 1 | -0/+95 |
2022-06-07 | selftests/bpf: Add selftest for calling global functions from freplace | Toke Høiland-Jørgensen | 1 | -0/+14 |
2022-02-02 | selftests/bpf: Migrate from bpf_prog_test_run | Delyan Kratunov | 1 | -13/+19 |
2022-01-25 | selftests/bpf: use preferred setter/getter APIs instead of deprecated ones | Andrii Nakryiko | 1 | -1/+1 |
2021-12-14 | selftests/bpf: Stop using bpf_object__find_program_by_title API. | Kui-Feng Lee | 1 | -4/+13 |
2021-11-07 | selftests/bpf: Use explicit bpf_prog_test_load() calls everywhere | Andrii Nakryiko | 1 | -4/+4 |
2021-10-08 | selfetest/bpf: Make some tests serial | Yucong Sun | 1 | -1/+2 |
2021-10-06 | selftests/bpf: Switch to new bpf_object__next_{map,program} APIs | Hengqi Chen | 1 | -3/+3 |
2021-09-17 | selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() API | Andrii Nakryiko | 1 | -17/+26 |
2021-05-25 | selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks | Andrii Nakryiko | 1 | -17/+8 |
2021-04-13 | selftests/bpf: Add tests for target information in bpf_link info queries | Toke Høiland-Jørgensen | 1 | -14/+44 |
2020-09-29 | selftests: Add selftest for disallowing modify_return attachment to freplace | Toke Høiland-Jørgensen | 1 | -0/+56 |
2020-09-29 | selftests: Add test for multiple attachments of freplace program | Toke Høiland-Jørgensen | 1 | -32/+124 |
2020-09-03 | selftests/bpf: Turn fexit_bpf2bpf into test with subtests | Andrii Nakryiko | 1 | -7/+14 |
2020-08-26 | selftests/bpf: Test for map update access from within EXT programs | Udip Pant | 1 | -3/+30 |
2020-08-26 | selftests/bpf: Test for checking return code for the extended prog | Udip Pant | 1 | -0/+40 |
2020-08-26 | selftests/bpf: Add test for freplace program with write access | Udip Pant | 1 | -0/+1 |
2020-08-13 | selftest/bpf: Fix compilation warnings in 32-bit mode | Andrii Nakryiko | 1 | -3/+3 |
2020-05-09 | selftests/bpf: Move existing common networking parts into network_helpers | Stanislav Fomichev | 1 | -0/+1 |
2020-04-24 | selftests/bpf: Add test for freplace program with expected_attach_type | Toke Høiland-Jørgensen | 1 | -6/+24 |
2020-01-24 | selftests/bpf: Initialize duration variable before using | John Sperbeck | 1 | -1/+1 |
2020-01-22 | selftests/bpf: Add tests for program extensions | Alexei Starovoitov | 1 | -1/+19 |
2020-01-10 | selftests/bpf: Add fexit-to-skb test for global funcs | Alexei Starovoitov | 1 | -0/+1 |
2019-12-04 | selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no callees | Yonghong Song | 1 | -17/+53 |
2019-11-15 | selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog | Alexei Starovoitov | 1 | -0/+76 |