summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann1-0/+1
2025-07-31bpf: Move cgroup iterator helpers to bpf.hDaniel Borkmann1-8/+14
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann1-12/+24
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann1-0/+1
2025-07-17bpf: Add struct bpf_token_infoTao Chen1-0/+11
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen1-1/+0
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen1-11/+17
2025-07-04bpf: Add dump_stack() analogue to print to BPF stderrKumar Kartikeya Dwivedi1-0/+2
2025-07-04bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi1-0/+1
2025-07-04bpf: Add function to extract program source infoKumar Kartikeya Dwivedi1-0/+3
2025-07-04bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi1-0/+52
2025-07-04bpf: Refactor bprintf buffer supportKumar Kartikeya Dwivedi1-1/+14
2025-07-04bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen1-0/+1
2025-06-10bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst1-2/+9
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