index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
2023-04-21
1
-0
/
+6
*
bpf: Fix race between btf_put and btf_idr walk.
Alexei Starovoitov
2023-04-21
1
-5
/
+3
*
bpf: support access variable length array of integer type
Feng Zhou
2023-04-19
1
-3
/
+5
*
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
2023-04-15
1
-19
/
+2
*
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
2023-04-15
1
-1
/
+11
*
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
2023-04-15
1
-72
/
+21
*
Daniel Borkmann says:
Jakub Kicinski
2023-04-13
1
-82
/
+197
|
\
|
*
bpf/btf: Fix is_int_ptr()
Feng Zhou
2023-04-11
1
-6
/
+2
|
*
bpf: Simplify internal verifier log interface
Andrii Nakryiko
2023-04-11
1
-33
/
+32
|
*
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
2023-04-11
1
-14
/
+18
|
*
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
2023-04-11
1
-1
/
+1
|
*
bpf: Fix missing -EFAULT return on user log buf error in btf_parse()
Andrii Nakryiko
2023-04-11
1
-0
/
+4
|
*
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
2023-04-11
1
-1
/
+2
|
*
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
2023-04-04
1
-27
/
+17
|
*
bpf: Disable migration when freeing stashed local kptr using obj drop
Dave Marchevsky
2023-03-13
1
-3
/
+1
|
*
bpf: Support __kptr to local kptrs
Dave Marchevsky
2023-03-10
1
-9
/
+28
|
*
bpf: btf: Remove unused btf_field_info_type enum
Dave Marchevsky
2023-03-10
1
-6
/
+0
|
*
bpf: add iterator kfuncs registration and validation logic
Andrii Nakryiko
2023-03-08
1
-1
/
+111
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-09
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
Lorenz Bauer
2023-03-06
1
-0
/
+1
*
|
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
[next]