index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpf: Consider non-owning refs to refcounted nodes RCU protected
Dave Marchevsky
2023-08-25
1
-1
/
+2
*
bpf: Document struct bpf_struct_ops fields
David Vernet
2023-08-14
1
-0
/
+47
*
bpf: Remove unused declaration bpf_link_new_file()
Yue Haibing
2023-08-11
1
-1
/
+0
*
bpf: Add support for bpf_get_func_ip helper for uprobe program
Jiri Olsa
2023-08-07
1
-2
/
+7
*
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
2023-08-02
1
-0
/
+12
*
bpf: Add 'owner' field to bpf_{list,rb}_node
Dave Marchevsky
2023-07-18
1
-0
/
+2
*
bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
Dave Marchevsky
2023-07-18
1
-0
/
+10
*
bpf: add percpu stats for bpf_map elements insertions/deletions
Anton Protopopov
2023-07-06
1
-0
/
+30
*
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
2023-05-23
1
-2
/
+2
*
bpf: Remove bpf trampoline selector
Yafang Shao
2023-05-15
1
-1
/
+0
*
bpf: Add bpf_dynptr_size
Joanne Koong
2023-04-27
1
-1
/
+1
*
bpf: add test_run support for netfilter program type
Florian Westphal
2023-04-21
1
-0
/
+3
*
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
2023-04-15
1
-4
/
+29
*
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
2023-04-15
1
-0
/
+3
*
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
2023-04-15
1
-0
/
+8
*
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
2023-04-15
1
-25
/
+19
*
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
2023-04-13
1
-0
/
+10
*
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
2023-04-11
1
-1
/
+1
*
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
2023-04-04
1
-3
/
+4
*
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-04-04
1
-2
/
+1
*
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
2023-03-22
1
-0
/
+3
*
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
2023-03-22
1
-0
/
+7
*
bpf: Retire the struct_ops map kvalue->refcnt.
Kui-Feng Lee
2023-03-22
1
-0
/
+1
*
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-22
1
-7
/
+7
*
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
2023-03-15
1
-0
/
+2
*
bpf: Disable migration when freeing stashed local kptr using obj drop
Dave Marchevsky
2023-03-13
1
-8
/
+4
*
bpf: Support __kptr to local kptrs
Dave Marchevsky
2023-03-10
1
-1
/
+10
*
bpf: Change btf_record_find enum parameter to field_mask
Dave Marchevsky
2023-03-10
1
-1
/
+1
*
bpf: implement numbers iterator
Andrii Nakryiko
2023-03-08
1
-2
/
+6
*
bpf: offload map memory usage
Yafang Shao
2023-03-07
1
-0
/
+6
*
bpf: add new map ops ->map_mem_usage
Yafang Shao
2023-03-07
1
-0
/
+2
*
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
2023-03-03
1
-1
/
+1
*
bpf: Add xdp dynptrs
Joanne Koong
2023-03-01
1
-1
/
+7
*
bpf: Add skb dynptrs
Joanne Koong
2023-03-01
1
-1
/
+13
*
bpf: Define no-ops for externally called bpf dynptr functions
Joanne Koong
2023-03-01
1
-30
/
+45
*
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2023-02-15
1
-0
/
+7
*
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
2023-02-13
1
-1
/
+19
*
bpf: Migrate release_on_unlock logic to non-owning ref semantics
Dave Marchevsky
2023-02-13
1
-0
/
+6
*
bpf: allow to disable bpf map memory accounting
Yafang Shao
2023-02-10
1
-0
/
+8
*
bpf: use bpf_map_kvcalloc in bpf_local_storage
Yafang Shao
2023-02-10
1
-0
/
+8
*
bpf: Drop always true do_idr_lock parameter to bpf_map_free_id
Tobias Klauser
2023-02-02
1
-1
/
+1
*
s390/bpf: Implement arch_prepare_bpf_trampoline()
Ilya Leoshkevich
2023-01-29
1
-0
/
+4
*
bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
Ilya Leoshkevich
2023-01-28
1
-0
/
+4
*
bpf: Change BPF_MAX_TRAMP_LINKS to enum
Ilya Leoshkevich
2023-01-28
1
-1
/
+3
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-28
1
-12
/
+67
|
\
|
*
bpf/selftests: Verify struct_ops prog sleepable behavior
David Vernet
2023-01-25
1
-0
/
+1
|
*
bpf: Pass const struct bpf_prog * to .check_member
David Vernet
2023-01-25
1
-1
/
+2
|
*
bpf: Allow trusted args to walk struct when checking BTF IDs
David Vernet
2023-01-24
1
-0
/
+4
|
*
bpf: Enable annotating trusted nested pointers
David Vernet
2023-01-24
1
-0
/
+4
|
*
bpf: Support consuming XDP HW metadata from fext programs
Toke Høiland-Jørgensen
2023-01-23
1
-0
/
+14
[prev]
[next]