summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-21bpf: Allow kfuncs to be used in LSM programsKP Singh
2022-09-21libbpf: Support raw BTF placed in the default search pathTao Chen
2022-09-21selftests: bpf: test_kmod.sh: Pass parameters to the moduleYauheni Kaliuta
2022-09-21libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song
2022-09-21Merge branch 'bpf: Add user-space-publisher ring buffer map type'Andrii Nakryiko
2022-09-21selftests/bpf: Add selftests validating the user ringbufDavid Vernet
2022-09-21bpf: Add libbpf logic for user-space ring bufferDavid Vernet
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-09-21bpf: simplify code in btf_parse_hdrWilliam Dean
2022-09-20libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu
2022-09-20samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao
2022-09-20Merge branch 'bpf: Small nf_conn cleanups'Martin KaFai Lau
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu
2022-09-20bpf: Remove unused btf_struct_access stubDaniel Xu
2022-09-20bpf: Check whether or not node is NULL before free it in free_bulkHou Tao
2022-09-19selftests/bpf: Add test result messages for test_task_storage_map_stress_lookupHou Tao
2022-09-16bpf/btf: Use btf_type_str() whenever possiblePeilin Ye
2022-09-16libbpf: Clean up legacy bpf maps declaration in bpf_helpersXin Liu
2022-09-16selftests/bpf: Add veristat tool for mass-verifying BPF object filesAndrii Nakryiko
2022-09-16libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko
2022-09-16selftests/bpf: Fix test_verif_scale{1,3} SEC() annotationsAndrii Nakryiko
2022-09-16bpf: Move bpf_dispatcher function out of ftrace locationsJiri Olsa
2022-09-16ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)
2022-09-16bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decisionYauheni Kaliuta
2022-09-16bpf: use kvmemdup_bpfptr helperWang Yufen
2022-09-15bpf: Add verifier check for BPF_PTR_POISON retval and argDave Marchevsky
2022-09-10bpf: Add verifier support for custom callback return rangeDave Marchevsky
2022-09-10selftests/bpf: fix ct status check in bpf_nf selftestsLorenzo Bianconi
2022-09-10Merge branch 'Support direct writes to nf_conn:mark'Alexei Starovoitov
2022-09-10selftests/bpf: Add tests for writing to nf_conn:markDaniel Xu
2022-09-10bpf: Add support for writing to nf_conn:markDaniel Xu
2022-09-10bpf: Export btf_type_by_id() and bpf_log()Daniel Xu
2022-09-10bpf: Use 0 instead of NOT_INIT for btf_struct_access() writesDaniel Xu
2022-09-10bpf: Add stub for btf_struct_access()Daniel Xu
2022-09-10bpf: Remove duplicate PTR_TO_BTF_ID RO checkDaniel Xu
2022-09-10bpf: Simplify code by using for_each_cpu_wrap()Punit Agrawal
2022-09-10bpf: add missing percpu_counter_destroy() in htab_map_alloc()Tetsuo Handa
2022-09-09Merge branch 'cgroup/connect{4,6} programs for unprivileged ICMP ping'Martin KaFai Lau
2022-09-09selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP pingYiFei Zhu
2022-09-09selftests/bpf: Deduplicate write_sysctl() to test_progs.cYiFei Zhu
2022-09-09bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP pingYiFei Zhu
2022-09-09libbpf: Remove gcc support for bpf_tail_call_static for nowDaniel Borkmann
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-09-07bpf: Add zero_map_value to zero map value with special fieldsKumar Kartikeya Dwivedi
2022-09-07bpf: Support kptrs in percpu arraymapKumar Kartikeya Dwivedi
2022-09-07bpf: Add copy_map_value_long to copy to remote percpu memoryKumar Kartikeya Dwivedi
2022-09-07bpf: Fix resetting logic for unreferenced kptrsJules Irenge
2022-09-07Merge branch 'bpf-core changes for preparation of HID-bpf'Alexei Starovoitov