aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2021-10-28bpf: Add bloom filter map implementationJoanne Koong4-7/+233
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-12/+24
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet2-9/+15
2021-10-27bpf: Fixes possible race in update_prog_stats() for 32bit archesEric Dumazet1-2/+4
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen3-9/+18
2021-10-22bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai1-2/+3
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+3
2021-10-22bpf: Add BTF_KIND_DECL_TAG typedef supportYonghong Song1-2/+2
2021-10-21bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky2-2/+7
2021-10-20bpf/preload: Clean up .gitignore and "clean-files" targetQuentin Monnet2-5/+2
2021-10-19bpf: Silence Coverity warning for find_kfunc_desc_btfKumar Kartikeya Dwivedi1-9/+4
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song1-22/+22
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)1-1/+1
2021-10-08bpftool: Add install-bin target to install binary onlyQuentin Monnet1-1/+1
2021-10-08bpf: iterators: Install libbpf headers when buildingQuentin Monnet1-13/+25
2021-10-08bpf: preload: Install libbpf headers when buildingQuentin Monnet1-5/+20
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-10-05bpf: Avoid retpoline for bpf_for_each_map_elemAndrey Ignatov1-1/+10
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi1-0/+1
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi1-0/+2
2021-10-05bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi1-0/+52
2021-10-05bpf: Be conservative while processing invalid kfunc callsKumar Kartikeya Dwivedi1-0/+18
2021-10-05bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2-27/+179
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-60/+99
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+6
2021-09-30bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu1-1/+2
2021-09-28bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook3-11/+8
2021-09-28bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook2-20/+12
2021-09-28bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer1-1/+1
2021-09-26bpf: Support <8-byte scalar spill and refillMartin KaFai Lau1-15/+52
2021-09-26bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau1-11/+19
2021-09-17bpf: Add bpf_trace_vprintk helperDave Marchevsky2-0/+7
2021-09-17bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky1-3/+1
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-1/+130
2021-09-14bpf: Support for new btf kind BTF_KIND_TAGYonghong Song1-0/+128
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao1-2/+5
2021-09-13bpf: Add oversize check before call kvcalloc()Bixuan Cui1-0/+2
2021-09-13libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko1-5/+2
2021-09-13bpf: Introduce helper bpf_get_branch_snapshotSong Liu1-1/+2
2021-09-10bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()Yonghong Song1-2/+8
2021-09-09libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet1-2/+5
2021-09-02bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-ClauseDaniel Borkmann2-2/+2
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski12-142/+331
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu1-0/+2
2021-08-25bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau1-1/+21
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu1-0/+3
2021-08-25bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu1-0/+3
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu3-13/+8
2021-08-24bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov1-0/+4