aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-01-26bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee1-1/+0
2023-01-25bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet1-1/+1
2023-01-25bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepableDavid Vernet1-2/+3
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet1-0/+208
2023-01-25bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet2-0/+269
2023-01-25bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet1-0/+6
2023-01-24bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet2-1/+90
2023-01-24bpf: Enable annotating trusted nested pointersDavid Vernet2-3/+90
2023-01-23bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen3-32/+92
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev3-1/+76
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev3-30/+78
2023-01-23bpf: Reshuffle some parts of bpf/offload.cStanislav Fomichev1-105/+117
2023-01-23bpf: Move offload initialization into late_initcallStanislav Fomichev1-15/+7
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev4-24/+24
2023-01-20bpf: Avoid recomputing spi in process_dynptr_funcKumar Kartikeya Dwivedi1-13/+11
2023-01-20bpf: Combine dynptr_get_spi and is_spi_bounds_validKumar Kartikeya Dwivedi1-42/+33
2023-01-20bpf: Allow reinitializing unreferenced dynptr stack slotsKumar Kartikeya Dwivedi1-8/+26
2023-01-20bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi1-12/+62
2023-01-20bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi1-0/+88
2023-01-20bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi1-18/+66
2023-01-20bpf: Fix state pruning for STACK_DYNPTR stack slotsKumar Kartikeya Dwivedi1-4/+84
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-23/+18
2023-01-20bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa1-2/+2
2023-01-19bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman1-7/+18
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-18bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao1-1/+1
2023-01-17bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa1-3/+19
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst1-1/+3
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang1-2/+2
2023-01-10bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien1-11/+27
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore1-14/+6
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2-7/+2
2023-01-06bpf: Skip invalid kfunc call in backtrack_insnHao Sun1-0/+6
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-18/+48
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-114/+136
2022-12-28bpf: rename list_head -> graph_root in field info typesDave Marchevsky3-22/+24
2022-12-28bpf: Always use maximal size for copy_array()Kees Cook1-5/+7
2022-12-28bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee1-12/+27
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageChuang Wang1-0/+4
2022-12-27bpf: fix regs_exact() logic in regsafe() to remap IDs correctlyAndrii Nakryiko1-7/+16
2022-12-27bpf: perform byte-by-byte comparison only when necessary in regsafe()Andrii Nakryiko1-12/+9
2022-12-27bpf: reject non-exact register type matches in regsafe()Andrii Nakryiko1-24/+21
2022-12-27bpf: generalize MAYBE_NULL vs non-MAYBE_NULL ruleAndrii Nakryiko1-16/+15
2022-12-27bpf: reorganize struct bpf_reg_state fieldsAndrii Nakryiko1-9/+8
2022-12-27bpf: teach refsafe() to take into account ID remappingAndrii Nakryiko1-4/+12
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+10
2022-12-22bpf: fix nullness propagation for reg to reg comparisonsHao Sun1-1/+8