summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | selftests/bpf: Extract syscall wrapperKenta Tada2022-01-242-14/+20
| * | selftests/bpf: Add test for sleepable bpf iterator programsKenny Yu2022-01-242-0/+74
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-1/+0
|\ \ \ | |/ / |/| / | |/
| * tools headers UAPI: remove stale lirc.hSean Young2022-01-251-1/+0
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-2455-215/+2260
|\ \ | |/ |/|
| * selftests, bpf: Do not yet switch to new libbpf XDP APIsDaniel Borkmann2022-01-247-47/+50
| * selftests, xsk: Fix rx_full stats testMagnus Karlsson2022-01-241-1/+4
| * bpf: selftests: add CPUMAP/DEVMAP selftests for xdp fragsLorenzo Bianconi2022-01-216-1/+185
| * bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftestLorenzo Bianconi2022-01-212-0/+146
| * bpf: selftests: update xdp_adjust_tail selftest to include xdp fragsEelco Chaudron2022-01-213-7/+160
| * bpf: add frags support to xdp copy helpersEelco Chaudron2022-01-212-31/+82
| * selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmapDi Zhu2022-01-202-0/+90
| * selftests/bpf: switch to new libbpf XDP APIsAndrii Nakryiko2022-01-207-50/+47
| * libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko2022-01-201-0/+4
| * selftests/bpf: convert remaining legacy map definitionsAndrii Nakryiko2022-01-208-42/+48
| * selftests/bpf: fail build on compilation warningAndrii Nakryiko2022-01-201-2/+2
| * selftests/bpf: Do not fail build if CONFIG_NF_CONNTRACK=m/nKumar Kartikeya Dwivedi2022-01-201-4/+13
| * selftests: bpf: Fix bind on used portFelix Maurer2022-01-201-3/+17
| * bpf: selftests: Get rid of CHECK macro in xdp_bpf2bpf.cLorenzo Bianconi2022-01-201-40/+20
| * bpf: selftests: Get rid of CHECK macro in xdp_adjust_tail.cLorenzo Bianconi2022-01-201-40/+28
| * selftests/bpf: Update sockopt_sk test to the use bpf_set_retvalYiFei Zhu2022-01-192-18/+18
| * selftests/bpf: Test bpf_{get,set}_retval behavior with cgroup/sockoptYiFei Zhu2022-01-193-0/+578
| * selftest/bpf: Fix a stale comment.Kuniyuki Iwashima2022-01-181-1/+1
| * selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.Kuniyuki Iwashima2022-01-183-0/+162
| * selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi2022-01-186-0/+362
| * selftests/bpf: Extend kfunc selftestsKumar Kartikeya Dwivedi2022-01-183-2/+131
| * selftests/bpf: Add test_verifier support to fixup kfunc call insnsKumar Kartikeya Dwivedi2022-01-181-0/+28
| * selftests/bpf: Add test for unstable CT lookup APIKumar Kartikeya Dwivedi2022-01-183-0/+161
| * bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi2022-01-181-8/+9
| * test: selftests: Remove unused various in sockmap_verdict_prog.cMenglong Dong2022-01-141-2/+0
| * selftests/bpf: Stop using bpf_map__def() APIChristy Lee2022-01-125-28/+26
| * selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee2022-01-121-6/+6
* | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-206-32/+178
|\ \
| * | bpf, selftests: Add ringbuf memory type confusion testDaniel Borkmann2022-01-194-2/+79
| * | bpf, selftests: Add various ringbuf tests with invalid offsetDaniel Borkmann2022-01-191-0/+64
| * | bpf/selftests: Add check for updating XDP bpf_link with wrong program typeToke Høiland-Jørgensen2022-01-112-0/+11
| * | bpf/selftests: convert xdp_link test to ASSERT_* macrosToke Høiland-Jørgensen2022-01-111-31/+25
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-202-6/+6
|\ \ | |/ |/|
| * tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2022-01-202-6/+6
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-066-151/+308
|\ \
| * | bpf: selftests: Add bind retry for post_bind{4, 6}Menglong Dong2022-01-061-20/+130
| * | bpf: selftests: Use C99 initializers in test_sock.cMenglong Dong2022-01-061-128/+92
| * | bpf/selftests: Test bpf_d_path on rdonly_mem.Hao Luo2022-01-062-1/+49
| * | selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3Andrii Nakryiko2022-01-061-2/+2
| * | bpf, selftests: Add verifier test for mem_or_null register with offset.Daniel Borkmann2022-01-051-0/+28
| * | bpf/selftests: Fix namespace mount setup in tc_redirectJiri Olsa2022-01-051-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-1/+1
|\ \ \ | |/ / |/| / | |/
| * bpf, selftests: Fix spelling mistake "tained" -> "tainted"Colin Ian King2021-12-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-3142-265/+1077
|\ \
| * | bpf/selftests: Update local storage selftest for sleepable programsKP Singh2021-12-292-33/+11