summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-03-26bpf: report RCU QS in cpumap kthreadYan Zhai
2024-03-26bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan
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-15cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen
2024-03-15bpf: check bpf_func_state->callback_depth when pruning statesEduard Zingerman
2024-03-01bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau
2024-02-05bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao
2024-02-05bpf: Set need_defer as false when clearing fd array during map freeHou Tao
2024-02-05bpf: Check rcu_read_lock_trace_held() before calling bpf map helpersHou Tao
2024-01-31bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer
2024-01-31bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2024-01-31bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman
2024-01-31bpf: widening for callback iteratorsEduard Zingerman
2024-01-31bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman
2024-01-31bpf: extract setup_func_entry() utility functionEduard Zingerman
2024-01-31bpf: extract __check_reg_arg() utility functionEduard Zingerman
2024-01-31bpf: print full verifier states on infinite loop detectionEduard Zingerman
2024-01-31bpf: correct loop detection for iterators convergenceEduard Zingerman
2024-01-31bpf: exact states comparison for iterator convergence checksEduard Zingerman
2024-01-31bpf: extract same_callsites() as utility functionEduard Zingerman
2024-01-31bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman
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: Use c->unit_size to select target cache during freeHou Tao
2024-01-25bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao
2024-01-25bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao
2024-01-25bpf: Fix a race condition between btf_put() and map_free()Yonghong Song
2024-01-25bpf: Fix accesses to uninit stack slotsAndrei Matei
2024-01-25bpf: Guard stack limits against 32bit overflowAndrei Matei
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: Defer the free of inner map when necessaryHou Tao
2024-01-25bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
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-01bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa
2023-12-13bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song
2023-12-08bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao
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: fix control-flow graph checking in privileged modeAndrii Nakryiko
2023-11-28bpf: fix precision backtracking instruction iterationAndrii Nakryiko
2023-11-28bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2023-11-28bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko
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