summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/sockmap_basic.c
AgeCommit message (Expand)Author
2024-01-03bpf: sockmap, add tests for proto updates replace socketJohn Fastabend
2024-01-03bpf: sockmap, add tests for proto updates single socket to many mapJohn Fastabend
2024-01-03bpf: sockmap, add tests for proto updates many to single mapJohn Fastabend
2023-12-13bpf: sockmap, test for unconnected af_unix sockJohn Fastabend
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-06selftests/bpf: Fix compiler warnings reported in -O2 modeAndrii Nakryiko
2023-09-29bpf, sockmap: Add tests for MSG_F_PEEKJohn Fastabend
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with dropsJohn Fastabend
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx bufferJohn Fastabend
2023-05-23bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0John Fastabend
2023-02-16selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich
2022-09-28selftests/bpf: Convert sockmap_basic test to ASSERT_* macrosWang Yufen
2022-02-02selftests/bpf: Migrate from bpf_prog_test_run_xattrDelyan Kratunov
2022-01-20selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmapDi Zhu
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko
2021-04-01selftests/bpf: Add a test case for loading BPF_SK_SKB_VERDICTCong Wang
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2020-10-02selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev
2020-09-28selftest: bpf: Test copying a sockmap and sockhashLorenz Bauer
2020-09-28selftests: bpf: Remove shared header from sockmap iter testLorenz Bauer
2020-09-28selftests: bpf: Add helper to compare socket cookiesLorenz Bauer
2020-09-10selftests: bpf: Test iterating a sockmapLorenz Bauer
2020-08-24selftests: bpf: Fix sockmap update nitsLorenz Bauer
2020-08-21selftests: bpf: Test sockmap update from BPFLorenz Bauer
2020-06-01bpf, selftests: Add sk_msg helpers load and attach testJohn Fastabend
2020-02-10bpf: Selftests build error in sockmap_basic.cJohn Fastabend
2020-02-07selftests/bpf: Test freeing sockmap/sockhash with a socket in itJakub Sitnicki