summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2023-02-13bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky-49/+119
2023-02-10bpf: allow to disable bpf prog memory accountingYafang Shao-6/+7
2023-02-10bpf: allow to disable bpf map memory accountingYafang Shao-3/+5
2023-02-10bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao-2/+17
2023-02-10Daniel Borkmann says:Jakub Kicinski-78/+522
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-4/+4
2023-02-02bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi-3/+13
2023-02-02bpf: Drop always true do_idr_lock parameter to bpf_map_free_idTobias Klauser-18/+7
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+21
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet-49/+49
2023-01-28bpf: btf: Add BTF_FMODEL_SIGNED_ARG flagIlya Leoshkevich-1/+15
2023-01-28bpf: iterators: Split iterators.lskel.h into little- and big- endian versionsIlya Leoshkevich-7/+435
2023-01-28bpf: Build-time assert that cpumask offset is zeroDavid Vernet-0/+3
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-247/+1399
2023-01-26bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee-1/+0
2023-01-25bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet-1/+1
2023-01-25bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepableDavid Vernet-2/+3
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet-0/+208
2023-01-25bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet-0/+269
2023-01-25bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet-0/+6
2023-01-24bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet-1/+90
2023-01-24bpf: Enable annotating trusted nested pointersDavid Vernet-3/+90
2023-01-23bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen-32/+92
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev-1/+76
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev-30/+78
2023-01-23bpf: Reshuffle some parts of bpf/offload.cStanislav Fomichev-105/+117
2023-01-23bpf: Move offload initialization into late_initcallStanislav Fomichev-15/+7
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev-24/+24
2023-01-20bpf: Avoid recomputing spi in process_dynptr_funcKumar Kartikeya Dwivedi-13/+11
2023-01-20bpf: Combine dynptr_get_spi and is_spi_bounds_validKumar Kartikeya Dwivedi-42/+33
2023-01-20bpf: Allow reinitializing unreferenced dynptr stack slotsKumar Kartikeya Dwivedi-8/+26
2023-01-20bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi-12/+62
2023-01-20bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi-0/+88
2023-01-20bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi-18/+66
2023-01-20bpf: Fix state pruning for STACK_DYNPTR stack slotsKumar Kartikeya Dwivedi-4/+84
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-23/+18
2023-01-20bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa-2/+2
2023-01-19bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman-7/+18
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner-1/+1
2023-01-18bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao-1/+1
2023-01-17bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa-3/+19
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst-1/+3
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang-2/+2
2023-01-10bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien-11/+27
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore-14/+6
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore-7/+2