summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix BTF verifier size resolution logicAndrii Nakryiko2019-07-151-7/+12
* bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev2019-06-241-6/+6
* bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-101-1/+1
* bpf: kernel side support for BTF Var and DataSecDaniel Borkmann2019-04-101-20/+397
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-1/+2
|\
| * bpf: btf: allow typedef func_protoYonghong Song2019-01-301-1/+2
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-0/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-291-19/+85
|\ \ | |/ |/|
| * bpf: btf: support 128 bit integer typeYonghong Song2019-01-161-19/+85
* | bpf: Make function btf_name_offset_valid staticMathieu Malaterre2019-01-171-1/+1
|/
* bpf: fix bpffs bitfield pretty printYonghong Song2019-01-111-6/+6
* bpf: log struct/union attribute for forward typeYonghong Song2018-12-191-1/+7
* bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song2018-12-181-9/+28
* bpf: btf: fix struct/union/fwd types with kind_flagYonghong Song2018-12-181-20/+260
* bpf: btf: refactor btf_int_bits_seq_show()Yonghong Song2018-12-181-14/+21
* bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau2018-12-141-11/+20
* bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin2018-12-131-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-111-1/+1
|\
| * bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-0/+57
|\ \ | |/ |/|
| * bpf: btf: check name validity for various typesYonghong Song2018-11-291-0/+57
| * bpf: btf: implement btf_name_valid_identifier()Yonghong Song2018-11-291-0/+25
* | bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King2018-11-261-1/+1
* | bpf: Introduce bpf_func_infoYonghong Song2018-11-201-2/+2
* | bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau2018-11-201-50/+339
* | bpf: btf: Break up btf_type_is_void()Martin KaFai Lau2018-11-201-15/+22
|/
* bpf, btf: fix a missing check bug in btf_parseMartin Lau2018-10-261-33/+25Star
* bpf: btf: Fix a missing check bugWenwen Wang2018-10-101-0/+3
* bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau2018-09-121-1/+1
* bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-241-1/+13
* bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau2018-07-201-6/+10
* bpf: btf: Fix bitfield extraction for big endianOkash Khawaja2018-07-111-17/+13Star
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-4/+4
* bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau2018-06-021-1/+20
* bpf: btf: Check array t->sizeMartin KaFai Lau2018-06-021-0/+5
* bpf: btf: avoid -Wreturn-type warningArnd Bergmann2018-05-281-1/+1
* bpf: btf: Avoid variable length arrayMartin KaFai Lau2018-05-241-6/+5Star
* bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau2018-05-231-17/+35
* bpf: btf: Check array->index_typeMartin KaFai Lau2018-05-231-24/+56
* bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau2018-05-231-51/+158
* bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-091-5/+21
* bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-091-10/+98
* bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau2018-05-091-1/+1
* bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-231-10/+10
* bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau2018-04-191-1/+16
* bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau2018-04-191-0/+67
* bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau2018-04-191-0/+198
* bpf: btf: Check members of struct/unionMartin KaFai Lau2018-04-191-0/+205
* bpf: btf: Validate type referenceMartin KaFai Lau2018-04-191-1/+665
* bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau2018-04-191-0/+915