index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
bpf: export bpf_link_inc_not_zero.
Kui-Feng Lee
1
-0
/
+6
2025-10-15
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
1
-0
/
+1
2025-09-09
bpf: Fix oob access in cgroup local storage
Daniel Borkmann
1
-0
/
+1
2025-09-09
bpf: Move bpf map owner out of common struct
Daniel Borkmann
1
-12
/
+24
2025-09-09
bpf: Move cgroup iterator helpers to bpf.h
Daniel Borkmann
1
-8
/
+14
2025-09-09
bpf: Add cookie object to bpf maps
Daniel Borkmann
1
-0
/
+1
2025-05-09
bpf: check changes_pkt_data property for extension programs
Eduard Zingerman
1
-0
/
+1
2024-12-19
bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
Jann Horn
1
-8
/
+5
2024-11-01
bpf: Add MEM_WRITE attribute
Daniel Borkmann
1
-3
/
+11
2024-10-17
bpf: Prevent tail call between progs attached to different hooks
Xu Kuohai
1
-0
/
+1
2024-10-04
bpf: Fix helper writes to read-only maps
Daniel Borkmann
1
-2
/
+5
2024-06-21
bpf: Optimize the free of inner map
Hou Tao
1
-0
/
+2
2024-04-10
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
1
-1
/
+15
2024-01-25
bpf: Defer the free of inner map when necessary
Hou Tao
1
-1
/
+6
2024-01-25
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
1
-1
/
+5
2024-01-01
bpf: Fix prog_array_map_poke_run map poke update
Jiri Olsa
1
-0
/
+3
2023-11-28
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
1
-2
/
+6
2023-11-20
bpf, x64: Fix tailcall infinite loop
Leon Hwang
1
-0
/
+5
2023-09-19
bpf: Fix tr dereferencing
Leon Hwang
1
-1
/
+1
2023-08-31
bpf: Annotate bpf_long_memcpy with data_race
Daniel Borkmann
1
-1
/
+1
2023-08-25
bpf: Consider non-owning refs to refcounted nodes RCU protected
Dave Marchevsky
1
-1
/
+2
2023-08-14
bpf: Document struct bpf_struct_ops fields
David Vernet
1
-0
/
+47
2023-08-11
bpf: Remove unused declaration bpf_link_new_file()
Yue Haibing
1
-1
/
+0
2023-08-07
bpf: Add support for bpf_get_func_ip helper for uprobe program
Jiri Olsa
1
-2
/
+7
2023-08-02
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
1
-0
/
+12
2023-07-18
bpf: Add 'owner' field to bpf_{list,rb}_node
Dave Marchevsky
1
-0
/
+2
2023-07-18
bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
Dave Marchevsky
1
-0
/
+10
2023-07-06
bpf: add percpu stats for bpf_map elements insertions/deletions
Anton Protopopov
1
-0
/
+30
2023-05-23
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
1
-2
/
+2
2023-05-15
bpf: Remove bpf trampoline selector
Yafang Shao
1
-1
/
+0
2023-04-27
bpf: Add bpf_dynptr_size
Joanne Koong
1
-1
/
+1
2023-04-21
bpf: add test_run support for netfilter program type
Florian Westphal
1
-0
/
+3
2023-04-15
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
1
-4
/
+29
2023-04-15
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
1
-0
/
+3
2023-04-15
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
1
-0
/
+8
2023-04-15
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
1
-25
/
+19
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
1
-0
/
+10
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
1
-1
/
+1
2023-04-04
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
1
-3
/
+4
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
1
-2
/
+1
2023-03-22
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
1
-0
/
+3
2023-03-22
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
1
-0
/
+7
2023-03-22
bpf: Retire the struct_ops map kvalue->refcnt.
Kui-Feng Lee
1
-0
/
+1
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
1
-7
/
+7
2023-03-15
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
1
-0
/
+2
2023-03-13
bpf: Disable migration when freeing stashed local kptr using obj drop
Dave Marchevsky
1
-8
/
+4
2023-03-10
bpf: Support __kptr to local kptrs
Dave Marchevsky
1
-1
/
+10
2023-03-10
bpf: Change btf_record_find enum parameter to field_mask
Dave Marchevsky
1
-1
/
+1
2023-03-08
bpf: implement numbers iterator
Andrii Nakryiko
1
-2
/
+6
2023-03-07
bpf: offload map memory usage
Yafang Shao
1
-0
/
+6
[next]