aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/sockmap_listen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-12selftests/bpf: Stop using bpf_map__def() APIChristy Lee1-7/+5
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko1-2/+2
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2021-10-26selftests/bpf: Use recv_timeout() instead of retriesYucong Sun1-55/+20
2021-10-08selfetest/bpf: Make some tests serialYucong Sun1-1/+1
2021-08-26selftests/bpf: Reduce more flakyness in sockmap_listenYucong Sun1-3/+16
2021-08-19selftests/bpf: Adding delay in socketmap_listen to reduce flakynessYucong Sun1-3/+9
2021-08-16selftest/bpf: Add new tests in sockmap for unix stream to tcp.Jiang Wang1-4/+12
2021-08-16selftest/bpf: Change udp to inet in some function namesJiang Wang1-13/+17
2021-08-16selftest/bpf: Add tests for sockmap with unix stream type.Jiang Wang1-0/+2
2021-07-15selftests/bpf: Add test cases for redirection between udp and unixCong Wang1-0/+170
2021-07-15selftests/bpf: Add a test case for unix sockmapCong Wang1-0/+97
2021-07-15selftests/bpf: Factor out add_to_sockmap()Cong Wang1-38/+21
2021-07-15selftests/bpf: Factor out udp_socketpair()Cong Wang1-38/+40
2021-07-15sock_map: Lift socket state restriction for datagram socketsCong Wang1-3/+5
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2021-06-21selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()Cong Wang1-1/+6
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko1-5/+5
2021-04-01selftests/bpf: Add a test case for udp sockmapCong Wang1-0/+136
2021-02-26sock_map: Rename skb_parser and skb_verdictCong Wang1-4/+4
2020-03-13selftests/bpf: Fix spurious failures in accept due to EAGAINJakub Sitnicki1-19/+58
2020-03-09selftests: bpf: Add tests for UDP sockets in sockmapLorenz Bauer1-30/+127
2020-03-09selftests: bpf: Don't listen() on UDP socketsLorenz Bauer1-22/+25
2020-02-21selftests/bpf: Tests for sockmap/sockhash holding listening socketsJakub Sitnicki1-0/+1496