summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2022-04-08bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim1-32/+24
2022-04-08bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi1-2/+24
2022-03-08bpf: Fix possible race in inc_misses_counterHe Fengqing1-2/+3
2022-03-08bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet2-9/+15
2022-03-02bpf: Add schedule points in batch opsEric Dumazet1-0/+3
2022-02-08bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao1-1/+1
2022-02-01bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao1-2/+3
2022-01-27bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann1-3/+6
2022-01-27bpf: Fix mount source show for bpffsYafang Shao1-2/+12
2022-01-27bpf: Fix verifier support for validation of async callbacksKris Van Hees1-0/+1
2022-01-27bpf: Don't promote bogus looking registers after null check.Daniel Borkmann1-6/+6
2022-01-27bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao2-5/+4
2022-01-27bpf: Adjust BTF log size limit.Alexei Starovoitov1-1/+1
2022-01-16bpf: Fix out of bounds access from invalid *_or_null type verificationDaniel Borkmann1-3/+3
2021-12-22bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann1-1/+8
2021-12-22bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann1-9/+15
2021-12-22bpf: Fix signed bounds propagation after mov32Daniel Borkmann1-0/+4
2021-12-22bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann1-3/+9
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy1-1/+1
2021-11-25bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov3-2/+9
2021-11-25bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann2-22/+52
2021-11-25bpf: Fix inner map state pruning regression.Alexei Starovoitov1-1/+2
2021-11-18bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov1-1/+1
2021-11-18bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov1-1/+1
2021-11-18bpf: 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-23bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai1-2/+3
2021-10-23bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+3
2021-09-30bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu1-1/+2
2021-09-28bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer1-1/+1
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao1-2/+5
2021-09-14bpf: Add oversize check before call kvcalloc()Bixuan Cui1-0/+2
2021-09-10bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()Yonghong Song1-2/+8
2021-09-02bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-ClauseDaniel Borkmann2-2/+2
2021-08-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski12-142/+331
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2021-08-26bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu1-0/+2
2021-08-26bpf: 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-25bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov1-0/+4
2021-08-24bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky1-63/+93
2021-08-24bpf: Fix ringbuf helper function compatibilityDaniel Borkmann1-2/+6
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+17
2021-08-20bpf: Add support for {set|get} socket options from setsockopt BPFPrankur Gupta1-0/+8
2021-08-20bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev1-17/+17
2021-08-20bpf: Use kvmalloc for map values in syscallStanislav Fomichev1-17/+11
2021-08-19bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann1-1/+1
2021-08-18bpf: Remove redundant initialization of variable allowColin Ian King1-1/+1