index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
bpf: lookup struct_ops types from a given module BTF.
Kui-Feng Lee
2024-01-24
2
-6
/
+7
*
|
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
2024-01-24
2
-0
/
+9
*
|
bpf: make struct_ops_map support btfs other than btf_vmlinux.
Kui-Feng Lee
2024-01-24
1
-9
/
+15
*
|
bpf: add struct_ops_tab to btf.
Kui-Feng Lee
2024-01-24
1
-0
/
+55
*
|
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
2024-01-24
2
-42
/
+46
*
|
bpf: get type information with BTF_ID_LIST
Kui-Feng Lee
2024-01-24
1
-9
/
+8
*
|
bpf: refactory struct_ops type initialization to a function.
Kui-Feng Lee
2024-01-24
2
-74
/
+88
*
|
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
2024-01-24
1
-0
/
+4
*
|
bpf: Refactor ptr alu checking rules to allow alu explicitly
Hao Sun
2024-01-24
1
-7
/
+14
*
|
bpf: Track aligned st store as imprecise spilled registers
Yonghong Song
2024-01-23
1
-2
/
+15
*
|
bpf: Assign ID to scalars on spill
Maxim Mikityanskiy
2024-01-23
1
-1
/
+7
*
|
bpf: Add the get_reg_width function
Maxim Mikityanskiy
2024-01-23
1
-2
/
+7
*
|
bpf: Add the assign_scalar_id_before_mov function
Maxim Mikityanskiy
2024-01-23
1
-14
/
+19
*
|
bpf: make infinite loop detection in is_state_visited() exact
Eduard Zingerman
2024-01-23
1
-1
/
+1
*
|
bpf: support multiple tags per argument
Andrii Nakryiko
2024-01-23
1
-23
/
+41
*
|
bpf: prepare btf_prepare_func_args() for multiple tags per argument
Andrii Nakryiko
2024-01-23
2
-17
/
+37
*
|
bpf: make sure scalar args don't accept __arg_nonnull tag
Andrii Nakryiko
2024-01-23
1
-4
/
+4
*
|
bpf: Support inlining bpf_kptr_xchg() helper
Hou Tao
2024-01-23
3
-0
/
+28
|
/
*
bpf: enforce types for __arg_ctx-tagged arguments in global subprogs
Andrii Nakryiko
2024-01-18
1
-0
/
+160
*
bpf: extract bpf_ctx_convert_map logic and make it more reusable
Andrii Nakryiko
2024-01-18
1
-26
/
+45
*
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
Hao Sun
2024-01-16
1
-0
/
+4
*
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-01-11
22
-1775
/
+2411
|
\
|
*
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
2024-01-05
1
-0
/
+9
|
*
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
2024-01-05
2
-15
/
+47
|
*
bpf: Remove unnecessary cpu == 0 check in memalloc
Yonghong Song
2024-01-04
1
-1
/
+1
|
*
bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
Yonghong Song
2024-01-04
1
-0
/
+8
|
*
bpf: Use smaller low/high marks for percpu allocation
Yonghong Song
2024-01-04
1
-1
/
+7
|
*
bpf: Refill only one percpu element in memalloc
Yonghong Song
2024-01-04
1
-4
/
+9
|
*
bpf: Allow per unit prefill for non-fix-size percpu memory allocator
Yonghong Song
2024-01-04
2
-15
/
+79
|
*
bpf: Add objcg to bpf_mem_alloc
Yonghong Song
2024-01-04
1
-5
/
+6
|
*
bpf: Avoid unnecessary extra percpu memory allocation
Yonghong Song
2024-01-04
1
-1
/
+3
|
*
bpf: Simplify checking size of helper accesses
Andrei Matei
2024-01-03
1
-6
/
+4
|
*
bpf: Avoid unnecessary use of comma operator in verifier
Simon Horman
2023-12-21
1
-1
/
+1
|
*
bpf: Re-support uid and gid when mounting bpffs
Daniel Borkmann
2023-12-21
1
-2
/
+51
|
*
bpf: Use c->unit_size to select target cache during free
Hou Tao
2023-12-20
1
-94
/
+11
|
*
bpf: add support for passing dynptr pointer to global subprog
Andrii Nakryiko
2023-12-20
2
-0
/
+30
|
*
bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
Andrii Nakryiko
2023-12-20
2
-7
/
+42
|
*
bpf: reuse subprog argument parsing logic for subprog call checks
Andrii Nakryiko
2023-12-20
1
-80
/
+30
|
*
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
2023-12-20
2
-146
/
+146
|
*
bpf: prepare btf_prepare_func_args() for handling static subprogs
Andrii Nakryiko
2023-12-20
2
-14
/
+9
|
*
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
2023-12-20
2
-60
/
+15
|
*
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
2023-12-20
2
-34
/
+47
|
*
bpf: make the verifier tracks the "not equal" for regs
Menglong Dong
2023-12-20
1
-1
/
+37
|
*
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-19
10
-766
/
+93
|
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-12-19
21
-455
/
+1416
|
|
\
|
|
*
bpf: Ensure precise is reset to false in __mark_reg_const_zero()
Andrii Nakryiko
2023-12-18
1
-18
/
+11
|
|
*
x86/cfi,bpf: Fix bpf_exception_cb() signature
Alexei Starovoitov
2023-12-16
1
-1
/
+1
|
|
*
bpf: Fix dtor CFI
Peter Zijlstra
2023-12-16
2
-3
/
+21
|
|
*
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
2023-12-16
1
-8
/
+8
|
|
*
x86/cfi,bpf: Fix BPF JIT call
Peter Zijlstra
2023-12-16
1
-0
/
+25
[prev]
[next]