summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-01bpf, arm64: Add fsession supportLeon Hwang1-1/+6
2026-01-30bpf: Allow sleepable programs to use tail callsJiri Olsa1-0/+1
2026-01-28bpf: Add trampoline ip hash tableJiri Olsa1-2/+5
2026-01-28bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet1-0/+5
2026-01-25bpf: support fsession for bpf_session_cookieMenglong Dong1-0/+15
2026-01-25bpf: support fsession for bpf_session_is_returnMenglong Dong1-0/+2
2026-01-25bpf: add fsession supportMenglong Dong1-0/+19
2026-01-07bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...Leon Hwang1-0/+1
2026-01-07bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...Leon Hwang1-1/+3
2026-01-07bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array mapsLeon Hwang1-2/+7
2026-01-07bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang1-1/+22
2026-01-03bpf: Replace __opt annotation with __nullable for kfuncsPuranjay Mohan1-1/+1
2026-01-03bpf: syscall: Introduce memcg enter/exit helpersPuranjay Mohan1-0/+15
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan1-1/+1
2025-12-23bpf: arena: make arena kfuncs any context safePuranjay Mohan1-0/+16
2025-12-21bpf: arm64: Optimize recursion detection by not using atomicsPuranjay Mohan1-3/+29
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan1-0/+10
2025-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov1-0/+3
2025-12-10bpf: Add bpf_has_frame_pointer()Josh Poimboeuf1-0/+3
2025-12-06bpf: Support associating BPF program with struct_opsAmery Hung1-0/+16
2025-11-26bpf: Introduce internal bpf_map_check_op_flags helper functionLeon Hwang1-0/+11
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong1-2/+4
2025-11-24bpf,x86: adjust the "jmp" mode for bpf trampolineMenglong Dong1-0/+12
2025-11-21bpf: Document cfi_stubs and owner fields in struct bpf_struct_opsNirbhay Sharma1-4/+6
2025-11-06bpf, x86: add support for indirect jumpsAnton Protopopov1-0/+1
2025-11-06bpf, x86: add new map type: instructions arrayAnton Protopopov1-0/+15
2025-10-27bpf: dispatch to sleepable file dynptrMykyta Yatsenko1-0/+3
2025-10-27bpf: add plumbing for file-backed dynptrMykyta Yatsenko1-1/+6
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko1-10/+10
2025-10-21bpf: generalize and export map_get_next_key for arraysAnton Protopopov1-0/+6
2025-10-21bpf: save the start of functions in bpf_prog_auxAnton Protopopov1-0/+1
2025-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2Alexei Starovoitov1-0/+4
2025-10-15bpf: Consistently use bpf_rcu_lock_held() everywhereAndrii Nakryiko1-0/+3
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov1-0/+4
2025-10-10bpf: Extract internal structs validation logic into helpersMykyta Yatsenko1-0/+7
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