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: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
2023-10-20
1
-1
/
+1
*
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
2023-10-20
1
-0
/
+1
*
net, bpf: Add a warning if NAPI cb missed xdp_do_flush().
Sebastian Andrzej Siewior
2023-10-17
1
-0
/
+3
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-10-16
1
-2
/
+18
|
\
|
*
bpf: Avoid unnecessary audit log for CPU security mitigations
Yafang Shao
2023-10-13
1
-2
/
+2
|
*
bpf: Inherit system settings for CPU security mitigations
Yafang Shao
2023-10-06
1
-2
/
+2
|
*
bpf: Count missed stats in trace_call_bpf
Jiri Olsa
2023-09-25
1
-0
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix tr dereferencing
Leon Hwang
2023-09-19
1
-1
/
+1
*
|
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
1
-1
/
+3
*
|
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
2023-09-16
1
-0
/
+3
*
|
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
2023-09-16
1
-0
/
+1
*
|
bpf: Use bpf_is_subprog to check for subprogs
Kumar Kartikeya Dwivedi
2023-09-16
1
-0
/
+5
*
|
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2023-09-12
1
-0
/
+5
*
|
bpf: Add BPF_KPTR_PERCPU as a field type
Yonghong Song
2023-09-08
1
-6
/
+12
*
|
bpf: Add support for non-fix-size percpu mem allocation
Yonghong Song
2023-09-08
1
-2
/
+2
|
/
*
bpf: Annotate bpf_long_memcpy with data_race
Daniel Borkmann
2023-08-31
1
-1
/
+1
*
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
[next]