summaryrefslogtreecommitdiffstats
path: root/scripts/tools-support-relr.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-19bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann1-1/+1
2021-08-19selftests/bpf: Test for get_netns_cookieXu Liu2-0/+100
2021-08-19bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPSXu Liu1-0/+14
2021-08-18libbpf: Rename libbpf documentation index fileGrant Seltzer2-1/+9
2021-08-17bpf: Remove redundant initialization of variable allowColin Ian King1-1/+1
2021-08-17selftests/bpf: Fix flaky send_signal testYonghong Song1-0/+16
2021-08-17selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.cYonghong Song1-25/+20
2021-08-17selftests/bpf: Support glob matching for test selector.Yucong Sun1-16/+62
2021-08-17selftests/bpf: Also print test name in subtest status messageYucong Sun1-2/+2
2021-08-17selftests/bpf: Correctly display subtest skip statusYucong Sun1-12/+13
2021-08-17selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun1-2/+2
2021-08-17selftests/bpf: Add exponential backoff to map_delete_retriable in test_mapsYucong Sun1-1/+6
2021-08-17selftests/bpf: Add exponential backoff to map_update_retriable in test_mapsYucong Sun1-1/+8
2021-08-17selftest/bpf: Add new tests in sockmap for unix stream to tcp.Jiang Wang1-4/+12
2021-08-17selftest/bpf: Change udp to inet in some function namesJiang Wang1-13/+17
2021-08-17selftest/bpf: Add tests for sockmap with unix stream type.Jiang Wang1-0/+2
2021-08-17af_unix: Add unix_stream_proto for sockmapJiang Wang4-37/+148
2021-08-17af_unix: Add read_sock for stream socket typesJiang Wang1-0/+12