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
/
bpf_iter.c
Age
Commit message (
Expand
)
Author
2021-02-26
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-02-12
bpf: Fix an unitialized value in bpf_iter
Yonghong Song
2020-10-28
bpf: Permit cond_resched for some iterators
Yonghong Song
2020-09-28
bpf: Bump iter seq size to support BTF representation of large data structures
Alan Maguire
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-21
bpf: Implement link_query for bpf iterators
Yonghong Song
2020-08-18
bpf: Fix a rcu_sched stall issue with bpf task/task_file iterator
Yonghong Song
2020-08-06
bpf: Change uapi for bpf iterator map elements
Yonghong Song
2020-07-25
bpf: Implement bpf iterator for map elements
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-05-13
bpf: Enable bpf_iter targets registering ctx argument types
Yonghong Song
2020-05-13
bpf: Change func bpf_iter_unreg_target() signature
Yonghong Song
2020-05-13
bpf: net: Refactor bpf_iter target registration
Yonghong Song
2020-05-13
bpf: Add comments to interpret bpf_prog return values
Yonghong Song
2020-05-09
bpf: Implement common macros/helpers for target iterators
Yonghong Song
2020-05-09
bpf: Create file bpf iterator
Yonghong Song
2020-05-09
bpf: Create anonymous bpf iterator
Yonghong Song
2020-05-09
bpf: Implement bpf_seq_read() for bpf iterator
Yonghong Song
2020-05-09
bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATE
Yonghong Song
2020-05-09
bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
Yonghong Song
2020-05-09
bpf: Allow loading of a bpf_iter program
Yonghong Song
2020-05-09
bpf: Implement an interface to register bpf_iter targets
Yonghong Song