summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller8-25/+281
2021-09-13bpf, selftests: Add test case for mixed cgroup v1/v2Daniel Borkmann4-6/+127
2021-09-13bpf, selftests: Add cgroup v1 net_cls classid helpersDaniel Borkmann2-12/+141
2021-09-07selftests/bpf: Fix build of task_pt_regs test for arm64Jean-Philippe Brucker2-7/+13
2021-09-06selftests/bpf: Test XDP bonding nest and unwindJussi Maki1-10/+64
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski47-628/+1937
2021-08-27selftests/bpf: Fix potential unreleased lockChengfeng Ye1-1/+3
2021-08-26selftests/bpf: Reduce more flakyness in sockmap_listenYucong Sun1-3/+16
2021-08-25bpf: selftests: Add dctcp fallback testMartin KaFai Lau3-23/+134
2021-08-25bpf: selftests: Add connect_to_fd_opts to network_helpersMartin KaFai Lau2-2/+27
2021-08-25bpf: selftests: Add sk_state to bpf_tcp_helpers.hMartin KaFai Lau3-3/+4
2021-08-25selftests: xsk: Preface options with optMagnus Karlsson2-5/+5
2021-08-25selftests: xsk: Make enums lower caseMagnus Karlsson2-13/+7
2021-08-25selftests: xsk: Generate packets from specificationMagnus Karlsson2-121/+166
2021-08-25selftests: xsk: Generate packet directly in umemMagnus Karlsson2-43/+32
2021-08-25selftests: xsk: Simplify cleanup of ifobjectsMagnus Karlsson2-33/+40
2021-08-25selftests: xsk: Decrease sending speedMagnus Karlsson2-1/+2
2021-08-25selftests: xsk: Validate tx stats on tx threadMagnus Karlsson1-14/+41
2021-08-25selftests: xsk: Simplify packet validation in xsk testsMagnus Karlsson2-131/+65
2021-08-25selftests: xsk: Rename worker_* functions that are not thread entry pointsMagnus Karlsson1-6/+6
2021-08-25selftests: xsk: Disassociate umem size with packets sentMagnus Karlsson2-11/+9
2021-08-25selftests: xsk: Remove end-of-test packetMagnus Karlsson2-32/+12
2021-08-25selftests: xsk: Simplify the retry codeMagnus Karlsson2-14/+11
2021-08-25selftests: xsk: Return correct error codesMagnus Karlsson1-5/+5
2021-08-25selftests: xsk: Remove unused variablesMagnus Karlsson2-11/+0
2021-08-25selftests: xsk: Remove the num_tx_packets optionMagnus Karlsson3-27/+13
2021-08-25selftests: xsk: Remove color modeMagnus Karlsson2-28/+9
2021-08-25bpf: selftests: Add bpf_task_pt_regs() selftestDaniel Xu2-0/+76
2021-08-24selftests/bpf: Test for get_netns_cookieXu Liu2-24/+88
2021-08-24selftests/bpf: Exit with KSFT_SKIP if no Makefile foundLi Zhijian2-1/+6
2021-08-24selftests/bpf: Add missing files required by test_bpftool.sh for installingLi Zhijian2-2/+5
2021-08-24selftests/bpf: Add default bpftool built by selftests to PATHLi Zhijian1-0/+5
2021-08-24selftests/bpf: Make test_doc_build.sh work from script directoryLi Zhijian1-2/+3
2021-08-24selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian1-1/+1
2021-08-23selftests/bpf: Reduce flakyness in timer_mimYucong Sun1-4/+12
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+12
2021-08-20selftests/bpf: Add tests for {set|get} socket option from setsockopt BPFPrankur Gupta3-0/+127
2021-08-19selftests/bpf: Adding delay in socketmap_listen to reduce flakynessYucong Sun1-3/+9
2021-08-19selftests/bpf: Test for get_netns_cookieXu Liu2-0/+100
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-16selftests/bpf: Add exponential backoff to map_update_retriable in test_mapsYucong Sun1-1/+8
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