summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)Author
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi
2024-12-13bpf: Add a __btf_get_by_fd helperAnton Protopopov
2024-12-10bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn
2024-12-10bpf: check changes_pkt_data property for extension programsEduard Zingerman
2024-12-05bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin
2024-11-22Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2024-11-12bpf: Add kernel symbol for struct_ops trampolineXu Kuohai
2024-11-12bpf: Support private stack for struct_ops progsYonghong Song
2024-11-12bpf, x86: Support private stack in jitYonghong Song
2024-11-12bpf: Enable private stack for eligible subprogsYonghong Song
2024-11-11bpf: Replace the document for PTR_TO_BTF_ID_OR_NULLMenglong Dong
2024-11-04bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi
2024-11-01bpf: decouple BPF link/attach hook and BPF program sleepable semanticsAndrii Nakryiko
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-24bpf: Add uptr support in the map_value of the task local storage.Martin KaFai Lau
2024-10-24bpf: Support __uptr type tag in BTFKui-Feng Lee
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko
2024-08-29bpf: Add gen_epilogue to bpf_verifier_opsMartin KaFai Lau
2024-08-23bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DESTDave Marchevsky
2024-08-22bpf: rename nocsr -> bpf_fastcall in verifierEduard Zingerman
2024-08-19bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*Matteo Croce
2024-08-13bpf: switch maps to CLASS(fd, ...)Al Viro
2024-07-29bpf: no_caller_saved_registers attribute for helper callsEduard Zingerman
2024-07-29bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai
2024-07-29bpf, lsm: Add check for BPF LSM return valueXu Kuohai
2024-07-29bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-12mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior
2024-06-20bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu
2024-05-30bpf: export bpf_link_inc_not_zero.Kui-Feng Lee
2024-05-30bpf: support epoll from bpf struct_ops links.Kui-Feng Lee
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan
2024-04-24bpf: make common crypto API for TC/XDP programsVadim Fedorenko
2024-04-24bpf: update the comment for BTF_FIELDS_MAXHaiyue Wang
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires