summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * selftests: xsk: Introduce type for thread functionMagnus Karlsson2021-09-102-14/+15
| * selftests: xsk: Simplify xsk and umem arraysMagnus Karlsson2021-09-102-49/+34
| * libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet2021-09-091-2/+2
| * selftests/bpf: Add checks for X__elf_bytes() skeleton helperMatt Smith2021-09-071-0/+6
| * bpf: Permit ingress_ifindex in bpf_prog_test_run_xattrNeil Spring2021-09-072-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-148-25/+281
|\ \
| * | bpf, selftests: Add test case for mixed cgroup v1/v2Daniel Borkmann2021-09-134-6/+127
| * | bpf, selftests: Add cgroup v1 net_cls classid helpersDaniel Borkmann2021-09-132-12/+141
| * | selftests/bpf: Fix build of task_pt_regs test for arm64Jean-Philippe Brucker2021-09-072-7/+13
| |/
* / selftests/bpf: Test XDP bonding nest and unwindJussi Maki2021-09-061-10/+64
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-3047-628/+1937
|\
| * selftests/bpf: Fix potential unreleased lockChengfeng Ye2021-08-271-1/+3
| * selftests/bpf: Reduce more flakyness in sockmap_listenYucong Sun2021-08-261-3/+16
| * bpf: selftests: Add dctcp fallback testMartin KaFai Lau2021-08-253-23/+134
| * bpf: selftests: Add connect_to_fd_opts to network_helpersMartin KaFai Lau2021-08-252-2/+27
| * bpf: selftests: Add sk_state to bpf_tcp_helpers.hMartin KaFai Lau2021-08-253-3/+4
| * selftests: xsk: Preface options with optMagnus Karlsson2021-08-252-5/+5
| * selftests: xsk: Make enums lower caseMagnus Karlsson2021-08-252-13/+7
| * selftests: xsk: Generate packets from specificationMagnus Karlsson2021-08-252-121/+166
| * selftests: xsk: Generate packet directly in umemMagnus Karlsson2021-08-252-43/+32
| * selftests: xsk: Simplify cleanup of ifobjectsMagnus Karlsson2021-08-252-33/+40
| * selftests: xsk: Decrease sending speedMagnus Karlsson2021-08-252-1/+2
| * selftests: xsk: Validate tx stats on tx threadMagnus Karlsson2021-08-251-14/+41
| * selftests: xsk: Simplify packet validation in xsk testsMagnus Karlsson2021-08-252-131/+65
| * selftests: xsk: Rename worker_* functions that are not thread entry pointsMagnus Karlsson2021-08-251-6/+6
| * selftests: xsk: Disassociate umem size with packets sentMagnus Karlsson2021-08-252-11/+9
| * selftests: xsk: Remove end-of-test packetMagnus Karlsson2021-08-252-32/+12
| * selftests: xsk: Simplify the retry codeMagnus Karlsson2021-08-252-14/+11
| * selftests: xsk: Return correct error codesMagnus Karlsson2021-08-251-5/+5
| * selftests: xsk: Remove unused variablesMagnus Karlsson2021-08-252-11/+0
| * selftests: xsk: Remove the num_tx_packets optionMagnus Karlsson2021-08-253-27/+13
| * selftests: xsk: Remove color modeMagnus Karlsson2021-08-252-28/+9
| * bpf: selftests: Add bpf_task_pt_regs() selftestDaniel Xu2021-08-252-0/+76
| * selftests/bpf: Test for get_netns_cookieXu Liu2021-08-242-24/+88
| * selftests/bpf: Exit with KSFT_SKIP if no Makefile foundLi Zhijian2021-08-242-1/+6
| * selftests/bpf: Add missing files required by test_bpftool.sh for installingLi Zhijian2021-08-242-2/+5
| * selftests/bpf: Add default bpftool built by selftests to PATHLi Zhijian2021-08-241-0/+5
| * selftests/bpf: Make test_doc_build.sh work from script directoryLi Zhijian2021-08-241-2/+3
| * selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian2021-08-241-1/+1
| * selftests/bpf: Reduce flakyness in timer_mimYucong Sun2021-08-231-4/+12
| * selftests/bpf: Add tests for {set|get} socket option from setsockopt BPFPrankur Gupta2021-08-203-0/+127
| * selftests/bpf: Adding delay in socketmap_listen to reduce flakynessYucong Sun2021-08-191-3/+9
| * selftests/bpf: Test for get_netns_cookieXu Liu2021-08-192-0/+100
| * selftests/bpf: Fix flaky send_signal testYonghong Song2021-08-171-0/+16
| * selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.cYonghong Song2021-08-171-25/+20
| * selftests/bpf: Support glob matching for test selector.Yucong Sun2021-08-171-16/+62
| * selftests/bpf: Also print test name in subtest status messageYucong Sun2021-08-171-2/+2
| * selftests/bpf: Correctly display subtest skip statusYucong Sun2021-08-171-12/+13
| * selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun2021-08-171-2/+2
| * selftests/bpf: Add exponential backoff to map_delete_retriable in test_mapsYucong Sun2021-08-171-1/+6