summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-19bpf: WARN_ONCE on verifier bugsPaul Chaignon1-0/+6
2025-05-13helpers: make few bpf helpers publicMykyta Yatsenko1-0/+14
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-03-30Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2025-03-21bpf: Add struct_ops context information to struct bpf_prog_auxJuntong Deng1-0/+2
2025-03-19bpf: Implement verifier support for rqspinlockKumar Kartikeya Dwivedi1-0/+9
2025-03-19bpf: Introduce rqspinlock kfuncsKumar Kartikeya Dwivedi1-0/+1
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis1-0/+2
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye1-0/+15
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi1-0/+1
2025-03-15bpf: Summarize sleepable global subprogsKumar Kartikeya Dwivedi1-0/+1
2025-02-27bpf: Use try_alloc_pages() to allocate pages for bpf needs.Alexei Starovoitov1-1/+1
2025-02-18bpf: Support getting referenced kptr from struct_ops argumentAmery Hung1-0/+3
2025-02-18bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung1-2/+5
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-0/+17
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+6
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov1-14/+6
2024-12-14bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi1-6/+0
2024-12-14bpf: Add a __btf_get_by_fd helperAnton Protopopov1-0/+17
2024-12-11bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn1-8/+5
2024-12-10bpf: check changes_pkt_data property for extension programsEduard Zingerman1-0/+1
2024-12-06bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin1-6/+6
2024-11-23Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-2/+18
2024-11-13bpf: Add kernel symbol for struct_ops trampolineXu Kuohai1-1/+2
2024-11-13bpf: Support private stack for struct_ops progsYonghong Song1-0/+2
2024-11-13bpf, x86: Support private stack in jitYonghong Song1-0/+1
2024-11-13bpf: Enable private stack for eligible subprogsYonghong Song1-0/+1
2024-11-12bpf: Replace the document for PTR_TO_BTF_ID_OR_NULLMenglong Dong1-4/+4
2024-11-04bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi1-0/+6
2024-11-01bpf: decouple BPF link/attach hook and BPF program sleepable semanticsAndrii Nakryiko1-2/+18
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov1-3/+11
2024-10-24bpf: Add uptr support in the map_value of the task local storage.Martin KaFai Lau1-0/+20
2024-10-24bpf: Support __uptr type tag in BTFKui-Feng Lee1-0/+5
2024-10-23bpf: Add MEM_WRITE attributeDaniel Borkmann1-3/+11
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang1-4/+13
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