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