aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2022-05-01bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi
2022-05-01bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2022-05-01bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo
2022-05-01bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo
2022-05-01bpf: Introduce MEM_RDONLY flagHao Luo
2022-05-01bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo
2022-05-01bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo
2022-05-01bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo
2022-04-08bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim
2022-04-08bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi
2022-03-08bpf: Fix possible race in inc_misses_counterHe Fengqing
2022-03-08bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet
2022-03-02bpf: Add schedule points in batch opsEric Dumazet
2022-02-08bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao
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: 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: 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-22bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann
2021-12-22bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann
2021-12-22bpf: Fix signed bounds propagation after mov32Daniel Borkmann
2021-12-22bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-11-25bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-11-25bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann
2021-11-25bpf: Fix inner map state pruning regression.Alexei Starovoitov
2021-11-18bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov
2021-11-18bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov
2021-11-18bpf: 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
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-09-30bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu
2021-09-28bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao
2021-09-13bpf: Add oversize check before call kvcalloc()Bixuan Cui
2021-09-10bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()Yonghong Song
2021-09-02bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-ClauseDaniel Borkmann
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu
2021-08-25bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu
2021-08-25bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu
2021-08-24bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov