Show patches with: Submitter = Arseny Krasnov       |    State = Action Required       |   240 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/3] vsock/virtio: support for SOCK_SEQPACKET socket. [1/3] vsock/virtio: support for SOCK_SEQPACKET socket. - - - --- 2020-12-29 Arseny Krasnov New
[1/5] vsock/virtio: support for SOCK_SEQPACKET socket. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-03 Arseny Krasnov New
[2/3] vhost/vsock: support for SOCK_SEQPACKET socket. [1/3] vsock/virtio: support for SOCK_SEQPACKET socket. - - - --- 2020-12-29 Arseny Krasnov New
[2/5] vhost/vsock: support for SOCK_SEQPACKET socket. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-03 Arseny Krasnov New
[3/5] af_vsock: send/receive loops for SOCK_SEQPACKET. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-03 Arseny Krasnov New
[4/5] af_vsock: add socket ops for SOCK_SEQPACKET. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-03 Arseny Krasnov New
[5/5] af_vsock: update comments for stream sockets. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-03 Arseny Krasnov New
[net-next,v4,1/6] virtio/vsock: rename 'EOR' to 'EOM' bit. virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[net-next,v4,2/6] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOR' bit. virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[net-next,v4,3/6] vhost/vsock: support MSG_EOR bit processing virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[net-next,v4,4/6] virtio/vsock: support MSG_EOR bit processing virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[net-next,v4,5/6] af_vsock: rename variables in receive loop virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[net-next,v4,6/6] vsock_test: update message bounds test for MSG_EOR virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[net-next,v5,1/6] virtio/vsock: rename 'EOR' to 'EOM' bit. virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[net-next,v5,2/6] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOR' bit. virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[net-next,v5,3/6] vhost/vsock: support MSG_EOR bit processing virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[net-next,v5,4/6] virtio/vsock: support MSG_EOR bit processing virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[net-next,v5,5/6] af_vsock: rename variables in receive loop virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[net-next,v5,6/6] vsock_test: update message bounds test for MSG_EOR virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-09-03 Arseny Krasnov New
[RFC,v1,01/16] vhost/vsock: don't set 'seqpacket_has_data()' callback Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,02/16] vsock/loopback: don't set 'seqpacket_has_data()' callback Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,03/16] virtio/vsock: don't set 'seqpacket_has_data()' callback Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,04/16] virtio/vsock: remove 'virtio_transport_seqpacket_has_data' Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,05/16] af_vsock: use SOCK_STREAM function to check data Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,06/16] vsock/virtio: remove record size limit for SEQPACKET Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,07/16] virtio/vsock: don't count EORs on receive Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,08/16] af_vsock: change SEQPACKET receive loop Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,09/16] af_vsock/virtio: update dequeue callback interface Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,1/7] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOM' bit virtio/vsock: introduce MSG_EOR flag for SEQPACKET - - - --- 2021-07-26 Arseny Krasnov New
[RFC,v1,10/16] virtio/vsock: update SEQPACKET dequeue logic Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,11/16] afvsock: add 'seqpacket_drop()' Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,12/16] virtio/vsock: add 'drop until EOR' logic Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,13/16] vhost/vsock: enable 'seqpacket_drop' callback in transport Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,14/16] virtio/vsock: enable 'seqpacket_drop' callback in transport Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,15/16] vsock/loopback: enable 'seqpacket_drop' callback in transport Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,16/16] vsock_test: SEQPACKET read to broken buffer Improve SOCK_SEQPACKET receive logic - - - --- 2021-06-28 Arseny Krasnov New
[RFC,v1,2/7] vsock: rename implementation from 'record' to 'message' virtio/vsock: introduce MSG_EOR flag for SEQPACKET - - - --- 2021-07-26 Arseny Krasnov New
[RFC,v1,3/7] vhost/vsock: support MSG_EOR bit processing virtio/vsock: introduce MSG_EOR flag for SEQPACKET - - - --- 2021-07-26 Arseny Krasnov New
[RFC,v1,4/7] virito/vsock: support MSG_EOR bit processing virtio/vsock: introduce MSG_EOR flag for SEQPACKET - - - --- 2021-07-26 Arseny Krasnov New
[RFC,v1,5/7] af_vsock: rename variables in receive loop virtio/vsock: introduce MSG_EOR flag for SEQPACKET - - - --- 2021-07-26 Arseny Krasnov New
[RFC,v1,6/7] vsock_test: update message bounds test for MSG_EOR virtio/vsock: introduce MSG_EOR flag for SEQPACKET - - - --- 2021-07-26 Arseny Krasnov New
[RFC,v1,7/7] vsock_test: 'SO_RCVTIMEO' test for SEQPACKET virtio/vsock: introduce MSG_EOR flag for SEQPACKET - - - --- 2021-07-26 Arseny Krasnov New
[RFC,v2,0/6] Improve SOCK_SEQPACKET receive logic - - - --- 2021-07-04 Arseny Krasnov New
[RFC,v2,01/13] af_vsock: implement 'vsock_wait_data()'. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,02/13] af_vsock: separate rx loops for STREAM/SEQPACKET. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,03/13] af_vsock: implement rx loops entry point virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,04/13] af_vsock: replace previous stream rx loop. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,05/13] af_vsock: implement send logic for SOCK_SEQPACKET virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,06/13] af_vsock: general support of SOCK_SEQPACKET type. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,07/13] af_vsock: update comments for stream sockets. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,08/13] virtio/vsock: dequeue callback for SOCK_SEQPACKET. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,09/13] virtio/vsock: implement fetch of record length virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,1/5] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOM' bit virtio/vsock: introduce MSG_EOR flag for SEQPACKET - - - --- 2021-08-10 Arseny Krasnov New
[RFC,v2,1/6] af_vsock/virtio/vsock: change seqpacket receive logic [RFC,v2,1/6] af_vsock/virtio/vsock: change seqpacket receive logic - - - --- 2021-07-04 Arseny Krasnov New
[RFC,v2,10/13] virtio/vsock: update receive logic virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,11/13] virtio/vsock: rest of SOCK_SEQPACKET support virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,12/13] vhost/vsock: support for SOCK_SEQPACKET socket. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,13/13] vsock_test: add SOCK_SEQPACKET tests. virtio/vsock: introduce SOCK_SEQPACKET support. - - - --- 2021-01-15 Arseny Krasnov New
[RFC,v2,2/5] vhost/vsock: support MSG_EOR bit processing virtio/vsock: introduce MSG_EOR flag for SEQPACKET - - - --- 2021-08-10 Arseny Krasnov New
[RFC,v2,2/6] af_vsock/virtio/vsock: remove 'seqpacket_has_data' callback [RFC,v2,1/6] af_vsock/virtio/vsock: change seqpacket receive logic - - - --- 2021-07-04 Arseny Krasnov New
[RFC,v2,3/5] virito/vsock: support MSG_EOR bit processing virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-08-10 Arseny Krasnov New
[RFC,v2,3/6] virtio/vsock: remove 'msg_count' based logic [RFC,v2,1/6] af_vsock/virtio/vsock: change seqpacket receive logic - - - --- 2021-07-04 Arseny Krasnov New
[RFC,v2,4/5] af_vsock: rename variables in receive loop virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-08-10 Arseny Krasnov New
[RFC,v2,4/6] af_vsock/virtio/vsock: add 'seqpacket_drop()' callback [RFC,v2,1/6] af_vsock/virtio/vsock: change seqpacket receive logic - - - --- 2021-07-04 Arseny Krasnov New
[RFC,v2,5/5] vsock_test: update message bounds test for MSG_EOR virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-08-10 Arseny Krasnov New
[RFC,v2,5/6] virtio/vsock: remove record size limit for SEQPACKET [RFC,v2,1/6] af_vsock/virtio/vsock: change seqpacket receive logic - - - --- 2021-07-04 Arseny Krasnov New
[RFC,v2,6/6] vsock_test: SEQPACKET read to broken buffer [RFC,v2,1/6] af_vsock/virtio/vsock: change seqpacket receive logic - - - --- 2021-07-04 Arseny Krasnov New
[RFC,v3,01/13] af_vsock: prepare for SOCK_SEQPACKET support virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,02/13] af_vsock: prepare 'vsock_connectible_recvmsg()' virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,03/13] af_vsock: implement SEQPACKET rx loop virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,04/13] af_vsock: implement send logic for SOCK_SEQPACKET virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,05/13] af_vsock: rest of SEQPACKET support virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,06/13] af_vsock: update comments for stream sockets virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,07/13] virtio/vsock: dequeue callback for SOCK_SEQPACKET virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,08/13] virtio/vsock: fetch length for SEQPACKET record virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,09/13] virtio/vsock: add SEQPACKET receive logic virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,1/6] virtio/vsock: rename 'EOR' to 'EOM' bit. virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-08-16 Arseny Krasnov New
[RFC,v3,10/13] virtio/vsock: rest of SOCK_SEQPACKET support virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,11/13] virtio/vsock: setup SEQPACKET ops for transport virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,12/13] vhost/vsock: setup SEQPACKET ops for transport virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,13/13] vsock_test: add SOCK_SEQPACKET tests virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-01-25 Arseny Krasnov New
[RFC,v3,2/6] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOR' bit. virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-08-16 Arseny Krasnov New
[RFC,v3,3/6] vhost/vsock: support MSG_EOR bit processing virtio/vsock: introduce MSG_EOR flag for SEQPACKET - - - --- 2021-08-16 Arseny Krasnov New
[RFC,v3,4/6] virtio/vsock: support MSG_EOR bit processing virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-08-16 Arseny Krasnov New
[RFC,v3,5/6] af_vsock: rename variables in receive loop virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-08-16 Arseny Krasnov New
[RFC,v3,6/6] vsock_test: update message bounds test for MSG_EOR virtio/vsock: introduce MSG_EOR flag for SEQPACKET - 1 - --- 2021-08-16 Arseny Krasnov New
[RFC,v4,01/17] af_vsock: update functions for connectible socket virtio/vsock: introduce SOCK_SEQPACKET support - 1 - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,02/17] af_vsock: separate wait data loop virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,03/17] af_vsock: separate receive data loop virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,04/17] af_vsock: implement SEQPACKET receive loop virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,05/17] af_vsock: separate wait space loop virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,06/17] af_vsock: implement send logic for SEQPACKET virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,07/17] af_vsock: rest of SEQPACKET support virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,08/17] af_vsock: update comments for stream sockets virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,09/17] virtio/vsock: dequeue callback for SOCK_SEQPACKET virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,10/17] virtio/vsock: fetch length for SEQPACKET record virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,11/17] virtio/vsock: add SEQPACKET receive logic virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,12/17] virtio/vsock: rest of SOCK_SEQPACKET support virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,13/17] virtio/vsock: setup SEQPACKET ops for transport virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
[RFC,v4,14/17] vhost/vsock: setup SEQPACKET ops for transport virtio/vsock: introduce SOCK_SEQPACKET support - - - --- 2021-02-07 Arseny Krasnov New
« 1 2 3 »