Show patches with: Submitter = Cong Wang       |   371 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[bpf-next,01/19] bpf: rename BPF_STREAM_PARSER to BPF_SOCK_MAP sock_map: add non-TCP and cross-protocol support - - - 1411 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,02/19] skmsg: get rid of struct sk_psock_parser sock_map: add non-TCP and cross-protocol support - - - 1411 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,03/19] skmsg: use skb ext instead of TCP_SKB_CB sock_map: add non-TCP and cross-protocol support - - - 1312 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,04/19] sock_map: rename skb_parser and skb_verdict sock_map: add non-TCP and cross-protocol support - - - 1321 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,05/19] sock_map: introduce BPF_SK_SKB_VERDICT sock_map: add non-TCP and cross-protocol support - - - 1321 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,06/19] sock: introduce sk_prot->update_proto() sock_map: add non-TCP and cross-protocol support - - - 1123 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,07/19] udp: implement ->sendmsg_locked() sock_map: add non-TCP and cross-protocol support - - - 1123 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,08/19] udp: implement ->read_sock() for sockmap sock_map: add non-TCP and cross-protocol support - - - 1213 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,09/19] udp: add ->read_sock() and ->sendmsg_locked() to ipv6 sock_map: add non-TCP and cross-protocol support - - - 1123 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,1/2] bpf: remove a redundant parameter of bpf_map_free_id() bpf: two trivial cleanup patches - - - 5213 2023-01-17 Cong Wang bpf Changes Requested
[bpf-next,1/3] bpf: use index instead of hash for map_locked[] bpf: introduce timeout map - - - 141- 2020-12-11 Cong Wang bpf Changes Requested
[bpf-next,10/19] af_unix: implement ->sendmsg_locked for dgram socket sock_map: add non-TCP and cross-protocol support - - - 1213 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,11/19] af_unix: implement ->read_sock() for sockmap sock_map: add non-TCP and cross-protocol support - - - 1123 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,12/19] af_unix: implement ->update_proto() sock_map: add non-TCP and cross-protocol support - - - 1123 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,13/19] af_unix: set TCP_ESTABLISHED for datagram sockets too sock_map: add non-TCP and cross-protocol support - - - 1123 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,14/19] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() sock_map: add non-TCP and cross-protocol support - - - 1123 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,15/19] udp: implement udp_bpf_recvmsg() for sockmap sock_map: add non-TCP and cross-protocol support - - - 1123 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,16/19] af_unix: implement unix_dgram_bpf_recvmsg() sock_map: add non-TCP and cross-protocol support - - - 1123 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,17/19] sock_map: update sock type checks sock_map: add non-TCP and cross-protocol support - - - 1213 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,18/19] selftests/bpf: add test cases for unix and udp sockmap sock_map: add non-TCP and cross-protocol support - - - 1123 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,19/19] selftests/bpf: add test case for redirection between udp and unix sock_map: add non-TCP and cross-protocol support - - - 1123 2021-02-03 Cong Wang bpf Changes Requested
[bpf-next,2/2] bpf: remove a redundant parameter of bpf_prog_free_id() bpf: two trivial cleanup patches - - - 5213 2023-01-17 Cong Wang bpf Changes Requested
[bpf-next,2/3] bpf: introduce timeout map bpf: introduce timeout map - - - 1212 2020-12-11 Cong Wang bpf Changes Requested
[bpf-next,3/3] tools: add a test case for bpf timeout map bpf: introduce timeout map - - - 141- 2020-12-11 Cong Wang bpf Changes Requested
[bpf-next,v1,1/4] tcp: introduce tcp_read_skb() sockmap: some performance optimizations - - - 1423 2022-04-10 Cong Wang bpf Changes Requested
[bpf-next,v1,2/4] net: introduce a new proto_ops ->read_skb() sockmap: some performance optimizations - - - 1423 2022-04-10 Cong Wang bpf Changes Requested
[bpf-next,v1,3/4] skmsg: get rid of skb_clone() sockmap: some performance optimizations - - - 1513 2022-04-10 Cong Wang bpf Changes Requested
[bpf-next,v1,4/4] skmsg: get rid of unncessary memset() sockmap: some performance optimizations - - - 1513 2022-04-10 Cong Wang bpf Changes Requested
[bpf-next,v2,1/4] tcp: introduce tcp_read_skb() sockmap: some performance optimizations - - - 172- 2022-05-02 Cong Wang bpf Changes Requested
[bpf-next,v2,1/5] bpf: clean up sockmap related Kconfigs sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT - - - 142- 2021-02-10 Cong Wang bpf Superseded
[bpf-next,v2,1/5] bpf: use index instead of hash for map_locked[] bpf: introduce timeout map - - - 141- 2020-12-14 Cong Wang bpf Superseded
[bpf-next,v2,1/9] af_unix: implement ->read_sock() for sockmap sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-19 Cong Wang bpf Superseded
[bpf-next,v2,1/9] sock_map: introduce BPF_SK_SKB_VERDICT sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 142- 2021-03-02 Cong Wang bpf Superseded
[bpf-next,v2,2/4] net: introduce a new proto_ops ->read_skb() sockmap: some performance optimizations - - - 172- 2022-05-02 Cong Wang bpf Changes Requested
[bpf-next,v2,2/5] bpf: introduce timeout map bpf: introduce timeout map - - - 1212 2020-12-14 Cong Wang bpf Superseded
[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 - - - 151- 2021-02-10 Cong Wang bpf Superseded
[bpf-next,v2,2/9] af_unix: implement ->psock_update_sk_prot() sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-19 Cong Wang bpf Superseded
[bpf-next,v2,2/9] sock: introduce sk_prot->update_proto() sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 1222 2021-03-02 Cong Wang bpf Superseded
[bpf-next,v2,3/4] skmsg: get rid of skb_clone() sockmap: some performance optimizations - - - 181- 2022-05-02 Cong Wang bpf Changes Requested
[bpf-next,v2,3/5] bpf: compute data_end dynamically with JIT code sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT - - - 1312 2021-02-10 Cong Wang bpf Superseded
[bpf-next,v2,3/5] selftests/bpf: update elem_size check in map ptr test bpf: introduce timeout map 1 - - 15-- 2020-12-14 Cong Wang bpf Superseded
[bpf-next,v2,3/9] af_unix: set TCP_ESTABLISHED for datagram sockets too sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-19 Cong Wang bpf Superseded
[bpf-next,v2,3/9] udp: implement ->sendmsg_locked() sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 1222 2021-03-02 Cong Wang bpf Superseded
[bpf-next,v2,4/4] skmsg: get rid of unncessary memset() sockmap: some performance optimizations - - - 181- 2022-05-02 Cong Wang bpf Changes Requested
[bpf-next,v2,4/5] selftests/bpf: add a test case for bpf timeout map bpf: introduce timeout map - - - 141- 2020-12-14 Cong Wang bpf Superseded
[bpf-next,v2,4/5] skmsg: use skb ext instead of TCP_SKB_CB sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT - 1 - 151- 2021-02-10 Cong Wang bpf Superseded
[bpf-next,v2,4/9] af_unix: implement unix_dgram_bpf_recvmsg() sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-19 Cong Wang bpf Superseded
[bpf-next,v2,4/9] udp: implement ->read_sock() for sockmap sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 1312 2021-03-02 Cong Wang bpf Superseded
[bpf-next,v2,5/5] selftests/bpf: add timeout map check in map_ptr tests bpf: introduce timeout map 1 - - 14-1 2020-12-14 Cong Wang bpf Superseded
[bpf-next,v2,5/5] sock_map: rename skb_parser and skb_verdict sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT - 1 - 142- 2021-02-10 Cong Wang bpf Superseded
[bpf-next,v2,5/9] sock_map: update sock type checks for AF_UNIX sockmap: add sockmap support to Unix datagram socket - - - 141- 2021-04-19 Cong Wang bpf Superseded
[bpf-next,v2,5/9] udp: add ->read_sock() and ->sendmsg_locked() to ipv6 sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 1222 2021-03-02 Cong Wang bpf Superseded
[bpf-next,v2,6/9] selftests/bpf: factor out udp_socketpair() sockmap: add sockmap support to Unix datagram socket - - - 141- 2021-04-19 Cong Wang bpf Superseded
[bpf-next,v2,6/9] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 1222 2021-03-02 Cong Wang bpf Superseded
[bpf-next,v2,7/9] selftests/bpf: factor out add_to_sockmap() sockmap: add sockmap support to Unix datagram socket - - - 141- 2021-04-19 Cong Wang bpf Superseded
[bpf-next,v2,7/9] udp: implement udp_bpf_recvmsg() for sockmap sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 1222 2021-03-02 Cong Wang bpf Superseded
[bpf-next,v2,8/9] selftests/bpf: add a test case for unix sockmap sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-19 Cong Wang bpf Superseded
[bpf-next,v2,8/9] sock_map: update sock type checks for UDP sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 1312 2021-03-02 Cong Wang bpf Superseded
[bpf-next,v2,9/9] selftests/bpf: add a test case for udp sockmap sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 1222 2021-03-02 Cong Wang bpf Superseded
[bpf-next,v2,9/9] selftests/bpf: add test cases for redirection between udp and unix sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-19 Cong Wang bpf Superseded
[bpf-next,v2] bpf: clear percpu pointers in bpf_prog_clone_free() [bpf-next,v2] bpf: clear percpu pointers in bpf_prog_clone_free() - - - 15-1 2021-02-18 Cong Wang bpf Accepted
[bpf-next,v3,01/10] sock_map: relax config dependency to CONFIG_NET sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-26 Cong Wang bpf Changes Requested
[bpf-next,v3,02/10] af_unix: implement ->read_sock() for sockmap sockmap: add sockmap support to Unix datagram socket - - - 141- 2021-04-26 Cong Wang bpf Changes Requested
[bpf-next,v3,03/10] af_unix: implement ->psock_update_sk_prot() sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-26 Cong Wang bpf Changes Requested
[bpf-next,v3,04/10] af_unix: set TCP_ESTABLISHED for datagram sockets too sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-26 Cong Wang bpf Changes Requested
[bpf-next,v3,05/10] af_unix: implement unix_dgram_bpf_recvmsg() sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-26 Cong Wang bpf Changes Requested
[bpf-next,v3,06/10] sock_map: update sock type checks for AF_UNIX sockmap: add sockmap support to Unix datagram socket - - - 141- 2021-04-26 Cong Wang bpf Changes Requested
[bpf-next,v3,07/10] selftests/bpf: factor out udp_socketpair() sockmap: add sockmap support to Unix datagram socket - - - 141- 2021-04-26 Cong Wang bpf Changes Requested
[bpf-next,v3,08/10] selftests/bpf: factor out add_to_sockmap() sockmap: add sockmap support to Unix datagram socket - - - 141- 2021-04-26 Cong Wang bpf Changes Requested
[bpf-next,v3,09/10] selftests/bpf: add a test case for unix sockmap sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-26 Cong Wang bpf Changes Requested
[bpf-next,v3,1/3] bpf: introduce timeout map bpf: introduce timeout map - - - 1222 2020-12-22 Cong Wang bpf New
[bpf-next,v3,1/4] tcp: introduce tcp_read_skb() sockmap: some performance optimizations - - - 201- 2022-06-02 Cong Wang bpf Superseded
[bpf-next,v3,1/5] bpf: clean up sockmap related Kconfigs sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT 1 1 - 142- 2021-02-13 Cong Wang bpf Superseded
[bpf-next,v3,1/9] sock_map: introduce BPF_SK_SKB_VERDICT sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 142- 2021-03-05 Cong Wang bpf Superseded
[bpf-next,v3,10/10] selftests/bpf: add test cases for redirection between udp and unix sockmap: add sockmap support to Unix datagram socket - - - 132- 2021-04-26 Cong Wang bpf Changes Requested
[bpf-next,v3,2/3] selftests/bpf: add test cases for bpf timeout map bpf: introduce timeout map - - - 142- 2020-12-22 Cong Wang bpf New
[bpf-next,v3,2/4] net: introduce a new proto_ops ->read_skb() sockmap: some performance optimizations - - - 192- 2022-06-02 Cong Wang bpf Superseded
[bpf-next,v3,2/5] skmsg: get rid of struct sk_psock_parser sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT 2 - - 151- 2021-02-13 Cong Wang bpf Superseded
[bpf-next,v3,2/9] sock: introduce sk->sk_prot->psock_update_sk_prot() sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 142- 2021-03-05 Cong Wang bpf Superseded
[bpf-next,v3,3/3] selftests/bpf: add timeout map check in map_ptr tests bpf: introduce timeout map 1 - - 1411 2020-12-22 Cong Wang bpf New
[bpf-next,v3,3/4] skmsg: get rid of skb_clone() sockmap: some performance optimizations - - - 201- 2022-06-02 Cong Wang bpf Superseded
[bpf-next,v3,3/5] bpf: compute data_end dynamically with JIT code sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT 2 - - 151- 2021-02-13 Cong Wang bpf Superseded
[bpf-next,v3,3/9] udp: implement ->sendmsg_locked() sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 142- 2021-03-05 Cong Wang bpf Superseded
[bpf-next,v3,4/4] skmsg: get rid of unncessary memset() sockmap: some performance optimizations - - - 201- 2022-06-02 Cong Wang bpf Superseded
[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 - 1 - 151- 2021-02-13 Cong Wang bpf Superseded
[bpf-next,v3,4/9] udp: implement ->read_sock() for sockmap sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 151- 2021-03-05 Cong Wang bpf Superseded
[bpf-next,v3,5/5] sock_map: rename skb_parser and skb_verdict sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT 1 1 - 142- 2021-02-13 Cong Wang bpf Superseded
[bpf-next,v3,5/9] udp: add ->read_sock() and ->sendmsg_locked() to ipv6 sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 142- 2021-03-05 Cong Wang bpf Superseded
[bpf-next,v3,6/9] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 142- 2021-03-05 Cong Wang bpf Superseded
[bpf-next,v3,7/9] udp: implement udp_bpf_recvmsg() for sockmap sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 142- 2021-03-05 Cong Wang bpf Superseded
[bpf-next,v3,8/9] sock_map: update sock type checks for UDP sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 151- 2021-03-05 Cong Wang bpf Superseded
[bpf-next,v3,9/9] selftests/bpf: add a test case for udp sockmap sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 142- 2021-03-05 Cong Wang bpf Superseded
[bpf-next,v4,01/11] skmsg: lock ingress_skb when purging sockmap: introduce BPF_SK_SKB_VERDICT and support UDP 1 - - 141- 2021-03-10 Cong Wang bpf Superseded
[bpf-next,v4,01/12] sock_map: relax config dependency to CONFIG_NET sockmap: add sockmap support for unix datagram socket - - - 132- 2021-05-08 Cong Wang bpf Changes Requested
[bpf-next,v4,02/11] skmsg: introduce a spinlock to protect ingress_msg sockmap: introduce BPF_SK_SKB_VERDICT and support UDP 1 - - 132- 2021-03-10 Cong Wang bpf Superseded
[bpf-next,v4,02/12] af_unix: implement ->read_sock() for sockmap sockmap: add sockmap support for unix datagram socket - - - 141- 2021-05-08 Cong Wang bpf Changes Requested
[bpf-next,v4,03/11] skmsg: introduce skb_send_sock() for sock_map sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 132- 2021-03-10 Cong Wang bpf Superseded
[bpf-next,v4,03/12] af_unix: set TCP_ESTABLISHED for datagram sockets too sockmap: add sockmap support for unix datagram socket - - - 132- 2021-05-08 Cong Wang bpf Changes Requested
[bpf-next,v4,04/11] skmsg: avoid lock_sock() in sk_psock_backlog() sockmap: introduce BPF_SK_SKB_VERDICT and support UDP - - - 141- 2021-03-10 Cong Wang bpf Superseded
[bpf-next,v4,04/12] sock_map: export symbols for af_unix module sockmap: add sockmap support for unix datagram socket - - - 141- 2021-05-08 Cong Wang bpf Changes Requested
« 1 2 3 4 »