summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-04-10bpf: Protect against int overflow for stack access sizeAndrei Matei
2024-03-26bpf: report RCU QS in cpumap kthreadYan Zhai
2024-03-26bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song
2024-03-26bpf: Defer the free of inner map when necessaryHou Tao
2024-03-15cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen
2024-03-01bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau
2024-03-01bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau
2024-03-01bpf: Remove trace_printk_lockJiri Olsa
2024-03-01bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa
2024-03-01bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa
2024-03-01bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky
2024-02-23bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao
2024-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2024-01-25bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun
2024-01-25bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa
2024-01-25bpf: Fix verification of indirect var-off stack accessAndrei Matei
2024-01-25bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko
2024-01-25bpf: enforce precision of R0 on callback returnAndrii Nakryiko
2024-01-25bpf: Add crosstask check to __bpf_get_stackJordan Rome
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2024-01-05bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa
2023-11-28bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu
2023-11-28bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-11-20bpf: Check map->usercnt after timer->timer is assignedHou Tao
2023-10-19bpf: Fix verifier log for async callback return valuesDavid Vernet
2023-10-06bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen
2023-08-16bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko
2023-08-16bpf: stop setting precise in current stateAndrii Nakryiko
2023-08-16bpf: allow precision tracking for programs with subprogsAndrii Nakryiko
2023-08-11bpf, cpumap: Make sure kthread is running before map update returnsHou Tao
2023-08-11bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao
2023-07-27bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi
2023-07-23bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui
2023-07-23bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi
2023-07-23bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev
2023-07-05bpf: ensure main program has an extableKrister Johansen
2023-06-28bpf/btf: Accept function names that contain dotsFlorent Revest
2023-06-28bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy
2023-06-28bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman
2023-06-05bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov
2023-05-30bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon
2023-05-24bpf: Add preempt_count_{sub,add} into btf id deny listYafang
2023-05-24bpf: Annotate data races in bpf_local_storageKumar Kartikeya Dwivedi
2023-05-11bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev
2023-05-11bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst
2023-05-11bpf: fix precision propagation verbose loggingAndrii Nakryiko