| Age | Commit message (Expand) | Author |
| 2023-10-19 | bpf: Fix verifier log for async callback return values | David Vernet |
| 2023-10-06 | bpf: Avoid deadlock when using queue and stack maps from NMI | Toke Høiland-Jørgensen |
| 2023-08-16 | bpf: aggressively forget precise markings during state checkpointing | Andrii Nakryiko |
| 2023-08-16 | bpf: stop setting precise in current state | Andrii Nakryiko |
| 2023-08-16 | bpf: allow precision tracking for programs with subprogs | Andrii Nakryiko |
| 2023-08-11 | bpf, cpumap: Make sure kthread is running before map update returns | Hou Tao |
| 2023-08-11 | bpf, cpumap: Handle skb as well when clean up ptr_ring | Hou Tao |
| 2023-07-27 | bpf: Fix subprog idx logic in check_max_stack_depth | Kumar Kartikeya Dwivedi |
| 2023-07-23 | bpf: cpumap: Fix memory leak in cpu_map_update_elem | Pu Lehui |
| 2023-07-23 | bpf: Fix max stack depth check for async callbacks | Kumar Kartikeya Dwivedi |
| 2023-07-23 | bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen | Stanislav Fomichev |
| 2023-07-05 | bpf: ensure main program has an extable | Krister Johansen |
| 2023-06-28 | bpf/btf: Accept function names that contain dots | Florent Revest |
| 2023-06-28 | bpf: Fix verifier id tracking of scalars on spill | Maxim Mikityanskiy |
| 2023-06-28 | bpf: track immediate values written to stack by BPF_ST instruction | Eduard Zingerman |
| 2023-06-05 | bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps | Anton Protopopov |
| 2023-05-30 | bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields | Will Deacon |
| 2023-05-24 | bpf: Add preempt_count_{sub,add} into btf id deny list | Yafang |
| 2023-05-24 | bpf: Annotate data races in bpf_local_storage | Kumar Kartikeya Dwivedi |
| 2023-05-11 | bpf: Don't EFAULT for getsockopt with optval=NULL | Stanislav Fomichev |
| 2023-05-11 | bpf: Remove misleading spec_v1 check on var-offset stack read | Luis Gerhorst |
| 2023-05-11 | bpf: fix precision propagation verbose logging | Andrii Nakryiko |
| 2023-05-11 | bpf: take into account liveness when propagating precision | Andrii Nakryiko |
| 2023-04-26 | bpf: Fix incorrect verifier pruning due to missing register precision taints | Daniel Borkmann |
| 2023-04-13 | bpf: hash map, avoid deadlock with suitable hash mask | Tonghao Zhang |
| 2023-03-30 | bpf: Adjust insufficient default bpf_jit_limit | Daniel Borkmann |
| 2023-03-17 | btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR | Lorenz Bauer |
| 2023-03-10 | bpf: Fix global subprog context argument resolution logic | Andrii Nakryiko |
| 2023-02-25 | bpf: add missing header file include | Linus Torvalds |
| 2023-02-25 | uaccess: Add speculation barrier to copy_from_user() | Dave Hansen |
| 2023-02-09 | bpf: Skip invalid kfunc call in backtrack_insn | Hao Sun |
| 2023-02-09 | bpf: Do not reject when the stack read size is different from the tracked sca... | Martin KaFai Lau |
| 2023-02-09 | bpf: Fix incorrect state pruning for <8B spill/fill | Paul Chaignon |
| 2023-02-09 | bpf: Fix to preserve reg parent/live fields when copying range info | Eduard Zingerman |
| 2023-02-09 | bpf: Support <8-byte scalar spill and refill | Martin KaFai Lau |
| 2023-02-01 | bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation | Luis Gerhorst |
| 2023-01-24 | bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG... | Paul Moore |
| 2022-12-31 | bpf: Prevent decl_tag from being referenced in func_proto arg | Stanislav Fomichev |
| 2022-12-31 | bpf: Do not zero-extend kfunc return values | Björn Töpel |
| 2022-12-31 | bpf: propagate precision across all frames, not just the last one | Andrii Nakryiko |
| 2022-12-31 | bpf: Check the other end of slot_type for STACK_SPILL | Martin KaFai Lau |
| 2022-12-31 | bpf: propagate precision in ALU/ALU64 operations | Andrii Nakryiko |
| 2022-12-31 | bpf: Fix slot type check in check_stack_write_var_off | Kumar Kartikeya Dwivedi |
| 2022-12-08 | bpf: Do not copy spin lock field from user in bpf_selem_alloc | Xu Kuohai |
| 2022-11-26 | bpf: Initialize same number of free nodes for each pcpu_freelist | Xu Kuohai |
| 2022-11-26 | bpf: Fix memory leaks in __check_func_call | Wang Yufen |
| 2022-11-16 | bpf: Fix wrong reg type conversion in release_reference() | Youlin Li |
| 2022-11-16 | bpf: Add helper macro bpf_for_each_reg_in_vstate | Kumar Kartikeya Dwivedi |
| 2022-11-16 | bpf, verifier: Fix memory leak in array reallocation for stack state | Kees Cook |
| 2022-10-26 | bpf: Ensure correct locking around vulnerable function find_vpid() | Lee Jones |