summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs
Commit message (Expand)AuthorAgeFilesLines
...
| * selftests/bpf: Fix verify_pkcs7_sig on s390xIlya Leoshkevich2023-01-281-4/+8
| * selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket.Kui-Feng Lee2023-01-251-0/+8
| * bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet2023-01-252-11/+35
| * selftests/bpf: Add selftest suite for cpumask kfuncsDavid Vernet2023-01-253-0/+666
| * selftests/bpf: Add nested trust selftests suiteDavid Vernet2023-01-253-0/+64
| * bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet2023-01-251-2/+2
| * selftests/bpf: Add 6-argument syscall tracing testAndrii Nakryiko2023-01-231-0/+26
| * selftests/bpf: Validate arch-specific argument registers limitsAndrii Nakryiko2023-01-232-2/+71
| * selftests/bpf: Use __failure macro in task kfunc testsuiteDavid Vernet2023-01-231-0/+18
| * selftests/bpf: Simple program to dump XDP RX metadataStanislav Fomichev2023-01-231-0/+81
| * selftests/bpf: Verify xdp_metadata xdp->af_xdp pathStanislav Fomichev2023-01-232-0/+87
| * selftests/bpf: Add dynptr helper testsKumar Kartikeya Dwivedi2023-01-201-0/+192
| * selftests/bpf: Add dynptr partial slot overwrite testsKumar Kartikeya Dwivedi2023-01-201-0/+66
| * selftests/bpf: Add dynptr var_off testsKumar Kartikeya Dwivedi2023-01-201-0/+40
| * selftests/bpf: Add dynptr pruning testsKumar Kartikeya Dwivedi2023-01-201-0/+141
| * selftests/bpf: convenience macro for use with 'asm volatile' blocksEduard Zingerman2023-01-201-0/+7
| * bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi2023-01-201-2/+2
| * bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi2023-01-201-3/+3
| * bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi2023-01-201-2/+2
| * selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=mTiezhu Yang2023-01-181-3/+8
| * selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnelZiyang Xuan2023-01-151-2/+89
| * selftests/bpf: Fix missing space errorRoberto Valenzuela2023-01-131-1/+1
| * selftests/xsk: add test when some packets are XDP_DROPedMagnus Karlsson2023-01-111-0/+11
| * selftests/xsk: get rid of built-in XDP programMagnus Karlsson2023-01-111-0/+19
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-053-0/+116
| |\
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-046-20/+342
| |\ \
| | * | selftests/bpf: Add verifier test exercising jit PROBE_MEM logicDave Marchevsky2022-12-221-0/+61
| | * | selftests/bpf: Add BPF_F_NO_TUNNEL_KEY testChristian Ehrig2022-12-191-0/+21
| | * | libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko2022-12-151-0/+19
| | * | selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko2022-12-152-1/+164
| | * | libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko2022-12-152-19/+41
| | * | selftests/bpf: Add non-standardly sized enum tests for btf_dumpAndrii Nakryiko2022-12-151-0/+36
* | | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-1/+1
| |/ /
* | | selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun2022-12-221-0/+42
* | | selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIALMartin KaFai Lau2022-12-222-0/+74
|/ /
* | selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP programToke Høiland-Jørgensen2022-12-141-0/+24
* | selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=nYonghong Song2022-12-142-5/+5
|/
* selftests/bpf: Add test for dynptr reinit in user_ringbuf callbackKumar Kartikeya Dwivedi2022-12-081-8/+43
* bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi2022-12-081-12/+0
* selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic testerAndrii Nakryiko2022-12-073-0/+59
* selftests/bpf: add generic BPF program tester-loaderAndrii Nakryiko2022-12-071-0/+5
* bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet2022-12-062-2/+12
* selftests/bpf: Allow building bpf tests with CONFIG_XFRM_INTERFACE=[m|n]Martin KaFai Lau2022-12-061-4/+9
* selftests/bpf: add xfrm_info testsEyal Birger2022-12-052-0/+38
* selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksymJames Hilliard2022-12-041-3/+3
* bpf: Add sleepable prog tests for cgrp local storageYonghong Song2022-12-041-0/+80
* bpf: Do not mark certain LSM hook arguments as trustedYonghong Song2022-12-041-0/+11
* selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semanticsYonghong Song2022-12-041-10/+45
* selftests/bpf: Validate multiple ref release_on_unlock logicDave Marchevsky2022-12-011-1/+16