index
:
Linux Stable
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.12.y
linux-6.13.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: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
Daan De Meyer
2023-10-11
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-09-21
1
-1
/
+1
|
\
|
*
bpf: Fix a erroneous check after snprintf()
Christophe JAILLET
2023-09-12
1
-1
/
+1
*
|
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
1
-8
/
+21
*
|
bpf: Add BPF_KPTR_PERCPU as a field type
Yonghong Song
2023-09-08
1
-0
/
+5
|
/
*
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2023-09-02
1
-1
/
+1
|
\
|
*
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
2023-08-23
1
-1
/
+1
*
|
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
2023-08-03
1
-0
/
+1
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-07-13
1
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix an error in verifying a field in a union
Yafang Shao
2023-07-13
1
-1
/
+1
|
*
bpf: Fix an error around PTR_UNTRUSTED
Yafang Shao
2023-07-13
1
-11
/
+9
|
*
bpf: Resolve modifiers when walking structs
Stanislav Fomichev
2023-06-30
1
-0
/
+2
*
|
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
2023-07-03
1
-4
/
+2
|
/
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-06-24
1
-9
/
+10
|
\
|
*
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
2023-05-30
1
-9
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-22
1
-12
/
+8
|
\
\
|
|
/
|
/
|
|
*
bpf/btf: Accept function names that contain dots
Florent Revest
2023-06-21
1
-12
/
+8
*
|
bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
Aditi Ghag
2023-05-19
1
-11
/
+54
|
/
*
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
[next]