summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+1
2025-09-09bpf: Fix oob access in cgroup local storageDaniel Borkmann1-0/+1
2025-09-09bpf: Move cgroup iterator helpers to bpf.hDaniel Borkmann1-8/+14
2025-09-09bpf: Move bpf map owner out of common structDaniel Borkmann1-12/+24
2025-09-09bpf: Add cookie object to bpf mapsDaniel Borkmann1-0/+1
2025-04-25bpf: check changes_pkt_data property for extension programsEduard Zingerman1-0/+1
2024-12-19bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn1-8/+5
2024-12-19bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi1-6/+0
2024-12-14bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang1-4/+13
2024-12-05bpf: Add kernel symbol for struct_ops trampolineXu Kuohai1-1/+2
2024-12-05bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi1-0/+6
2024-10-23bpf: Add MEM_WRITE attributeDaniel Borkmann1-3/+11
2024-09-25Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+10
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann1-2/+5
2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko1-0/+2
2024-08-30bpf: Add gen_epilogue to bpf_verifier_opsMartin KaFai Lau1-0/+2
2024-08-23bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DESTDave Marchevsky1-1/+1
2024-08-22bpf: rename nocsr -> bpf_fastcall in verifierEduard Zingerman1-3/+3
2024-08-20bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*Matteo Croce1-0/+1
2024-08-14bpf: switch maps to CLASS(fd, ...)Al Viro1-1/+10
2024-07-30bpf: no_caller_saved_registers attribute for helper callsEduard Zingerman1-0/+6
2024-07-30bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song1-0/+1
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai1-0/+1
2024-07-29bpf, lsm: Add check for BPF LSM return valueXu Kuohai1-0/+1
2024-07-29bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau1-0/+5
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+6
2024-07-13mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan1-0/+4
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner1-2/+2
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-6/+5
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior1-6/+4
2024-06-21bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos1-2/+1
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu1-4/+4
2024-05-31bpf: export bpf_link_inc_not_zero.Kui-Feng Lee1-0/+6
2024-05-31bpf: support epoll from bpf struct_ops links.Kui-Feng Lee1-0/+1
2024-05-31bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee1-3/+3
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-25/+8
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+20
2024-04-26mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-25/+8
2024-04-25bpf: make common crypto API for TC/XDP programsVadim Fedorenko1-0/+1
2024-04-25bpf: update the comment for BTF_FIELDS_MAXHaiyue Wang1-1/+1
2024-04-24bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires1-0/+2
2024-04-24bpf: add support for bpf_wq user typeBenjamin Tissoires1-1/+10
2024-04-11bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song1-0/+6
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+15
2024-03-29bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko1-1/+15
2024-03-20bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko1-0/+1
2024-03-20bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko1-0/+5
2024-03-19bpf: Check return from set_memory_rox()Christophe Leroy1-1/+1
2024-03-19bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy1-1/+0
2024-03-12bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko1-4/+4