summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-09-021-1/+1
|\
| * tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)2023-08-231-1/+1
* | net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski2023-08-031-0/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-131-12/+12
|\ \ | |/ |/|
| * bpf: Fix an error in verifying a field in a unionYafang Shao2023-07-131-1/+1
| * bpf: Fix an error around PTR_UNTRUSTEDYafang Shao2023-07-131-11/+9
| * bpf: Resolve modifiers when walking structsStanislav Fomichev2023-06-301-0/+2
* | bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park2023-07-031-4/+2
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-241-9/+10
|\
| * bpf: Silence a warning in btf_type_id_size()Yonghong Song2023-05-301-9/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-12/+8
|\ \ | |/ |/|
| * bpf/btf: Accept function names that contain dotsFlorent Revest2023-06-211-12/+8
* | bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'Aditi Ghag2023-05-191-11/+54
|/
* bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2023-04-211-0/+6
* bpf: Fix race between btf_put and btf_idr walk.Alexei Starovoitov2023-04-211-5/+3
* bpf: support access variable length array of integer typeFeng Zhou2023-04-191-3/+5
* bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky2023-04-151-19/+2
* bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky2023-04-151-1/+11
* bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky2023-04-151-72/+21
* Daniel Borkmann says:Jakub Kicinski2023-04-131-82/+197
|\
| * bpf/btf: Fix is_int_ptr()Feng Zhou2023-04-111-6/+2
| * bpf: Simplify internal verifier log interfaceAndrii Nakryiko2023-04-111-33/+32
| * bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko2023-04-111-14/+18
| * bpf: Simplify logging-related error conditions handlingAndrii Nakryiko2023-04-111-1/+1
| * bpf: Fix missing -EFAULT return on user log buf error in btf_parse()Andrii Nakryiko2023-04-111-0/+4
| * bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko2023-04-111-1/+2
| * bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov2023-04-041-27/+17
| * bpf: Disable migration when freeing stashed local kptr using obj dropDave Marchevsky2023-03-131-3/+1
| * bpf: Support __kptr to local kptrsDave Marchevsky2023-03-101-9/+28
| * bpf: btf: Remove unused btf_field_info_type enumDave Marchevsky2023-03-101-6/+0
| * bpf: add iterator kfuncs registration and validation logicAndrii Nakryiko2023-03-081-1/+111
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-091-0/+1
|\ \ | |/ |/|
| * btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer2023-03-061-0/+1
* | bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov2023-03-031-3/+13
* | bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.Alexei Starovoitov2023-03-031-2/+2
* | bpf: Add skb dynptrsJoanne Koong2023-03-011-0/+18
* | bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg typesJoanne Koong2023-03-011-0/+4
|/
* bpf: Fix global subprog context argument resolution logicAndrii Nakryiko2023-02-171-2/+11
* bpf: Special verifier handling for bpf_rbtree_{remove, first}Dave Marchevsky2023-02-131-0/+24
* bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky2023-02-131-55/+107
* Daniel Borkmann says:Jakub Kicinski2023-02-101-1/+15
|\
| * bpf: btf: Add BTF_FMODEL_SIGNED_ARG flagIlya Leoshkevich2023-01-281-1/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-2/+2
|\ \ | |/ |/|
| * bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa2023-01-201-2/+2
* | bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet2023-01-241-0/+61
* | bpf: Enable annotating trusted nested pointersDavid Vernet2023-01-241-0/+61
* | bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien2023-01-101-11/+27
* | bpf: rename list_head -> graph_root in field info typesDave Marchevsky2022-12-281-10/+11
|/
* Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov2022-12-071-5/+25
|\
| * bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires2022-12-071-5/+25