Age | Commit message (Expand) | Author |
2020-08-25 | bpf: Factor btf_struct_access function | Jiri Olsa |
2020-08-25 | bpf: Remove recursion call in btf_struct_access | Jiri Olsa |
2020-08-25 | bpf: Add type_id pointer as argument to __btf_resolve_size | Jiri Olsa |
2020-08-25 | bpf: Add elem_id pointer as argument to __btf_resolve_size | Jiri Olsa |
2020-08-25 | bpf: Move btf_resolve_size into __btf_resolve_size | Jiri Olsa |
2020-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-25 | bpf: Support readonly/readwrite buffers in verifier | Yonghong Song |
2020-07-21 | bpf: net: Use precomputed btf_id for bpf iterators | Yonghong Song |
2020-07-21 | bpf: Compute bpf_skc_to_*() helper socket btf ids at build time | Yonghong Song |
2020-07-15 | bpf: Fix NULL pointer dereference in __btf_resolve_helper_id() | Peilin Ye |
2020-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-07-13 | bpf: Use BTF_ID to resolve bpf_ctx_convert struct | Jiri Olsa |
2020-07-13 | bpf: Remove btf_id helpers resolving | Jiri Olsa |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-06-25 | bpf: Do not allow btf_ctx_access with __int128 types | John Fastabend |
2020-06-24 | bpf: Add bpf_skc_to_tcp6_sock() helper | Yonghong Song |
2020-06-22 | bpf: Support access to bpf map fields | Andrey Ignatov |
2020-06-22 | bpf: Switch btf_parse_vmlinux to btf_find_by_name_kind | Andrey Ignatov |
2020-05-13 | bpf: Enable bpf_iter targets registering ctx argument types | Yonghong Song |
2020-05-09 | bpf: Support variable length array in tracing programs | Yonghong Song |
2020-05-09 | bpf: Add PTR_TO_BTF_ID_OR_NULL support | Yonghong Song |
2020-04-28 | bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link | Andrii Nakryiko |
2020-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-03-30 | bpf: btf: Fix arg verification in btf_ctx_access() | KP Singh |
2020-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2020-03-30 | bpf: lsm: Implement attach, detach and execution | KP Singh |
2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-03-20 | bpf: Explicitly memset some bpf info structures declared on the stack | Greg Kroah-Hartman |
2020-03-19 | bpf: Support llvm-objcopy for vmlinux BTF | Fangrui Song |
2020-03-10 | bpf/btf: Fix BTF verification of enum members in struct/union | Yoshiki Komachi |
2020-03-04 | bpf: Attachment verification for BPF_MODIFY_RETURN | KP Singh |
2020-03-04 | bpf: Introduce BPF_MODIFY_RETURN | KP Singh |
2020-02-11 | bpf: Make btf_check_func_type_match() static | Hongbo Yao |
2020-02-04 | bpf: Fix modifier skipping logic | Alexei Starovoitov |
2020-01-29 | bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init() | Martin KaFai Lau |
2020-01-25 | bpf: Allow BTF ctx access for string pointers | Jiri Olsa |
2020-01-22 | bpf: Introduce dynamic program extensions | Alexei Starovoitov |
2020-01-10 | bpf: Introduce function-by-function verification | Alexei Starovoitov |
2020-01-09 | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS | Martin KaFai Lau |
2020-01-09 | bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS | Martin KaFai Lau |
2020-01-09 | bpf: Support bitfield read access in btf_struct_access | Martin KaFai Lau |
2020-01-09 | bpf: Add enum support to btf_ctx_access() | Martin KaFai Lau |
2020-01-09 | bpf: Avoid storing modifier to info->btf_id | Martin KaFai Lau |
2019-12-11 | bpf: Fix build in minimal configurations, again | Arnd Bergmann |
2019-11-29 | bpf: Fix build in minimal configurations | Alexei Starovoitov |
2019-11-27 | bpf: Fix static checker warning | Alexei Starovoitov |
2019-11-15 | bpf: Support attaching tracing BPF program to other BPF programs | Alexei Starovoitov |
2019-11-15 | bpf: Compare BTF types of functions arguments with actual types | Alexei Starovoitov |
2019-11-15 | bpf: Annotate context types | Alexei Starovoitov |