index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-03
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
1
-0
/
+5
2020-12-03
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
1
-21
/
+44
2020-11-10
bpf: Compile out btf_parse_module() if module BTF is not enabled
Andrii Nakryiko
1
-0
/
+4
2020-11-10
bpf: Load and verify kernel module BTFs
Andrii Nakryiko
1
-0
/
+194
2020-11-10
bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
Andrii Nakryiko
1
-3
/
+40
2020-11-10
bpf: Add in-kernel split BTF support
Andrii Nakryiko
1
-52
/
+119
2020-11-10
bpf, btf: Remove the duplicate btf_ids.h include
Wang Qing
1
-1
/
+0
2020-10-02
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
1
-10
/
+0
2020-10-02
bpf: Introduce pseudo_btf_id
Hao Luo
1
-15
/
+0
2020-09-29
bpf: Fix context type resolving for extension programs
Toke Høiland-Jørgensen
1
-1
/
+8
2020-09-29
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
1
-3
/
+3
2020-09-28
bpf: Add bpf_seq_printf_btf helper
Alan Maguire
1
-2
/
+2
2020-09-28
bpf: Move to generic BTF show support, apply it to seq files/strings
Alan Maguire
1
-102
/
+905
2020-09-28
bpf: change logging calls from verbose() to bpf_log() and use log pointer
Toke Høiland-Jørgensen
1
-3
/
+3
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
1
-13
/
+0
2020-09-21
btf: Make btf_set_contains take a const pointer
Lorenz Bauer
1
-1
/
+1
2020-08-25
bpf: Add BTF_SET_START/END macros
Jiri Olsa
1
-0
/
+14
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
1
-0
/
+31
2020-08-25
bpf: Factor btf_struct_access function
Jiri Olsa
1
-10
/
+65
2020-08-25
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
1
-6
/
+5
2020-08-25
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-4
/
+9
2020-08-25
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-3
/
+7
2020-08-25
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
1
-7
/
+14
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+13
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-07-25
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
1
-0
/
+13
2020-07-21
bpf: net: Use precomputed btf_id for bpf iterators
Yonghong Song
1
-2
/
+3
2020-07-21
bpf: Compute bpf_skc_to_*() helper socket btf ids at build time
Yonghong Song
1
-1
/
+0
2020-07-15
bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()
Peilin Ye
1
-0
/
+5
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-92
/
+11
2020-07-13
bpf: Use BTF_ID to resolve bpf_ctx_convert struct
Jiri Olsa
1
-8
/
+6
2020-07-13
bpf: Remove btf_id helpers resolving
Jiri Olsa
1
-84
/
+5
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-06-25
bpf: Do not allow btf_ctx_access with __int128 types
John Fastabend
1
-2
/
+2
2020-06-24
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
1
-0
/
+1
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
1
-0
/
+40
2020-06-22
bpf: Switch btf_parse_vmlinux to btf_find_by_name_kind
Andrey Ignatov
1
-17
/
+6
2020-05-13
bpf: Enable bpf_iter targets registering ctx argument types
Yonghong Song
1
-5
/
+10
2020-05-09
bpf: Support variable length array in tracing programs
Yonghong Song
1
-0
/
+37
2020-05-09
bpf: Add PTR_TO_BTF_ID_OR_NULL support
Yonghong Song
1
-1
/
+4
2020-04-28
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
1
-0
/
+2
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-11
/
+34
2020-03-30
bpf: btf: Fix arg verification in btf_ctx_access()
KP Singh
1
-7
/
+17
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2020-03-30
bpf: lsm: Implement attach, detach and execution
KP Singh
1
-1
/
+15
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-03-20
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
1
-1
/
+2
2020-03-19
bpf: Support llvm-objcopy for vmlinux BTF
Fangrui Song
1
-5
/
+4
2020-03-10
bpf/btf: Fix BTF verification of enum members in struct/union
Yoshiki Komachi
1
-1
/
+1
2020-03-04
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
1
-8
/
+20
[next]