index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
2024-01-31
bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
Daan De Meyer
2023-09-12
bpf: Fix a erroneous check after snprintf()
Christophe JAILLET
2023-09-02
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2023-08-23
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-07-13
bpf: Fix an error in verifying a field in a union
Yafang Shao
2023-07-13
bpf: Fix an error around PTR_UNTRUSTED
Yafang Shao
2023-07-03
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
2023-06-30
bpf: Resolve modifiers when walking structs
Stanislav Fomichev
2023-06-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-21
bpf/btf: Accept function names that contain dots
Florent Revest
2023-05-30
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
2023-05-19
bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
Aditi Ghag
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
2023-04-21
bpf: Fix race between btf_put and btf_idr walk.
Alexei Starovoitov
2023-04-19
bpf: support access variable length array of integer type
Feng Zhou
2023-04-15
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
2023-04-15
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
2023-04-15
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
2023-04-11
bpf/btf: Fix is_int_ptr()
Feng Zhou
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
2023-04-11
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
2023-04-11
bpf: Fix missing -EFAULT return on user log buf error in btf_parse()
Andrii Nakryiko
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
2023-04-04
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
2023-03-13
bpf: Disable migration when freeing stashed local kptr using obj drop
Dave Marchevsky
2023-03-10
bpf: Support __kptr to local kptrs
Dave Marchevsky
2023-03-10
bpf: btf: Remove unused btf_field_info_type enum
Dave Marchevsky
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-08
bpf: add iterator kfuncs registration and validation logic
Andrii Nakryiko
2023-03-06
btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
Lorenz Bauer
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
2023-03-03
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
Alexei Starovoitov
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
2023-03-01
bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
Joanne Koong
2023-02-17
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
2023-02-13
bpf: Special verifier handling for bpf_rbtree_{remove, first}
Dave Marchevsky
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-28
bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
Ilya Leoshkevich
2023-01-24
bpf: Allow trusted args to walk struct when checking BTF IDs
David Vernet
2023-01-24
bpf: Enable annotating trusted nested pointers
David Vernet
2023-01-20
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
Jiri Olsa
2023-01-10
bpf: btf: limit logging of ignored BTF mismatches
Connor O'Brien
2022-12-28
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
[next]