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.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
/
kernel
/
bpf
/
btf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
2023-03-03
1
-3
/
+13
*
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
Alexei Starovoitov
2023-03-03
1
-2
/
+2
*
bpf: Add skb dynptrs
Joanne Koong
2023-03-01
1
-0
/
+18
*
bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
Joanne Koong
2023-03-01
1
-0
/
+4
*
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
2023-02-17
1
-2
/
+11
*
bpf: Special verifier handling for bpf_rbtree_{remove, first}
Dave Marchevsky
2023-02-13
1
-0
/
+24
*
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
2023-02-13
1
-55
/
+107
*
Daniel Borkmann says:
Jakub Kicinski
2023-02-10
1
-1
/
+15
|
\
|
*
bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
Ilya Leoshkevich
2023-01-28
1
-1
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-02
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
Jiri Olsa
2023-01-20
1
-2
/
+2
*
|
bpf: Allow trusted args to walk struct when checking BTF IDs
David Vernet
2023-01-24
1
-0
/
+61
*
|
bpf: Enable annotating trusted nested pointers
David Vernet
2023-01-24
1
-0
/
+61
*
|
bpf: btf: limit logging of ignored BTF mismatches
Connor O'Brien
2023-01-10
1
-11
/
+27
*
|
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
2022-12-28
1
-10
/
+11
|
/
*
Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-next
Alexei Starovoitov
2022-12-07
1
-5
/
+25
|
\
|
*
bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_ret
Benjamin Tissoires
2022-12-07
1
-5
/
+25
*
|
bpf: Do not mark certain LSM hook arguments as trusted
Yonghong Song
2022-12-04
1
-0
/
+2
*
|
bpf: Don't mark arguments to fentry/fexit programs as trusted.
Alexei Starovoitov
2022-11-24
1
-3
/
+13
*
|
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
2022-11-24
1
-0
/
+3
*
|
bpf: Unify and simplify btf_func_proto_check error handling
Stanislav Fomichev
2022-11-24
1
-9
/
+5
*
|
bpf: Prevent decl_tag from being referenced in func_proto arg
Stanislav Fomichev
2022-11-24
1
-0
/
+5
*
|
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
2022-11-20
1
-0
/
+20
*
|
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
2022-11-20
1
-0
/
+8
*
|
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-20
1
-0
/
+8
*
|
bpf: Add comments for map BTF matching requirement for bpf_list_head
Kumar Kartikeya Dwivedi
2022-11-17
1
-0
/
+3
*
|
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
2022-11-17
1
-369
/
+11
*
|
bpf: Verify ownership relationships for user BTF types
Kumar Kartikeya Dwivedi
2022-11-17
1
-0
/
+71
*
|
bpf: Recognize lock and list fields in allocated objects
Kumar Kartikeya Dwivedi
2022-11-17
1
-18
/
+179
*
|
bpf: Introduce allocated objects support
Kumar Kartikeya Dwivedi
2022-11-17
1
-0
/
+5
*
|
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2022-11-14
1
-4
/
+7
*
|
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
2022-11-14
1
-3
/
+142
*
|
bpf: Remove BPF_MAP_OFF_ARR_MAX
Kumar Kartikeya Dwivedi
2022-11-14
1
-1
/
+1
*
|
bpf: Refactor map->off_arr handling
Kumar Kartikeya Dwivedi
2022-11-03
1
-0
/
+55
*
|
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
1
-146
/
+177
*
|
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
1
-36
/
+31
*
|
bpf: Allow specifying volatile type modifier for kptrs
Kumar Kartikeya Dwivedi
2022-11-03
1
-0
/
+3
|
/
*
bpf: prevent decl_tag from being referenced in func_proto
Stanislav Fomichev
2022-10-17
1
-0
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
1
-1
/
+1
|
\
|
*
bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
Lorenz Bauer
2022-09-10
1
-1
/
+1
*
|
bpf: Tweak definition of KF_TRUSTED_ARGS
Kumar Kartikeya Dwivedi
2022-09-21
1
-5
/
+13
*
|
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2022-09-21
1
-0
/
+33
*
|
bpf: Allow kfuncs to be used in LSM programs
KP Singh
2022-09-21
1
-0
/
+1
*
|
bpf: simplify code in btf_parse_hdr
William Dean
2022-09-21
1
-6
/
+1
*
|
bpf/btf: Use btf_type_str() whenever possible
Peilin Ye
2022-09-16
1
-9
/
+8
*
|
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
2022-09-10
1
-0
/
+1
*
|
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
2022-09-07
1
-20
/
+81
*
|
bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
Benjamin Tissoires
2022-09-07
1
-1
/
+1
*
|
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
2022-09-07
1
-5
/
+49
*
|
bpf: Allow struct argument in trampoline based programs
Yonghong Song
2022-09-06
1
-6
/
+39
[next]