Show patches with: Submitter = Yonghong Song       |    Archived = No       |   133 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[RFC,bpf-next,v2,17/17] tools/bpf: selftests: add a selftest for anonymous dumper bpf: implement bpf based dumping of kernel data structures --- 2020-04-15 Yonghong Song Superseded
[RFC,bpf-next,v2,14/17] tools/bpftool: add bpf dumper support bpf: implement bpf based dumping of kernel data structures --- 2020-04-15 Yonghong Song New
[RFC,bpf-next,v2,13/17] tools/libbpf: libbpf support for bpfdump bpf: implement bpf based dumping of kernel data structures --- 2020-04-15 Yonghong Song New
[RFC,bpf-next,v2,12/17] bpf: implement query for target_proto and file dumper prog_id bpf: implement bpf based dumping of kernel data structures --- 2020-04-15 Yonghong Song New
[RFC,bpf-next,v2,11/17] bpf: support variable length array in tracing programs bpf: implement bpf based dumping of kernel data structures --- 2020-04-15 Yonghong Song Superseded
[RFC,bpf-next,v2,07/17] bpf: add netlink and ipv6_route targets bpf: implement bpf based dumping of kernel data structures --- 2020-04-15 Yonghong Song New
[RFC,bpf-next,v2,06/17] bpf: add PTR_TO_BTF_ID_OR_NULL support bpf: implement bpf based dumping of kernel data structures --- 2020-04-15 Yonghong Song New
[RFC,bpf-next,v2,04/17] bpf: allow loading of a dumper program bpf: implement bpf based dumping of kernel data structures --- 2020-04-15 Yonghong Song New
[RFC,bpf-next,v2,02/17] bpf: create /sys/kernel/bpfdump mount file system bpf: implement bpf based dumping of kernel data structures --- 2020-04-15 Yonghong Song Superseded
[RFC,bpf-next,16/16] tools/bpf: selftests: add a selftest for anonymous dumper Untitled series #42421 --- 2020-04-08 Yonghong Song New
[RFC,bpf-next,15/16] tools/bpf: selftests: add dumper progs for bpf_map/task/task_file Untitled series #42421 --- 2020-04-08 Yonghong Song New
[RFC,bpf-next,12/16] tools/libbpf: libbpf support for bpfdump Untitled series #42421 --- 2020-04-08 Yonghong Song New
[RFC,bpf-next,10/16] bpf: support variable length array in tracing programs Untitled series #42421 --- 2020-04-08 Yonghong Song New
[RFC,bpf-next,07/16] bpf: add bpf_map target Untitled series #42421 --- 2020-04-08 Yonghong Song New
[RFC,bpf-next,05/16] bpf: create file or anonymous dumpers Untitled series #42421 --- 2020-04-08 Yonghong Song New
[RFC,bpf-next,04/16] bpf: allow loading of a dumper program Untitled series #42421 --- 2020-04-08 Yonghong Song New
[RFC,bpf-next,02/16] bpf: create /sys/kernel/bpfdump mount file system Untitled series #42421 --- 2020-04-08 Yonghong Song New
[net,v3] net: fix pos incrementment in ipv6_route_seq_next [net,v3] net: fix pos incrementment in ipv6_route_seq_next --- 2020-10-14 Yonghong Song Superseded
[net,v2] net: fix pos incrementment in ipv6_route_seq_next [net,v2] net: fix pos incrementment in ipv6_route_seq_next --- 2020-10-13 Yonghong Song New
[net] net: fix pos incrementment in ipv6_route_seq_next [net] net: fix pos incrementment in ipv6_route_seq_next --- 2020-10-13 Yonghong Song New
[bpf,v4,2/2] tools/bpf: support new uapi for map element bpf iterator bpf: change uapi for bpf iterator map elements --- 2020-08-05 Yonghong Song Superseded
[bpf,v3] bpf: fix "unresolved symbol" build error with resolve_btfids [bpf,v3] bpf: fix "unresolved symbol" build error with resolve_btfids --- 2020-10-01 Yonghong Song New
[bpf,v2] bpf: fix "unresolved symbol" build error with resolve_btfids [bpf,v2] bpf: fix "unresolved symbol" build error with resolve_btfids --- 2020-10-01 Yonghong Song New
[bpf,v2,2/3] bpf: avoid visit same object multiple times bpf: two fixes for bpf iterators --- 2020-08-18 Yonghong Song Superseded
[bpf-next,v5,14/15] selftests/bpf: implement sample udp/udp6 bpf_iter programs implement bpf iterator for tcp and udp sockets --- 2020-06-23 Yonghong Song Superseded
[bpf-next,v5,13/15] selftests/bpf: implement sample tcp/tcp6 bpf_iter programs implement bpf iterator for tcp and udp sockets --- 2020-06-23 Yonghong Song Superseded
[bpf-next,v5,10/15] selftests/bpf: move newer bpf_iter_* type redefining to a new header file implement bpf iterator for tcp and udp sockets --- 2020-06-23 Yonghong Song New
[bpf-next,v5,09/15] bpf: add bpf_skc_to_udp6_sock() helper implement bpf iterator for tcp and udp sockets --- 2020-06-23 Yonghong Song New
[bpf-next,v5,08/15] net: bpf: implement bpf iterator for udp implement bpf iterator for tcp and udp sockets --- 2020-06-23 Yonghong Song Superseded
[bpf-next,v5,03/15] bpf: support 'X' in bpf_seq_printf() helper implement bpf iterator for tcp and udp sockets --- 2020-06-23 Yonghong Song Superseded
[bpf-next,v5,02/15] net: bpf: implement bpf iterator for tcp implement bpf iterator for tcp and udp sockets --- 2020-06-23 Yonghong Song Superseded
[bpf-next,v4,3/3] bpftool: implement link_query for bpf iterators bpf: implement link_query for bpf iterators --- 2020-08-21 Yonghong Song Superseded
[bpf-next,v4,2/2] selftests/bpf: test task_file iterator without visiting pthreads [bpf-next,v4,1/2] bpf: avoid iterating duplicated files for task_file iterator --- 2020-09-02 Yonghong Song Superseded
[bpf-next,v4,21/21] tools/bpf: selftests: add bpf_iter selftests bpf: implement bpf iterator for kernel data --- 2020-05-09 Yonghong Song Superseded
[bpf-next,v4,18/21] tools/bpftool: add bpf_iter support for bptool bpf: implement bpf iterator for kernel data --- 2020-05-09 Yonghong Song Superseded
[bpf-next,v4,17/21] tools/libpf: add offsetof/container_of macro in bpf_helpers.h bpf: implement bpf iterator for kernel data --- 2020-05-09 Yonghong Song Superseded
[bpf-next,v4,15/21] bpf: support variable length array in tracing programs bpf: implement bpf iterator for kernel data --- 2020-05-09 Yonghong Song Superseded
[bpf-next,v4,14/21] bpf: handle spilled PTR_TO_BTF_ID properly when checking stack_boundary bpf: implement bpf iterator for kernel data --- 2020-05-09 Yonghong Song Superseded
[bpf-next,v4,14/15] selftests/bpf: implement sample udp/udp6 bpf_iter programs [bpf-next,v4,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v4,13/15] selftests/bpf: implement sample tcp/tcp6 bpf_iter programs [bpf-next,v4,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v4,1/2] bpf: avoid iterating duplicated files for task_file iterator [bpf-next,v4,1/2] bpf: avoid iterating duplicated files for task_file iterator --- 2020-09-02 Yonghong Song Superseded
[bpf-next,v4,12/21] bpf: add PTR_TO_BTF_ID_OR_NULL support bpf: implement bpf iterator for kernel data --- 2020-05-09 Yonghong Song New
[bpf-next,v4,12/15] selftests/bpf: add more common macros to bpf_tracing_net.h [bpf-next,v4,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v4,08/21] bpf: implement common macros/helpers for target iterators bpf: implement bpf iterator for kernel data --- 2020-05-09 Yonghong Song Superseded
[bpf-next,v4,08/15] net: bpf: implement bpf iterator for udp [bpf-next,v4,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song Superseded
[bpf-next,v4,07/21] bpf: create file bpf iterator bpf: implement bpf iterator for kernel data --- 2020-05-09 Yonghong Song Superseded
[bpf-next,v4,07/15] net: bpf: add bpf_seq_afinfo in udp_iter_state [bpf-next,v4,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v4,03/15] bpf: support 'X' in bpf_seq_printf() helper [bpf-next,v4,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v4,02/21] bpf: allow loading of a bpf_iter program bpf: implement bpf iterator for kernel data --- 2020-05-09 Yonghong Song Superseded
[bpf-next,v4,02/15] net: bpf: implement bpf iterator for tcp [bpf-next,v4,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song Superseded
[bpf-next,v4,01/21] bpf: implement an interface to register bpf_iter targets bpf: implement bpf iterator for kernel data --- 2020-05-09 Yonghong Song Superseded
[bpf-next,v4,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state [bpf-next,v4,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song Superseded
[bpf-next,v3] selftests/bpf: fix test_sysctl_loop{1,2} failure due to clang change [bpf-next,v3] selftests/bpf: fix test_sysctl_loop{1,2} failure due to clang change --- 2020-09-09 Yonghong Song Superseded
[bpf-next,v3] bpf: using rcu_read_lock for bpf_sk_storage_map iterator [bpf-next,v3] bpf: using rcu_read_lock for bpf_sk_storage_map iterator --- 2020-09-16 Yonghong Song New
[bpf-next,v3,2/3] bpf: implement link_query callbacks in map element iterators bpf: implement link_query for bpf iterators --- 2020-08-21 Yonghong Song Superseded
[bpf-next,v3,2/2] tools/bpf: support new uapi for map element bpf iterator [bpf-next,v3,1/2] bpf: change uapi for bpf iterator map elements --- 2020-08-03 Yonghong Song Superseded
[bpf-next,v3,2/2] selftests/bpf: test task_file iterator without visiting pthreads [bpf-next,v3,1/2] bpf: avoid iterating duplicated files for task_file iterator --- 2020-09-02 Yonghong Song New
[bpf-next,v3,21/21] tools/bpf: selftests: add bpf_iter selftests bpf: implement bpf iterator for kernel data --- 2020-05-07 Yonghong Song Superseded
[bpf-next,v3,19/21] tools/bpf: selftests: add iterator programs for ipv6_route and netlink bpf: implement bpf iterator for kernel data --- 2020-05-07 Yonghong Song New
[bpf-next,v3,18/21] tools/bpftool: add bpf_iter support for bptool bpf: implement bpf iterator for kernel data --- 2020-05-07 Yonghong Song New
[bpf-next,v3,17/21] tools/libpf: add offsetof/container_of macro in bpf_helpers.h bpf: implement bpf iterator for kernel data --- 2020-05-07 Yonghong Song New
[bpf-next,v3,15/15] bpf/selftests: add tcp/udp iterator programs to selftests [bpf-next,v3,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v3,14/21] bpf: handle spilled PTR_TO_BTF_ID properly when checking stack_boundary bpf: implement bpf iterator for kernel data --- 2020-05-07 Yonghong Song New
[bpf-next,v3,14/15] tools/bpf: add udp4/udp6 bpf iterator [bpf-next,v3,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v3,1/3] bpf: implement link_query for bpf iterators bpf: implement link_query for bpf iterators --- 2020-08-21 Yonghong Song Superseded
[bpf-next,v3,1/2] bpf: permit map_ptr arithmetic with opcode add and offset 0 bpf: permit map_ptr arithmetic with opcode add and offset 0 --- 2020-09-08 Yonghong Song New
[bpf-next,v3,1/2] bpf: change uapi for bpf iterator map elements [bpf-next,v3,1/2] bpf: change uapi for bpf iterator map elements --- 2020-08-03 Yonghong Song Superseded
[bpf-next,v3,1/2] bpf: avoid iterating duplicated files for task_file iterator [bpf-next,v3,1/2] bpf: avoid iterating duplicated files for task_file iterator --- 2020-09-02 Yonghong Song New
[bpf-next,v3,11/21] bpf: add task and task/file iterator targets bpf: implement bpf iterator for kernel data --- 2020-05-07 Yonghong Song New
[bpf-next,v3,11/15] tools/bpf: refactor some net macros to libbpf bpf_tracing_net.h [bpf-next,v3,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v3,10/21] net: bpf: add netlink and ipv6_route bpf_iter targets bpf: implement bpf iterator for kernel data --- 2020-05-07 Yonghong Song New
[bpf-next,v3,08/21] bpf: implement common macros/helpers for target iterators bpf: implement bpf iterator for kernel data --- 2020-05-07 Yonghong Song New
[bpf-next,v3,08/15] net: bpf: implement bpf iterator for udp [bpf-next,v3,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v3,07/21] bpf: create file bpf iterator bpf: implement bpf iterator for kernel data --- 2020-05-07 Yonghong Song Superseded
[bpf-next,v3,06/15] bpf: add bpf_skc_to_{tcp,tcp_timewait,tcp_request}_sock() helpers [bpf-next,v3,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v3,04/15] bpf: allow tracing programs to use bpf_jiffies64() helper [bpf-next,v3,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v3,02/21] bpf: allow loading of a bpf_iter program bpf: implement bpf iterator for kernel data --- 2020-05-07 Yonghong Song New
[bpf-next,v3,02/15] net: bpf: implement bpf iterator for tcp [bpf-next,v3,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v3,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state [bpf-next,v3,01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state --- 2020-06-23 Yonghong Song New
[bpf-next,v2] selftests/bpf: fix test_sysctl_loop{1,2} failure due to clang change [bpf-next,v2] selftests/bpf: fix test_sysctl_loop{1,2} failure due to clang change --- 2020-09-09 Yonghong Song New
[bpf-next,v2] bpf: using rcu_read_lock for bpf_sk_storage_map iterator [bpf-next,v2] bpf: using rcu_read_lock for bpf_sk_storage_map iterator --- 2020-09-15 Yonghong Song New
[bpf-next,v2,5/7] bpf: change func bpf_iter_unreg_target() signature [bpf-next,v2,1/7] tools/bpf: selftests : explain bpf_iter test failures with llvm 10.0.0 --- 2020-05-13 Yonghong Song Superseded
[bpf-next,v2,2/7] bpf: change btf_iter func proto prefix to "bpf_iter_" [bpf-next,v2,1/7] tools/bpf: selftests : explain bpf_iter test failures with llvm 10.0.0 --- 2020-05-13 Yonghong Song New
[bpf-next,v2,2/3] bpf: implement link_query callbacks in map element iterators bpf: implement link_query for bpf iterators --- 2020-08-20 Yonghong Song New
[bpf-next,v2,2/2] tools/bpf: support new uapi for map element bpf iterator Untitled series #54628 --- 2020-08-03 Yonghong Song New
[bpf-next,v2,2/2] samples/bpf: fix a compilation error with fallthrough marking [bpf-next,v2,1/2] samples/bpf: change Makefile to cope with latest llvm --- 2020-10-06 Yonghong Song New
[bpf-next,v2,20/20] tools/bpf: selftests: add bpf_iter selftests [bpf-next,v2,01/20] bpf: implement an interface to register bpf_iter targets --- 2020-05-04 Yonghong Song New
[bpf-next,v2,1/7] tools/bpf: selftests : explain bpf_iter test failures with llvm 10.0.0 [bpf-next,v2,1/7] tools/bpf: selftests : explain bpf_iter test failures with llvm 10.0.0 --- 2020-05-13 Yonghong Song New
[bpf-next,v2,15/20] bpf: support variable length array in tracing programs [bpf-next,v2,01/20] bpf: implement an interface to register bpf_iter targets --- 2020-05-04 Yonghong Song New
[bpf-next,v2,13/20] bpf: add bpf_seq_printf and bpf_seq_write helpers [bpf-next,v2,01/20] bpf: implement an interface to register bpf_iter targets --- 2020-05-04 Yonghong Song New
[bpf-next,v2,1/2] samples/bpf: change Makefile to cope with latest llvm [bpf-next,v2,1/2] samples/bpf: change Makefile to cope with latest llvm --- 2020-10-06 Yonghong Song New
[bpf-next,v2,1/2] bpf: permit map_ptr arithmetic with opcode add and offset 0 [bpf-next,v2,1/2] bpf: permit map_ptr arithmetic with opcode add and offset 0 --- 2020-09-08 Yonghong Song Superseded
[bpf-next,v2,1/2] bpf: avoid iterating duplicated files for task_file iterator bpf: avoid iterating duplicated files for task_file iterator --- 2020-08-28 Yonghong Song New
[bpf-next,v2,11/20] bpf: add task and task/file iterator targets [bpf-next,v2,01/20] bpf: implement an interface to register bpf_iter targets --- 2020-05-04 Yonghong Song New
[bpf-next,v2,10/20] net: bpf: add netlink and ipv6_route bpf_iter targets [bpf-next,v2,01/20] bpf: implement an interface to register bpf_iter targets --- 2020-05-04 Yonghong Song New
[bpf-next,v2,09/20] bpf: add bpf_map iterator [bpf-next,v2,01/20] bpf: implement an interface to register bpf_iter targets --- 2020-05-04 Yonghong Song New
[bpf-next,v2,08/20] bpf: implement common macros/helpers for target iterators [bpf-next,v2,01/20] bpf: implement an interface to register bpf_iter targets --- 2020-05-04 Yonghong Song New
[bpf-next,v2,07/20] bpf: create file bpf iterator [bpf-next,v2,01/20] bpf: implement an interface to register bpf_iter targets --- 2020-05-04 Yonghong Song New
[bpf-next,v2,03/20] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE [bpf-next,v2,01/20] bpf: implement an interface to register bpf_iter targets --- 2020-05-04 Yonghong Song New
[bpf-next,v2,01/20] bpf: implement an interface to register bpf_iter targets [bpf-next,v2,01/20] bpf: implement an interface to register bpf_iter targets --- 2020-05-04 Yonghong Song New
« 1 2 »