aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-21libbpf: Support raw BTF placed in the default search pathTao Chen1-18/+12
2022-09-21selftests: bpf: test_kmod.sh: Pass parameters to the moduleYauheni Kaliuta1-3/+8
2022-09-21libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song1-63/+91
2022-09-21Merge branch 'bpf: Add user-space-publisher ring buffer map type'Andrii Nakryiko20-21/+1967
2022-09-21selftests/bpf: Add selftests validating the user ringbufDavid Vernet5-0/+1185
2022-09-21bpf: Add libbpf logic for user-space ring bufferDavid Vernet6-3/+398
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet6-11/+320
2022-09-21bpf: 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-20libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu1-1/+1
2022-09-20samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao3-3/+3
2022-09-20Merge branch 'bpf: Small nf_conn cleanups'Martin KaFai Lau4-30/+18
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu3-7/+7
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu3-15/+15
2022-09-20bpf: 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-16bpf/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-10bpf: Add verifier support for custom callback return rangeDave Marchevsky2-1/+7
2022-09-10selftests/bpf: fix ct status check in bpf_nf selftestsLorenzo Bianconi2-5/+7
2022-09-10Merge branch 'Support direct writes to nf_conn:mark'Alexei Starovoitov11-7/+178
2022-09-10selftests/bpf: Add tests for writing to nf_conn:markDaniel Xu3-2/+23
2022-09-10bpf: Add support for writing to nf_conn:markDaniel Xu4-1/+143
2022-09-10bpf: Export btf_type_by_id() and bpf_log()Daniel Xu2-0/+2
2022-09-10bpf: Use 0 instead of NOT_INIT for btf_struct_access() writesDaniel Xu1-1/+1
2022-09-10bpf: Add stub for btf_struct_access()Daniel Xu1-0/+9
2022-09-10bpf: Remove duplicate PTR_TO_BTF_ID RO checkDaniel Xu1-3/+0
2022-09-10bpf: Simplify code by using for_each_cpu_wrap()Punit Agrawal1-32/+16
2022-09-10bpf: 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
2022-09-09selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP pingYiFei Zhu2-0/+231
2022-09-09selftests/bpf: Deduplicate write_sysctl() to test_progs.cYiFei Zhu4-40/+18
2022-09-09bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP pingYiFei Zhu2-0/+31
2022-09-09libbpf: Remove gcc support for bpf_tail_call_static for nowDaniel Borkmann1-13/+6
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi2-107/+49
2022-09-07bpf: Add zero_map_value to zero map value with special fieldsKumar Kartikeya Dwivedi1-0/+19
2022-09-07bpf: Support kptrs in percpu arraymapKumar Kartikeya Dwivedi2-10/+26
2022-09-07bpf: Add copy_map_value_long to copy to remote percpu memoryKumar Kartikeya Dwivedi1-19/+33
2022-09-07bpf: Fix resetting logic for unreferenced kptrsJules Irenge1-1/+1
2022-09-07Merge branch 'bpf-core changes for preparation of HID-bpf'Alexei Starovoitov10-60/+678
2022-09-07selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires4-0/+197