summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2022-03-02bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi
2022-03-02bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi
2022-03-02bpf: Add schedule points in batch opsEric Dumazet
2022-02-23bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2022-02-23bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo
2022-02-23bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo
2022-02-23bpf: Introduce MEM_RDONLY flagHao Luo
2022-02-23bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo
2022-02-23bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo
2022-02-23bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo
2022-02-08bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao
2022-02-05bpf: Fix possible race in inc_misses_counterHe Fengqing
2022-02-01bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao
2022-01-27bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann
2022-01-27bpf: Fix mount source show for bpffsYafang Shao
2022-01-27bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
2022-01-27bpf: Fix verifier support for validation of async callbacksKris Van Hees
2022-01-27bpf: Don't promote bogus looking registers after null check.Daniel Borkmann
2022-01-27bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang
2022-01-27bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao
2022-01-27bpf: Adjust BTF log size limit.Alexei Starovoitov
2022-01-16bpf: Fix out of bounds access from invalid *_or_null type verificationDaniel Borkmann
2021-12-16bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann
2021-12-16bpf: Fix signed bounds propagation after mov32Daniel Borkmann
2021-12-14bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann
2021-12-14bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann
2021-12-10bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon
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-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-12bpf: Fix inner map state pruning regression.Alexei Starovoitov
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
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