summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-08bpf: Remove redundant assignment to pointer tColin Ian King
2021-12-06bpf: Silence purge_cand_cache build warning.Alexei Starovoitov
2021-12-04bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao
2021-12-03libbpf: Reduce bpf_core_apply_relo_insn() stack usage.Alexei Starovoitov
2021-12-03bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-12-02bpf: Fix bpf_check_mod_kfunc_call for built-in modulesKumar Kartikeya Dwivedi
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi
2021-12-02bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn().Alexei Starovoitov
2021-12-02bpf: Adjust BTF log size limit.Alexei Starovoitov
2021-12-02bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov
2021-12-02bpf: Prepare relo_core.c for kernel duty.Alexei Starovoitov
2021-12-02bpf: Rename btf_member accessors.Alexei Starovoitov
2021-12-01bpf: Clean-up bpf_verifier_vlog() for BPF_LOG_KERNEL log levelHou Tao
2021-11-30bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZEROKumar Kartikeya Dwivedi
2021-11-30bpf: Add bpf_loop helperJoanne Koong
2021-11-30bpf, docs: Prune all references to "internal BPF"Christoph Hellwig
2021-11-30bpf: Remove a redundant comment on bpf_prog_freeChristoph Hellwig
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
2021-11-15bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann
2021-11-15bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-12bpf: Introduce btf_tracing_idsSong Liu
2021-11-12bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu
2021-11-12bpf: Fix inner map state pruning regression.Alexei Starovoitov
2021-11-11bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributesYonghong Song
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-07bpf: Introduce helper bpf_find_vmaSong Liu
2021-11-06bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau
2021-11-03bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau
2021-11-02Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-01bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov
2021-11-01bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov
2021-11-01bpf: Add missing map_delete_elem method to bloom filter mapEric Dumazet
2021-11-01bpf: Bloom filter map naming fixupsJoanne Koong
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao
2021-11-01bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao
2021-11-01cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.cHe Fengqing
2021-11-01bpf: Disallow unprivileged bpf by defaultPawan Gupta
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-10-28bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi
2021-10-28bpf: Add bloom filter map implementationJoanne Koong
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet
2021-10-27bpf: Fixes possible race in update_prog_stats() for 32bit archesEric Dumazet
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen
2021-10-22bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai