summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: report RCU QS in cpumap kthreadYan Zhai2024-03-261-0/+3
* bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan2024-03-261-1/+6
* bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen2024-03-261-3/+6
* bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen2024-03-261-5/+9
* bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen2024-03-261-5/+6
* bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song2024-03-261-2/+2
* bpf: Fix warning for bpf_cpumask in verifierHari Bathini2024-03-261-0/+2
* cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen2024-03-151-1/+1
* bpf: check bpf_func_state->callback_depth when pruning statesEduard Zingerman2024-03-151-0/+3
* bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau2024-03-011-1/+4
* x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov2024-02-051-1/+1
* bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao2024-02-051-0/+6
* bpf: Set need_defer as false when clearing fd array during map freeHou Tao2024-02-051-9/+14
* bpf: Check rcu_read_lock_trace_held() before calling bpf map helpersHou Tao2024-02-051-5/+8
* bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun2024-01-251-0/+4
* bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa2024-01-251-0/+9
* bpf: Use c->unit_size to select target cache during freeHou Tao2024-01-251-94/+11
* bpf: Fix a race condition between btf_put() and map_free()Yonghong Song2024-01-251-1/+5
* bpf: Fix accesses to uninit stack slotsAndrei Matei2024-01-251-39/+26
* bpf: Guard stack limits against 32bit overflowAndrei Matei2024-01-251-3/+3
* bpf: Fix verification of indirect var-off stack accessAndrei Matei2024-01-251-10/+4
* bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko2024-01-251-1/+1
* bpf: Defer the free of inner map when necessaryHou Tao2024-01-252-8/+35
* bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao2024-01-254-10/+12
* bpf: enforce precision of R0 on callback returnAndrii Nakryiko2024-01-251-0/+7
* bpf: Add crosstask check to __bpf_get_stackJordan Rome2024-01-251-1/+10
* bpf: Add KF_RCU flag to bpf_refcount_acquire_implDave Marchevsky2024-01-251-1/+1
* bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner2024-01-251-0/+3
* bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa2023-12-061-48/+10
* bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song2023-12-011-4/+8
* bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao2023-11-261-0/+2
* bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman2023-11-201-2/+17
* bpf: widening for callback iteratorsEduard Zingerman2023-11-201-2/+22
* bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2023-11-201-99/+175
* bpf: extract setup_func_entry() utility functionEduard Zingerman2023-11-201-36/+48
* bpf: extract __check_reg_arg() utility functionEduard Zingerman2023-11-201-6/+13
* bpf: Do not allocate percpu memory at init stageYonghong Song2023-11-152-7/+21
* bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko2023-11-091-15/+8
* bpf: fix precision backtracking instruction iterationAndrii Nakryiko2023-11-091-2/+19
* bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko2023-11-091-7/+20
* bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2023-11-072-2/+2
* bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu2023-11-011-1/+6
* bpf: Relax allowlist for css_task iterChuyi Zhou2023-11-011-4/+12
* bpf: Check map->usercnt after timer->timer is assignedHou Tao2023-11-011-9/+16
* bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-016-32/+16
* bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun2023-11-011-1/+1
* bpf: fix compilation error without CGROUPSMatthieu Baerts2023-11-013-3/+17
* Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-11/+14
|\
| * bpf: Add sockptr support for setsockoptBreno Leitao2023-10-191-2/+3
| * bpf: Add sockptr support for getsockoptBreno Leitao2023-10-191-9/+11