summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-03-17btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer1-0/+1
2023-03-11bpf: Fix global subprog context argument resolution logicAndrii Nakryiko1-2/+11
2023-02-25bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-2/+0
2023-02-15bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau1-12/+6
2023-02-15bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman1-7/+18
2023-02-15bpf: Support <8-byte scalar spill and refillMartin KaFai Lau1-15/+52
2023-02-15bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon1-4/+0
2023-02-01bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst1-1/+3
2023-01-14bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev1-0/+5
2023-01-14bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko1-32/+39
2023-01-14bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau1-11/+19
2023-01-14bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko1-0/+5
2023-01-14bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi1-8/+11
2022-12-08bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai1-1/+1
2022-11-25bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai1-12/+11
2022-11-16bpf: Fix wrong reg type conversion in release_reference()Youlin Li1-2/+6
2022-11-16bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi1-107/+28
2022-11-16bpf: Support for pointers beyond pkt_end.Alexei Starovoitov1-22/+107
2022-10-26bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones1-0/+2
2022-10-26bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer1-1/+1
2022-09-08bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui1-1/+3
2022-08-31bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann1-6/+4
2022-08-25bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk1-10/+60
2022-08-25bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao1-0/+2
2022-08-25bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao1-0/+6
2022-08-21bpf: Fix subprog names in stack traces.Alexei Starovoitov1-3/+1
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet1-3/+5
2022-07-12bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann1-49/+23
2022-07-12bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann1-17/+24
2022-06-22bpf: Fix incorrect memory charge cost calculation in stack_map_alloc()Yuntao Wang1-1/+2
2022-06-14bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong1-9/+5
2022-06-09bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang1-1/+0
2022-06-06bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang1-6/+12
2022-04-08bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim1-32/+24
2022-03-02bpf: Add schedule points in batch opsEric Dumazet1-0/+3
2022-02-08bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao1-1/+1
2022-02-01bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao1-2/+3
2022-01-27bpf: Don't promote bogus looking registers after null check.Daniel Borkmann1-6/+6
2022-01-27bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao2-5/+4
2022-01-27bpf: Adjust BTF log size limit.Alexei Starovoitov1-1/+1
2022-01-16bpf: Fix out of bounds access from invalid *_or_null type verificationDaniel Borkmann1-3/+3
2022-01-05bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann1-1/+2
2021-12-22bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann1-9/+15
2021-12-22bpf: Fix signed bounds propagation after mov32Daniel Borkmann1-0/+4
2021-12-17bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh1-2/+2
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy1-1/+1
2021-12-01bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann2-22/+52
2021-11-18bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov1-1/+1
2021-11-18bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov1-1/+1