summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* bpf: take into account liveness when propagating precisionAndrii Nakryiko2023-05-111-2/+4
* bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann2023-04-261-0/+15
* bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang2023-04-131-2/+2
* bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann2023-03-301-1/+1
* btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer2023-03-171-0/+1
* bpf: Fix global subprog context argument resolution logicAndrii Nakryiko2023-03-101-2/+11
* bpf: add missing header file includeLinus Torvalds2023-02-251-0/+1
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-2/+0
* bpf: Skip invalid kfunc call in backtrack_insnHao Sun2023-02-091-0/+6
* bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau2023-02-091-12/+6
* bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon2023-02-091-4/+0
* bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman2023-02-091-7/+18
* bpf: Support <8-byte scalar spill and refillMartin KaFai Lau2023-02-091-15/+52
* bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst2023-02-011-1/+3
* bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2023-01-242-7/+2
* bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev2022-12-311-0/+5
* bpf: Do not zero-extend kfunc return valuesBjörn Töpel2022-12-311-0/+4
* bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko2022-12-311-32/+39
* bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau2022-12-311-11/+19
* bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko2022-12-311-0/+5
* bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi2022-12-311-8/+11
* bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai2022-12-081-1/+1
* bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai2022-11-261-12/+11
* bpf: Fix memory leaks in __check_func_callWang Yufen2022-11-261-5/+9
* bpf: Fix wrong reg type conversion in release_reference()Youlin Li2022-11-161-2/+6
* bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi2022-11-161-107/+28
* bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook2022-11-161-2/+7
* bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones2022-10-261-0/+2
* bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer2022-10-261-1/+1
* bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao2022-10-262-6/+6
* bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao2022-10-261-2/+5
* bpf: Disable preemption when increasing per-cpu map_lockedHou Tao2022-10-261-5/+18
* bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi2022-10-261-9/+33
* bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui2022-09-081-1/+3
* bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu2022-09-081-1/+1
* bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann2022-08-311-6/+4
* bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao2022-08-251-0/+2
* bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao2022-08-251-0/+6
* bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi2022-08-251-5/+1
* bpf: Fix subprog names in stack traces.Alexei Starovoitov2022-08-171-3/+1
* bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk2022-08-171-10/+60
* bpf: Make sure mac_header was set before using itEric Dumazet2022-07-291-3/+5
* bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau2022-07-122-23/+21
* bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann2022-07-121-49/+23
* bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann2022-07-121-17/+24
* bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen2022-06-251-2/+3
* bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong2022-06-141-9/+5
* bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi2022-06-061-1/+11
* bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi2022-06-061-0/+5
* bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang2022-06-061-1/+0