aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_select_reuseport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-13selftests/bpf: Move reuseport tests under prog_tests/Jakub Sitnicki1-811/+0
2019-12-13selftests/bpf: Pull up printing the test name into test runnerJakub Sitnicki1-15/+12
2019-12-13selftests/bpf: Propagate errors during setup for reuseport testsJakub Sitnicki1-51/+85
2019-12-13selftests/bpf: Run reuseport tests in a loopJakub Sitnicki1-21/+34
2019-12-13selftests/bpf: Unroll the main loop in reuseport testJakub Sitnicki1-32/+41
2019-12-13selftests/bpf: Add helpers for getting socket family & type nameJakub Sitnicki1-3/+25
2019-12-13selftests/bpf: Use sa_family_t everywhere in reuseport testsJakub Sitnicki1-3/+3
2019-12-13selftests/bpf: Let libbpf determine program type from section nameJakub Sitnicki1-9/+3
2019-06-15bpf: Add test for SO_REUSEPORT_DETACH_BPFMartin KaFai Lau1-0/+54
2018-08-11bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau1-0/+688