summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-24selftests/bpf: Add reproducer for decl_tag in func_proto argumentStanislav Fomichev1-0/+14
2022-11-24bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev1-0/+5
2022-11-24docs/bpf: Document BPF_MAP_TYPE_BLOOM_FILTERDonald Hunter1-0/+174
2022-11-24docs/bpf: Fix sphinx warnings for devmapMaryam Tahhan1-26/+42
2022-11-24docs/bpf: Fix sphinx warnings for cpumapMaryam Tahhan1-22/+34
2022-11-24docs/bpf: Add table of BPF program types to libbpf docsDonald Hunter3-0/+209
2022-11-24bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not setYonghong Song1-1/+1
2022-11-23selftests/bpf: Mount debugfs in setns_by_fdStanislav Fomichev4-3/+7
2022-11-23bpf: Don't use idx variable when registering kfunc dtorsDavid Vernet1-5/+5
2022-11-23Merge branch 'Support storing struct cgroup * objects as kptrs'Alexei Starovoitov6-3/+778
2022-11-23selftests/bpf: Add selftests for bpf_cgroup_ancestor() kfuncDavid Vernet3-0/+47
2022-11-23bpf: Add bpf_cgroup_ancestor() kfuncDavid Vernet1-0/+20
2022-11-23selftests/bpf: Add cgroup kfunc / kptr selftestsDavid Vernet5-0/+631
2022-11-23bpf: Enable cgroups to be used as kptrsDavid Vernet1-3/+80
2022-11-23selftests/bpf: Workaround for llvm nop-4 bugAlexei Starovoitov3-5/+6
2022-11-23Revert "selftests/bpf: Temporarily disable linked list tests"Alexei Starovoitov4-34/+16
2022-11-21selftests/bpf: Make sure zero-len skbs aren't redirectableStanislav Fomichev2-0/+183
2022-11-21bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2-8/+6
2022-11-21selftests/bpf: Add test for cgroup iterator on a dead cgroupHou Tao1-0/+76
2022-11-21selftests/bpf: Add cgroup helper remove_cgroup()Hou Tao2-0/+20
2022-11-21bpf: Pin the start cgroup in cgroup_iter_seq_init()Hou Tao1-0/+14
2022-11-21bpf/verifier: Use kmalloc_size_roundup() to match ksize() usageKees Cook1-4/+8
2022-11-21Merge branch 'clean-up bpftool from legacy support'Alexei Starovoitov13-93/+49
2022-11-21bpftool: remove function free_btf_vmlinux()Sahid Orentino Ferdjaoui1-6/+1
2022-11-21bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui8-45/+39
2022-11-21bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui1-3/+2
2022-11-21bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui1-4/+2
2022-11-21bpftool: remove support of --legacy option for bpftoolSahid Orentino Ferdjaoui7-36/+6
2022-11-21Merge branch 'bpf: Implement two type cast kfuncs'Alexei Starovoitov7-2/+293
2022-11-21bpf: Add type cast unit testsYonghong Song3-0/+198
2022-11-21bpf: Add a kfunc for generic type castYonghong Song2-2/+24
2022-11-21bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctxYonghong Song4-0/+53
2022-11-21bpf: Add support for kfunc set with common btf_idsYonghong Song2-1/+19
2022-11-21bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init failsKumar Kartikeya Dwivedi2-2/+3
2022-11-20Merge branch 'Support storing struct task_struct objects as kptrs'Alexei Starovoitov16-70/+886
2022-11-20bpf/selftests: Add selftests for new task kfuncsDavid Vernet5-0/+640
2022-11-20bpf: Add kfuncs for storing struct task_struct * as a kptrDavid Vernet1-3/+75
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet10-57/+164
2022-11-20bpf: Allow multiple modifiers in reg_type_str() prefixDavid Vernet2-12/+9
2022-11-19bpf, samples: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-11-19bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan4-2/+310
2022-11-19libbpf: Ignore hashmap__find() result explicitly in btf_dumpAndrii Nakryiko1-1/+1
2022-11-18selftests/bpf: Skip spin lock failure test on s390xKumar Kartikeya Dwivedi1-0/+6
2022-11-18Merge branch 'Allocated objects, BPF linked lists'Alexei Starovoitov26-567/+3931
2022-11-18selftests/bpf: Temporarily disable linked list testsKumar Kartikeya Dwivedi4-16/+34
2022-11-18selftests/bpf: Add BTF sanity testsKumar Kartikeya Dwivedi1-0/+485
2022-11-18selftests/bpf: Add BPF linked list API testsKumar Kartikeya Dwivedi6-0/+1264
2022-11-18selftests/bpf: Add failure test cases for spin lock pairingKumar Kartikeya Dwivedi2-1/+292
2022-11-18selftests/bpf: Update spinlock selftestKumar Kartikeya Dwivedi3-47/+51
2022-11-18selftests/bpf: Add __contains macro to bpf_experimental.hKumar Kartikeya Dwivedi1-0/+2