Age | Commit message (Expand) | Author |
---|---|---|
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 |