summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov1-0/+4
2025-09-27bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+1
2025-09-27bpf: Remove duplicate crypto/sha2.h headerJiapeng Chong1-1/+0
2025-09-26bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACETao Chen1-1/+1
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa1-0/+1
2025-09-23bpf: Allow union argument in trampoline based programsLeon Hwang1-1/+1
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko1-0/+11
2025-09-19bpf: Move the signature kfuncs to helpers.cKP Singh1-0/+32
2025-09-19bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh1-0/+3
2025-09-19bpf: Implement exclusive map creationKP Singh1-0/+1
2025-09-19bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh1-1/+5
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan1-0/+6
2025-09-11bpf: core: introduce main_prog_aux for stream accessPuranjay Mohan1-0/+1
2025-08-19Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau1-1/+6
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki1-1/+6
2025-08-06bpf: Allow struct_ops to get map id by kdataAmery Hung1-0/+1
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