Show patches with: Submitter = Cong Wang       |    State = Action Required       |    Archived = No       |   139 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[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
[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,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,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,1/3] bpf: use index instead of hash for map_locked[] bpf: introduce timeout map --- 2020-12-11 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,2/3] bpf: introduce timeout map bpf: introduce timeout map --- 2020-12-11 Cong Wang New
[bpf-next,3/3] tools: add a test case for bpf timeout map bpf: introduce timeout map --- 2020-12-11 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] skmsg: make sk_psock_destroy() static [bpf-next] skmsg: make sk_psock_destroy() static --- 2021-01-27 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
[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] 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
[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
[bpf-next,v2,2/5] bpf: introduce timeout map bpf: introduce timeout map --- 2020-12-14 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,v2,3/9] udp: implement ->sendmsg_locked() sockmap: introduce BPF_SK_SKB_VERDICT and support UDP --- 2021-03-02 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] 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,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
[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
[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,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,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
[bpf-next,v4,03/11] skmsg: introduce skb_send_sock() for sock_map Untitled series #109148 --- 2021-03-10 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,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,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,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,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,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,v4,2/3] selftests/bpf: add test cases for bpf timeout map bpf: introduce timeout hash map --- 2021-01-17 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-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,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,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,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,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,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,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,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,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,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,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,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,v5,3/3] selftests/bpf: add timeout map check in map_ptr tests bpf: introduce timeout hash map --- 2021-01-22 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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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] 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,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,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] 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
[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,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
[net,2/2] net_sched: commit action insertions together net_sched: fix a UAF in tcf_action_init() --- 2020-09-23 Cong Wang New
[net] act_ife: load meta modules before tcf_idr_check_alloc() [net] act_ife: load meta modules before tcf_idr_check_alloc() --- 2020-09-04 Cong Wang New
[net] af_key: relax availability checks for skb size calculation [net] af_key: relax availability checks for skb size calculation --- 2020-12-27 Cong Wang New
[net] atm: fix a UAF in lec_arp_clear_vccs() [net] atm: fix a UAF in lec_arp_clear_vccs() --- 2020-05-01 Cong Wang New
[net] bonding: fix a potential double-unregister [net] bonding: fix a potential double-unregister --- 2020-08-15 Cong Wang New
[net] can: initialize skbcnt in j1939_tp_tx_dat_new() [net] can: initialize skbcnt in j1939_tp_tx_dat_new() --- 2020-10-08 Cong Wang New
[net] cgroup: fix cgroup_sk_alloc() for sk_clone_lock() [net] cgroup: fix cgroup_sk_alloc() for sk_clone_lock() --- 2020-06-16 Cong Wang New
[net] cls_flower: call nla_ok() before nla_next() [net] cls_flower: call nla_ok() before nla_next() --- 2021-01-12 Cong Wang New
[net] erspan: fix version 1 check in gre_parse_header() [net] erspan: fix version 1 check in gre_parse_header() --- 2020-12-26 Cong Wang New
[net] genetlink: get rid of family->attrbuf [net] genetlink: get rid of family->attrbuf --- 2020-06-27 Cong Wang New
[net] ip_gre: set dev->hard_header_len properly [net] ip_gre: set dev->hard_header_len properly --- 2020-10-08 Cong Wang New
[net] lwt: disable BH too in run_lwt_bpf() [net] lwt: disable BH too in run_lwt_bpf() --- 2020-12-01 Cong Wang New
[net] net: explain the lockdep annotations for dev_uc_unsync() [net] net: explain the lockdep annotations for dev_uc_unsync() --- 2020-06-26 Cong Wang New
[net] net: fix dev_ifsioc_locked() race condition [net] net: fix dev_ifsioc_locked() race condition --- 2021-01-24 Cong Wang New
[net] net_sched: add a temporary refcnt for struct tcindex_data [net] net_sched: add a temporary refcnt for struct tcindex_data --- 2020-03-28 Cong Wang New
[net] net_sched: check error pointer in tcf_dump_walker() [net] net_sched: check error pointer in tcf_dump_walker() --- 2020-10-02 Cong Wang New
[net] net_sched: cls_route: remove the right filter from hashtable [net] net_sched: cls_route: remove the right filter from hashtable --- 2020-03-14 Cong Wang New
[net] net_sched: fix tcm_parent in tc filter dump [net] net_sched: fix tcm_parent in tc filter dump --- 2020-05-01 Cong Wang New
[net] net_sched: keep alloc_hash updated after hash allocation [net] net_sched: keep alloc_hash updated after hash allocation --- 2020-03-12 Cong Wang New
[net] net_sched: remove a redundant goto chain check [net] net_sched: remove a redundant goto chain check --- 2020-09-28 Cong Wang New
« 1 2 »