Toggle navigation
Patchwork
netdev
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Cong Wang
| State =
Action Required
| Archived =
No
| 139 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[RFC,net-next,v2] net_sched: introduce eBPF based Qdisc
[RFC,net-next,v2] net_sched: introduce eBPF based Qdisc
-
-
-
2021-09-13
Cong Wang
New
[net-next,13/13] sock: introduce tracepoint trace_sk_data_ready()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,12/13] ipv6: introduce tracepoint trace_tcp_v6_rcv()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,11/13] tcp: introduce tracepoint trace_tcp_v4_rcv()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,10/13] ipv6: introduce tracepoint trace_udpv6_rcv()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,09/13] udp: introduce tracepoint trace_udp_rcv()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,08/13] ipv4: introduce tracepoint trace_ip_local_deliver_finish()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,07/13] ipv6: introduce tracepoint trace_ipv6_rcv()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,06/13] ipv4: introduce tracepoint trace_ip_rcv()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,05/13] udp: introduce tracepoint trace_udp_v6_send_skb()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,04/13] udp: introduce tracepoint trace_udp_send_skb()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,03/13] tcp: introduce tracepoint trace_tcp_transmit_skb()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,02/13] ipv4: introduce tracepoint trace_ip_queue_xmit()
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[net-next,01/13] net: introduce a new header file include/trace/events/ip.h
net: add more tracepoints to TCP/IP stack
-
-
-
2021-08-05
Cong Wang
New
[bpf-next] unix_bpf: check socket type in unix_bpf_update_proto()
[bpf-next] unix_bpf: check socket type in unix_bpf_update_proto()
-
-
-
2021-07-31
Cong Wang
New
[RESEND,net-next] net_sched: refactor TC action init API
[RESEND,net-next] net_sched: refactor TC action init API
-
-
-
2021-07-29
Cong Wang
New
[bpf-next] unix_bpf: fix a potential deadlock in unix_dgram_bpf_recvmsg()
[bpf-next] unix_bpf: fix a potential deadlock in unix_dgram_bpf_recvmsg()
-
-
-
2021-07-23
Cong Wang
New
[net-next,resend,v2] net_sched: use %px to print skb address in trace_qdisc_dequeue()
[net-next,resend,v2] net_sched: use %px to print skb address in trace_qdisc_dequeue()
-
-
-
2021-07-15
Cong Wang
New
[net-next,v2] net_sched: introduce tracepoint trace_qdisc_enqueue()
[net-next,v2] net_sched: introduce tracepoint trace_qdisc_enqueue()
-
-
-
2021-07-11
Cong Wang
New
[net-next,v2] net: use %px to print skb address in trace_netif_receive_skb
[net-next,v2] net: use %px to print skb address in trace_netif_receive_skb
-
-
-
2021-07-11
Cong Wang
New
[bpf-next,v5,11/11] selftests/bpf: add test cases for redirection between udp and unix
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-07-04
Cong Wang
New
[bpf-next,v5,10/11] selftests/bpf: add a test case for unix sockmap
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-07-04
Cong Wang
New
[bpf-next,v5,09/11] selftests/bpf: factor out add_to_sockmap()
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-07-04
Cong Wang
New
[bpf-next,v5,08/11] selftests/bpf: factor out udp_socketpair()
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-07-04
Cong Wang
New
[bpf-next,v5,07/11] af_unix: implement unix_dgram_bpf_recvmsg()
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-07-04
Cong Wang
New
[bpf-next,v5,06/11] af_unix: implement ->psock_update_sk_prot()
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-07-04
Cong Wang
New
[bpf-next,v5,05/11] af_unix: add a dummy ->close() for sockmap
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-07-04
Cong Wang
New
[bpf-next,v5,04/11] af_unix: set TCP_ESTABLISHED for datagram sockets too
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-07-04
Cong Wang
New
[bpf-next,v5,03/11] af_unix: implement ->read_sock() for sockmap
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-07-04
Cong Wang
New
[bpf-next,v5,02/11] sock_map: lift socket state restriction for datagram sockets
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-07-04
Cong Wang
New
[bpf-next,v5,01/11] sock_map: relax config dependency to CONFIG_NET
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-07-04
Cong Wang
New
[bpf,v2] skmsg: check sk_rcvbuf limit before queuing to ingress_skb
[bpf,v2] skmsg: check sk_rcvbuf limit before queuing to ingress_skb
-
-
-
2021-07-01
Cong Wang
New
[RESEND,bpf,v3,8/8] skmsg: increase sk->sk_drops when dropping packets
sock_map: some bug fixes and improvements
-
-
-
2021-06-15
Cong Wang
New
[RESEND,bpf,v3,5/8] skmsg: fix a memory leak in sk_psock_verdict_apply()
sock_map: some bug fixes and improvements
-
-
-
2021-06-15
Cong Wang
New
[RESEND,bpf,v3,1/8] skmsg: improve udp_bpf_recvmsg() accuracy
sock_map: some bug fixes and improvements
-
-
-
2021-06-15
Cong Wang
New
[bpf,v3,7/8] skmsg: pass source psock to sk_psock_skb_redirect()
[bpf,v3,1/8] skmsg: improve udp_bpf_recvmsg() accuracy
-
-
-
2021-05-27
Cong Wang
New
[bpf,v3,3/8] udp: fix a memory leak in udp_read_sock()
[bpf,v3,1/8] skmsg: improve udp_bpf_recvmsg() accuracy
-
-
-
2021-05-27
Cong Wang
New
[bpf,v2,5/7] skmsg: teach sk_psock_verdict_apply() to return errors
sock_map: some bug fixes and improvements
-
-
-
2021-05-22
Cong Wang
New
[bpf,v2,2/7] selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
sock_map: some bug fixes and improvements
-
-
-
2021-05-22
Cong Wang
New
[bpf] selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
[bpf] selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
-
-
-
2021-05-19
Cong Wang
New
[bpf-next,v4,08/12] sock_map: update sock type checks for AF_UNIX
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-05-08
Cong Wang
New
[bpf-next,v4,07/12] af_unix: implement unix_dgram_bpf_recvmsg()
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-05-08
Cong Wang
New
[bpf-next,v4,05/12] af_unix: prepare for sockmap support
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-05-08
Cong Wang
New
[bpf-next,v4,04/12] sock_map: export symbols for af_unix module
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-05-08
Cong Wang
New
[bpf-next,v4,01/12] sock_map: relax config dependency to CONFIG_NET
sockmap: add sockmap support for unix datagram socket
-
-
-
2021-05-08
Cong Wang
New
[net,v2] rtnetlink: avoid RCU read lock when holding RTNL
[net,v2] rtnetlink: avoid RCU read lock when holding RTNL
-
-
-
2021-05-08
Cong Wang
New
[bpf-next,v3,04/10] af_unix: set TCP_ESTABLISHED for datagram sockets too
sockmap: add sockmap support to Unix datagram socket
-
-
-
2021-04-26
Cong Wang
New
[net] smc: disallow TCP_ULP in smc_setsockopt()
[net] smc: disallow TCP_ULP in smc_setsockopt()
-
-
-
2021-04-10
Cong Wang
New
[bpf-next] sock_map: fix a potential use-after-free in sock_map_close()
[bpf-next] sock_map: fix a potential use-after-free in sock_map_close()
-
-
-
2021-04-08
Cong Wang
New
[bpf-next] skmsg: pass psock pointer to ->psock_update_sk_prot()
[bpf-next] skmsg: pass psock pointer to ->psock_update_sk_prot()
-
-
-
2021-04-07
Cong Wang
New
[RFC,bpf-next] bpf: introduce bpf timer
[RFC,bpf-next] bpf: introduce bpf timer
-
-
-
2021-04-01
Cong Wang
New
[bpf-next,v8,14/16] sock_map: update sock type checks for UDP
[bpf-next,v8,01/16] skmsg: lock ingress_skb when purging
-
-
-
2021-03-31
Cong Wang
New
[bpf-next,v8,12/16] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
[bpf-next,v8,01/16] skmsg: lock ingress_skb when purging
-
-
-
2021-03-31
Cong Wang
New
[bpf-next,v8,11/16] udp: implement ->read_sock() for sockmap
[bpf-next,v8,01/16] skmsg: lock ingress_skb when purging
-
-
-
2021-03-31
Cong Wang
New
[bpf-next,v8,09/16] sock_map: introduce BPF_SK_SKB_VERDICT
[bpf-next,v8,01/16] skmsg: lock ingress_skb when purging
-
-
-
2021-03-31
Cong Wang
New
[bpf-next,v8,07/16] sock_map: simplify sock_map_link() a bit
[bpf-next,v8,01/16] skmsg: lock ingress_skb when purging
-
-
-
2021-03-31
Cong Wang
New
[bpf-next,v8,04/16] skmsg: avoid lock_sock() in sk_psock_backlog()
[bpf-next,v8,01/16] skmsg: lock ingress_skb when purging
-
-
-
2021-03-31
Cong Wang
New
[bpf-next,v8,03/16] net: introduce skb_send_sock() for sock_map
[bpf-next,v8,01/16] skmsg: lock ingress_skb when purging
-
-
-
2021-03-31
Cong Wang
New
[bpf-next,v8,01/16] skmsg: lock ingress_skb when purging
[bpf-next,v8,01/16] skmsg: lock ingress_skb when purging
-
-
-
2021-03-31
Cong Wang
New
[bpf-next,v7,13/13] selftests/bpf: add a test case for udp sockmap
[bpf-next,v7,01/13] skmsg: lock ingress_skb when purging
-
-
-
2021-03-28
Cong Wang
New
[bpf-next,v7,09/13] udp: implement ->read_sock() for sockmap
[bpf-next,v7,01/13] skmsg: lock ingress_skb when purging
-
-
-
2021-03-28
Cong Wang
New
[bpf-next,v7,06/13] skmsg: use GFP_KERNEL in sk_psock_create_ingress_msg()
[bpf-next,v7,01/13] skmsg: lock ingress_skb when purging
-
-
-
2021-03-28
Cong Wang
New
[bpf-next,v6,12/12] selftests/bpf: add a test case for udp sockmap
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-23
Cong Wang
New
[bpf-next,v6,10/12] udp: implement udp_bpf_recvmsg() for sockmap
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-23
Cong Wang
New
[bpf-next,v6,07/12] sock: introduce sk->sk_prot->psock_update_sk_prot()
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-23
Cong Wang
New
[bpf-next,v6,06/12] sock_map: introduce BPF_SK_SKB_VERDICT
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-23
Cong Wang
New
[bpf-next,v6,05/12] skmsg: use rcu work for destroying psock
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-23
Cong Wang
New
[bpf-next,v6,04/12] skmsg: avoid lock_sock() in sk_psock_backlog()
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-23
Cong Wang
New
[bpf-next,v6,02/12] skmsg: introduce a spinlock to protect ingress_msg
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-23
Cong Wang
New
[bpf-next,v5,04/11] skmsg: avoid lock_sock() in sk_psock_backlog()
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-17
Cong Wang
New
[bpf-next,v4,04/11] skmsg: avoid lock_sock() in sk_psock_backlog()
Untitled series #109148
-
-
-
2021-03-10
Cong Wang
New
[bpf-next,v4,03/11] skmsg: introduce skb_send_sock() for sock_map
Untitled series #109148
-
-
-
2021-03-10
Cong Wang
New
[bpf-next,v3,6/9] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-05
Cong Wang
New
[bpf-next,v3,4/9] udp: implement ->read_sock() for sockmap
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-05
Cong Wang
New
[bpf-next,v2,5/9] udp: add ->read_sock() and ->sendmsg_locked() to ipv6
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-02
Cong Wang
New
[bpf-next,v2,3/9] udp: implement ->sendmsg_locked()
sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
-
-
-
2021-03-02
Cong Wang
New
[bpf-next] skmsg: add function doc for skb->_sk_redir
[bpf-next] skmsg: add function doc for skb->_sk_redir
-
-
-
2021-03-01
Cong Wang
New
[bpf-next,v7,9/9] skmsg: remove unused sk_psock_stop() declaration
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-23
Cong Wang
New
[bpf-next,v7,8/9] skmsg: get rid of sk_psock_bpf_run()
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-23
Cong Wang
New
[bpf-next,v7,7/9] skmsg: make __sk_psock_purge_ingress_msg() static
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-23
Cong Wang
New
[bpf-next,v7,6/9] sock_map: make sock_map_prog_update() static
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-23
Cong Wang
New
[bpf-next,v7,5/9] sock_map: rename skb_parser and skb_verdict
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-23
Cong Wang
New
[bpf-next,v7,4/9] skmsg: move sk_redir from TCP_SKB_CB to skb
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-23
Cong Wang
New
[bpf-next,v7,3/9] bpf: compute data_end dynamically with JIT code
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-23
Cong Wang
New
[bpf-next,v7,2/9] skmsg: get rid of struct sk_psock_parser
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-23
Cong Wang
New
[bpf-next,v7,1/9] bpf: clean up sockmap related Kconfigs
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-23
Cong Wang
New
[bpf-next,v5,6/8] sock_map: make sock_map_prog_update() static
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-19
Cong Wang
New
[bpf-next,v5,1/8] bpf: clean up sockmap related Kconfigs
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-19
Cong Wang
New
[bpf-next,v2] bpf: clear percpu pointers in bpf_prog_clone_free()
[bpf-next,v2] bpf: clear percpu pointers in bpf_prog_clone_free()
-
-
-
2021-02-18
Cong Wang
New
[bpf-next,v4,1/5] bpf: clean up sockmap related Kconfigs
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-16
Cong Wang
New
[bpf-next,v3,4/5] skmsg: use skb ext instead of TCP_SKB_CB
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-13
Cong Wang
New
[net-next,v3] net: fix dev_ifsioc_locked() race condition
[net-next,v3] net: fix dev_ifsioc_locked() race condition
-
-
-
2021-02-11
Cong Wang
New
[bpf-next,v2,2/5] skmsg: get rid of struct sk_psock_parser
sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
-
-
-
2021-02-10
Cong Wang
New
[bpf-next,19/19] selftests/bpf: add test case for redirection between udp and unix
[bpf-next,01/19] bpf: rename BPF_STREAM_PARSER to BPF_SOCK_MAP
-
-
-
2021-02-03
Cong Wang
New
[bpf-next,11/19] af_unix: implement ->read_sock() for sockmap
[bpf-next,01/19] bpf: rename BPF_STREAM_PARSER to BPF_SOCK_MAP
-
-
-
2021-02-03
Cong Wang
New
[bpf-next,09/19] udp: add ->read_sock() and ->sendmsg_locked() to ipv6
[bpf-next,01/19] bpf: rename BPF_STREAM_PARSER to BPF_SOCK_MAP
-
-
-
2021-02-03
Cong Wang
New
[bpf-next,02/19] skmsg: get rid of struct sk_psock_parser
[bpf-next,01/19] bpf: rename BPF_STREAM_PARSER to BPF_SOCK_MAP
-
-
-
2021-02-03
Cong Wang
New
[bpf-next,01/19] bpf: rename BPF_STREAM_PARSER to BPF_SOCK_MAP
[bpf-next,01/19] bpf: rename BPF_STREAM_PARSER to BPF_SOCK_MAP
-
-
-
2021-02-03
Cong Wang
New
[net-next,v2] net: fix dev_ifsioc_locked() race condition
[net-next,v2] net: fix dev_ifsioc_locked() race condition
-
-
-
2021-01-31
Cong Wang
New
[bpf-next] skmsg: make sk_psock_destroy() static
[bpf-next] skmsg: make sk_psock_destroy() static
-
-
-
2021-01-27
Cong Wang
New
«
1
2
»