index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2020-08-18
bpf: Avoid visit same object multiple times
Yonghong Song
2020-08-18
bpf: Fix a rcu_sched stall issue with bpf task/task_file iterator
Yonghong Song
2020-08-17
bpf: Use get_file_rcu() instead of get_file() for task_file iterator
Yonghong Song
2020-08-12
bpf: Iterate through all PT_NOTE sections when looking for build id
Jiri Olsa
2020-08-07
bpf: Delete repeated words in comments
Randy Dunlap
2020-08-06
bpf: Change uapi for bpf iterator map elements
Yonghong Song
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-08-01
bpf: Add support for forced LINK_DETACH command
Andrii Nakryiko
2020-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-07-31
bpf: Add missing newline characters in verifier error messages
Yonghong Song
2020-07-30
bpf: Fix map leak in HASH_OF_MAPS map
Andrii Nakryiko
2020-07-29
bpf: Fix build without CONFIG_NET when using BPF XDP link
Andrii Nakryiko
2020-07-28
bpf: Fix swapped arguments in calls to check_buffer_access
Colin Ian King
2020-07-25
bpf, xdp: Add bpf_link-based XDP attachment API
Andrii Nakryiko
2020-07-25
bpf: Fix build on architectures with special bpf_user_pt_regs_t
Song Liu
2020-07-25
bpf/local_storage: Fix build without CONFIG_CGROUP
YiFei Zhu
2020-07-25
bpf: Make cgroup storages shared between programs on the same cgroup
YiFei Zhu
2020-07-25
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
2020-07-25
bpf: Separate bpf_get_[stack|stackid] for perf events BPF
Song Liu
2020-07-25
bpf: Implement bpf iterator for array maps
Yonghong Song
2020-07-25
bpf: Implement bpf iterator for hash maps
Yonghong Song
2020-07-25
bpf: Implement bpf iterator for map elements
Yonghong Song
2020-07-25
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
2020-07-25
bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
Yonghong Song
2020-07-25
bpf: Refactor bpf_iter_reg to have separate seq_info member
Yonghong Song
2020-07-25
bpf: Add bpf_prog iterator
Alexei Starovoitov
2020-07-25
bpf: Fix pos computation for bpf_iter seq_ops->start()
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-21
bpf: cpumap: Fix possible rcpu kthread hung
Lorenzo Bianconi
2020-07-21
bpf, netns: Fix build without CONFIG_INET
Jakub Sitnicki
2020-07-17
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-17
bpf, netns: Handle multiple link attachments
Jakub Sitnicki
2020-07-16
bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries
Lorenzo Bianconi
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
2020-07-16
cpumap: Formalize map value as a named struct
Lorenzo Bianconi
2020-07-16
cpumap: Use non-locked version __ptr_ring_consume_batched
Jesper Dangaard Brouer
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-13
bpf: Resolve BTF IDs in vmlinux image
Jiri Olsa
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-07-09
Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2020-07-09
bpf: net: Avoid incorrect bpf_sk_reuseport_detach call
Martin KaFai Lau
2020-07-09
bpf: net: Avoid copying sk_user_data of reuseport_array during sk_clone
Martin KaFai Lau
2020-07-08
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
[next]