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: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg
Andrii Nakryiko
2024-02-14
1
-0
/
+15
|
*
|
bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()
Andrii Nakryiko
2024-02-14
2
-15
/
+14
|
*
|
bpf: remove check in __cgroup_bpf_run_filter_skb
Oliver Crumrine
2024-02-14
1
-3
/
+0
|
*
|
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
2024-02-14
3
-12
/
+234
|
*
|
bpf: Move __kfunc_param_match_suffix() to btf.c.
Kui-Feng Lee
2024-02-14
2
-28
/
+28
|
*
|
bpf: add btf pointer to struct bpf_ctx_arg_aux.
Kui-Feng Lee
2024-02-14
1
-1
/
+1
|
*
|
bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
Yonghong Song
2024-02-13
1
-2
/
+2
|
*
|
bpf: Have bpf_rdonly_cast() take a const pointer
Daniel Xu
2024-02-13
1
-2
/
+2
|
*
|
bpf: Allow compiler to inline most of bpf_local_storage_lookup()
Marco Elver
2024-02-11
1
-39
/
+13
|
*
|
bpf, btf: Check btf for register_bpf_struct_ops
Geliang Tang
2024-02-08
1
-1
/
+3
|
*
|
bpf, btf: Add check_btf_kconfigs helper
Geliang Tang
2024-02-08
1
-18
/
+15
|
*
|
bpf, btf: Fix return value of register_btf_id_dtor_kfuncs
Geliang Tang
2024-02-08
1
-4
/
+2
|
*
|
bpf: Merge two CONFIG_BPF entries
Masahiro Yamada
2024-02-08
1
-0
/
+1
|
*
|
bpf: Transfer RCU lock state between subprog calls
Kumar Kartikeya Dwivedi
2024-02-06
1
-2
/
+1
|
*
|
bpf: Allow calling static subprogs while holding a bpf_spin_lock
Kumar Kartikeya Dwivedi
2024-02-06
1
-3
/
+8
|
*
|
bpf: Remove an unnecessary check.
Kui-Feng Lee
2024-02-05
1
-12
/
+9
|
*
|
bpf: don't emit warnings intended for global subprogs for static subprogs
Andrii Nakryiko
2024-02-03
1
-0
/
+6
|
*
|
bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logic
Andrii Nakryiko
2024-02-03
1
-0
/
+1
|
*
|
bpf: Handle scalar spill vs all MISC in stacksafe()
Eduard Zingerman
2024-02-02
1
-3
/
+69
|
*
|
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
2024-02-02
1
-4
/
+11
|
*
|
bpf: Track spilled unbounded scalars
Maxim Mikityanskiy
2024-02-02
1
-15
/
+1
|
*
|
bpf: Minor clean-up to sleepable_lsm_hooks BTF set
Matt Bobrowski
2024-02-01
1
-4
/
+2
|
*
|
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
2024-02-01
4
-8
/
+16
|
*
|
bpf: add arg:nullable tag to be combined with trusted pointers
Andrii Nakryiko
2024-01-30
1
-0
/
+10
|
*
|
bpf: add __arg_trusted global func arg tag
Andrii Nakryiko
2024-01-30
2
-13
/
+110
|
*
|
bpf,token: Use BIT_ULL() to convert the bit mask
Haiyue Wang
2024-01-30
1
-8
/
+8
|
*
|
bpf: move arg:ctx type enforcement check inside the main logic loop
Andrii Nakryiko
2024-01-29
1
-17
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-23
3
-1
/
+8
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
bpf: Fix an issue due to uninitialized bpf_iter_task
Yafang Shao
2024-02-19
1
-0
/
+2
|
*
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
Martin KaFai Lau
2024-02-19
1
-1
/
+4
|
*
bpf: Fix warning for bpf_cpumask in verifier
Hari Bathini
2024-02-13
1
-0
/
+2
*
|
bpf: Fix error checks against bpf_get_btf_vmlinux().
Kui-Feng Lee
2024-01-26
2
-1
/
+6
*
|
bpf: Support symbolic BPF FS delegation mount options
Andrii Nakryiko
2024-01-25
1
-38
/
+211
*
|
bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
Andrii Nakryiko
2024-01-25
1
-1
/
+9
*
|
bpf,lsm: Add BPF token LSM hooks
Andrii Nakryiko
2024-01-25
2
-1
/
+15
*
|
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2024-01-25
2
-5
/
+5
*
|
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2024-01-25
2
-14
/
+16
*
|
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2024-01-25
3
-9
/
+8
*
|
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
2024-01-25
3
-8
/
+9
*
|
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2024-01-25
4
-27
/
+97
*
|
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
2024-01-25
1
-2
/
+21
*
|
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2024-01-25
3
-15
/
+63
*
|
bpf: Introduce BPF token object
Andrii Nakryiko
2024-01-25
4
-6
/
+242
*
|
bpf: Add BPF token delegation mount options to BPF FS
Andrii Nakryiko
2024-01-25
1
-12
/
+78
*
|
bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
2024-01-25
1
-4
/
+9
*
|
bpf: export btf_ctx_access to modules.
Kui-Feng Lee
2024-01-24
1
-0
/
+1
*
|
bpf, net: switch to dynamic registration
Kui-Feng Lee
2024-01-24
3
-103
/
+95
*
|
bpf: validate value_type
Kui-Feng Lee
2024-01-24
1
-33
/
+60
*
|
bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.
Kui-Feng Lee
2024-01-24
2
-6
/
+34
*
|
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
2024-01-24
3
-22
/
+54
[prev]
[next]