summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-22selftests/bpf: Add additional tests for bpf_lookup_*_key()Roberto Sassu3-0/+159
2022-09-22selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()Roberto Sassu3-1/+142
2022-09-22selftests/bpf: Compile kernel with everything as built-inRoberto Sassu2-14/+14
2022-09-22bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu1-0/+45
2022-09-22bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu3-0/+151
2022-09-22KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALLRoberto Sassu2-2/+6
2022-09-22bpf: Export bpf_dynptr_get_size()Roberto Sassu2-1/+2
2022-09-22btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu4-5/+52
2022-09-22bpf: Move dynptr type check to is_dynptr_type_expected()Roberto Sassu2-9/+28
2022-09-22btf: Export bpf_dynptr definitionRoberto Sassu1-0/+2
2022-09-22bpf: Allow kfuncs to be used in LSM programsKP Singh1-0/+1
2022-09-22libbpf: Support raw BTF placed in the default search pathTao Chen1-18/+12
2022-09-22selftests: bpf: test_kmod.sh: Pass parameters to the moduleYauheni Kaliuta1-3/+8
2022-09-22libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song1-63/+91
2022-09-22Merge branch 'bpf: Add user-space-publisher ring buffer map type'Andrii Nakryiko20-21/+1967
2022-09-22selftests/bpf: Add selftests validating the user ringbufDavid Vernet5-0/+1185
2022-09-22bpf: Add libbpf logic for user-space ring bufferDavid Vernet6-3/+398
2022-09-22bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet6-11/+320
2022-09-22bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet8-8/+65
2022-09-21bpf: simplify code in btf_parse_hdrWilliam Dean1-6/+1
2022-09-21libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu1-1/+1
2022-09-21samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao3-3/+3
2022-09-21Merge branch 'bpf: Small nf_conn cleanups'Martin KaFai Lau4-30/+18
2022-09-21bpf: Move nf_conn extern declarations to filter.hDaniel Xu3-7/+7
2022-09-21bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu3-15/+15
2022-09-21bpf: Remove unused btf_struct_access stubDaniel Xu1-12/+0
2022-09-20bpf: Check whether or not node is NULL before free it in free_bulkHou Tao1-1/+2
2022-09-19selftests/bpf: Add test result messages for test_task_storage_map_stress_lookupHou Tao3-2/+8
2022-09-17bpf/btf: Use btf_type_str() whenever possiblePeilin Ye1-9/+8
2022-09-16libbpf: Clean up legacy bpf maps declaration in bpf_helpersXin Liu1-12/+0
2022-09-16selftests/bpf: Add veristat tool for mass-verifying BPF object filesAndrii Nakryiko3-1/+544
2022-09-16libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko1-4/+9
2022-09-16selftests/bpf: Fix test_verif_scale{1,3} SEC() annotationsAndrii Nakryiko2-2/+2
2022-09-16bpf: Move bpf_dispatcher function out of ftrace locationsJiri Olsa2-0/+8
2022-09-16ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)3-2/+18
2022-09-16bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decisionYauheni Kaliuta2-1/+4
2022-09-16bpf: use kvmemdup_bpfptr helperWang Yufen1-9/+4
2022-09-15bpf: Add verifier check for BPF_PTR_POISON retval and argDave Marchevsky3-10/+29
2022-09-11bpf: Add verifier support for custom callback return rangeDave Marchevsky2-1/+7
2022-09-11selftests/bpf: fix ct status check in bpf_nf selftestsLorenzo Bianconi2-5/+7
2022-09-11Merge branch 'Support direct writes to nf_conn:mark'Alexei Starovoitov11-7/+178
2022-09-11selftests/bpf: Add tests for writing to nf_conn:markDaniel Xu3-2/+23
2022-09-11bpf: Add support for writing to nf_conn:markDaniel Xu4-1/+143
2022-09-11bpf: Export btf_type_by_id() and bpf_log()Daniel Xu2-0/+2
2022-09-11bpf: Use 0 instead of NOT_INIT for btf_struct_access() writesDaniel Xu1-1/+1
2022-09-11bpf: Add stub for btf_struct_access()Daniel Xu1-0/+9
2022-09-11bpf: Remove duplicate PTR_TO_BTF_ID RO checkDaniel Xu1-3/+0
2022-09-11bpf: Simplify code by using for_each_cpu_wrap()Punit Agrawal1-32/+16
2022-09-11bpf: add missing percpu_counter_destroy() in htab_map_alloc()Tetsuo Handa1-0/+2
2022-09-09Merge branch 'cgroup/connect{4,6} programs for unprivileged ICMP ping'Martin KaFai Lau8-40/+280