index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
2024-01-23
bpf: lookup struct_ops types from a given module BTF.
Kui-Feng Lee
1
-2
/
+2
2024-01-23
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
1
-0
/
+4
2024-01-23
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
1
-5
/
+10
2024-01-23
bpf: support multiple tags per argument
Andrii Nakryiko
1
-0
/
+2
2024-01-04
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
1
-0
/
+1
2023-12-19
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
1
-2
/
+0
2023-12-19
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
1
-2
/
+0
2023-12-19
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
1
-2
/
+1
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
1
-75
/
+10
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-19
/
+124
2023-12-15
x86/cfi,bpf: Fix bpf_exception_cb() signature
Alexei Starovoitov
1
-1
/
+1
2023-12-15
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
1
-0
/
+13
2023-12-15
x86/cfi,bpf: Fix BPF JIT call
Peter Zijlstra
1
-2
/
+10
2023-12-13
bpf: Support uid and gid when mounting bpffs
Jie Jiang
1
-0
/
+2
2023-12-11
bpf: tidy up exception callback management a bit
Andrii Nakryiko
1
-1
/
+1
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2023-12-06
bpf: Use arch_bpf_trampoline_size
Song Liu
1
-1
/
+2
2023-12-06
bpf: Add arch_bpf_trampoline_size()
Song Liu
1
-0
/
+2
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
1
-0
/
+5
2023-12-06
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
1
-2
/
+2
2023-12-06
bpf: Fix prog_array_map_poke_run map poke update
Jiri Olsa
1
-0
/
+3
2023-12-06
bpf,lsm: add BPF token LSM hooks
Andrii Nakryiko
1
-0
/
+3
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
1
-8
/
+8
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
1
-2
/
+3
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
1
-0
/
+6
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
1
-0
/
+2
2023-12-06
bpf: introduce BPF token object
Andrii Nakryiko
1
-0
/
+41
2023-12-06
bpf: add BPF token delegation mount options to BPF FS
Andrii Nakryiko
1
-0
/
+10
2023-12-04
bpf: Optimize the free of inner map
Hou Tao
1
-0
/
+2
2023-12-04
bpf: Defer the free of inner map when necessary
Hou Tao
1
-1
/
+6
2023-12-04
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
1
-1
/
+5
2023-11-24
bpf: Validate global subprogs lazily
Andrii Nakryiko
1
-0
/
+2
2023-11-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+4
2023-11-15
bpf: Do not allocate percpu memory at init stage
Yonghong Song
1
-1
/
+1
2023-11-09
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
1
-2
/
+6
2023-11-09
bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enum
Dave Marchevsky
1
-2
/
+2
2023-11-09
bpf: Add __bpf_dynptr_data* for in kernel use
Song Liu
1
-0
/
+2
2023-10-20
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
1
-1
/
+1
2023-10-20
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
1
-0
/
+1
2023-10-17
net, bpf: Add a warning if NAPI cb missed xdp_do_flush().
Sebastian Andrzej Siewior
1
-0
/
+3
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+18
2023-10-13
bpf: Avoid unnecessary audit log for CPU security mitigations
Yafang Shao
1
-2
/
+2
2023-10-06
bpf: Inherit system settings for CPU security mitigations
Yafang Shao
1
-2
/
+2
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-09-25
bpf: Count missed stats in trace_call_bpf
Jiri Olsa
1
-0
/
+16
2023-09-19
bpf: Fix tr dereferencing
Leon Hwang
1
-1
/
+1
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
1
-1
/
+3
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
1
-0
/
+3
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
1
-0
/
+1
2023-09-16
bpf: Use bpf_is_subprog to check for subprogs
Kumar Kartikeya Dwivedi
1
-0
/
+5
[prev]
[next]