summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)Author
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov
2025-09-27bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-09-27bpf: Remove duplicate crypto/sha2.h headerJiapeng Chong
2025-09-25bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACETao Chen
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa
2025-09-23bpf: Allow union argument in trampoline based programsLeon Hwang
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh
2025-09-18bpf: Implement exclusive map creationKP Singh
2025-09-18bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan
2025-09-11bpf: core: introduce main_prog_aux for stream accessPuranjay Mohan
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki
2025-08-06bpf: Allow struct_ops to get map id by kdataAmery Hung
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann
2025-07-31bpf: Move cgroup iterator helpers to bpf.hDaniel Borkmann
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann
2025-07-16bpf: Add struct bpf_token_infoTao Chen
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen
2025-07-03bpf: Add dump_stack() analogue to print to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi
2025-07-03bpf: Add function to extract program source infoKumar Kartikeya Dwivedi
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi
2025-07-03bpf: Refactor bprintf buffer supportKumar Kartikeya Dwivedi
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen
2025-06-09bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst
2025-05-19bpf: WARN_ONCE on verifier bugsPaul Chaignon
2025-05-12helpers: make few bpf helpers publicMykyta Yatsenko
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-30Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-20bpf: Add struct_ops context information to struct bpf_prog_auxJuntong Deng
2025-03-19bpf: Implement verifier support for rqspinlockKumar Kartikeya Dwivedi
2025-03-19bpf: Introduce rqspinlock kfuncsKumar Kartikeya Dwivedi
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi
2025-03-15bpf: Summarize sleepable global subprogsKumar Kartikeya Dwivedi
2025-02-27bpf: Use try_alloc_pages() to allocate pages for bpf needs.Alexei Starovoitov
2025-02-17bpf: Support getting referenced kptr from struct_ops argumentAmery Hung
2025-02-17bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung
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