aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2021-11-15bpf: Fix toctou on read-only map's constant scalar trackingGravatar Daniel Borkmann 2-22/+52
2021-11-15bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsGravatar Dmitrii Banshchikov 3-2/+9
2021-11-12bpf: Fix inner map state pruning regression.Gravatar Alexei Starovoitov 1-1/+2
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-35/+27
2021-11-06bpf: Stop caching subprog index in the bpf_pseudo_func insnGravatar Martin KaFai Lau 2-23/+21
2021-11-03bpf: Do not reject when the stack read size is different from the tracked sca...Gravatar Martin KaFai Lau 1-12/+6
2021-11-02Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-9/+45
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 16-143/+861
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 13-106/+656
2021-11-01bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Gravatar Alexei Starovoitov 1-1/+1
2021-11-01bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Gravatar Alexei Starovoitov 1-1/+1
2021-11-01bpf: Add missing map_delete_elem method to bloom filter mapGravatar Eric Dumazet 1-0/+6
2021-11-01bpf: Bloom filter map naming fixupsGravatar Joanne Koong 1-23/+26
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeGravatar Hou Tao 2-0/+6
2021-11-01bpf: Factor out a helper to prepare trampoline for struct_ops progGravatar Hou Tao 1-10/+19
2021-11-01cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.cGravatar He Fengqing 1-9/+45
2021-11-01bpf: Disallow unprivileged bpf by defaultGravatar Pawan Gupta 1-0/+7
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2021-10-28bpf: Add bpf_kallsyms_lookup_name helperGravatar Kumar Kartikeya Dwivedi 1-0/+27
2021-10-28bpf: Add bloom filter map implementationGravatar Joanne Koong 4-7/+233
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-12/+24
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsGravatar Eric Dumazet 2-9/+15
2021-10-27bpf: Fixes possible race in update_prog_stats() for 32bit archesGravatar Eric Dumazet 1-2/+4
2021-10-26bpf: Fix potential race in tail call compatibility checkGravatar Toke Høiland-Jørgensen 3-9/+18
2021-10-22bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Gravatar Xu Kuohai 1-2/+3
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxGravatar Lorenz Bauer 1-1/+3
2021-10-22bpf: Add BTF_KIND_DECL_TAG typedef supportGravatar Yonghong Song 1-2/+2
2021-10-21bpf: Add verified_insns to bpf_prog_info and fdinfoGravatar Dave Marchevsky 2-2/+7
2021-10-20bpf/preload: Clean up .gitignore and "clean-files" targetGravatar Quentin Monnet 2-5/+2
2021-10-19bpf: Silence Coverity warning for find_kfunc_desc_btfGravatar Kumar Kartikeya Dwivedi 1-9/+4
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGGravatar Yonghong Song 1-22/+22
2021-10-18mm/filemap: Add filemap_add_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2021-10-08bpftool: Add install-bin target to install binary onlyGravatar Quentin Monnet 1-1/+1
2021-10-08bpf: iterators: Install libbpf headers when buildingGravatar Quentin Monnet 1-13/+25
2021-10-08bpf: preload: Install libbpf headers when buildingGravatar Quentin Monnet 1-5/+20
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+2
2021-10-05bpf: Avoid retpoline for bpf_for_each_map_elemGravatar Andrey Ignatov 1-1/+10
2021-10-05bpf: selftests: Add selftests for module kfunc supportGravatar Kumar Kartikeya Dwivedi 1-0/+1
2021-10-05bpf: Enable TCP congestion control kfunc from modulesGravatar Kumar Kartikeya Dwivedi 1-0/+2
2021-10-05bpf: btf: Introduce helpers for dynamic BTF set registrationGravatar Kumar Kartikeya Dwivedi 1-0/+52
2021-10-05bpf: Be conservative while processing invalid kfunc callsGravatar Kumar Kartikeya Dwivedi 1-0/+18
2021-10-05bpf: Introduce BPF support for kernel module function callsGravatar Kumar Kartikeya Dwivedi 2-27/+179
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 5-60/+99
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-3/+6
2021-09-30bpf: Fix integer overflow in prealloc_elems_and_freelist()Gravatar Tatsuhiko Yasumatsu 1-1/+2
2021-09-28bpf: Replace callers of BPF_CAST_CALL with proper function typedefGravatar Kees Cook 3-11/+8
2021-09-28bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMGravatar Kees Cook 2-20/+12
2021-09-28bpf: Exempt CAP_BPF from checks against bpf_jit_limitGravatar Lorenz Bauer 1-1/+1
2021-09-26bpf: Support <8-byte scalar spill and refillGravatar Martin KaFai Lau 1-15/+52
2021-09-26bpf: Check the other end of slot_type for STACK_SPILLGravatar Martin KaFai Lau 1-11/+19