Stefano Garzarella ([email protected])

Number of posts: 1697 (0.9 per day)
First post: 2019-02-01 12:09:02
Last post: 2024-04-03 10:08:15

Date List Subject
2023-09-26 19:24:36 linux-kernel Re: [PATCH net-next v1 02/12] vsock: read from socket's error queue
2023-09-26 17:57:21 linux-kernel Re: [PATCH net-next v1 00/12] vsock/virtio: continue MSG_ZEROCOPY support
2023-09-26 17:25:55 linux-kernel Re: [PATCH net-next v1 08/12] vsock: enable setting SO_ZEROCOPY
2023-09-26 14:14:04 linux-kernel Re: [PATCH net-next v1 10/12] test/vsock: MSG_ZEROCOPY flag tests
2023-09-25 13:07:59 linux-kernel [PATCH] vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()
2023-09-19 19:32:21 linux-kernel Re: [PATCH net-next v9 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-09-19 18:34:23 linux-kernel Re: [PATCH net-next v9 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-09-18 17:29:56 linux-kernel Re: [PATCH net-next v9 4/4] vsock/virtio: MSG_ZEROCOPY flag support
2023-09-16 01:39:25 linux-kernel [PATCH net-next 0/5] vsock/test: add recv_buf()/send_buf() utility functions and some improvements
2023-09-15 21:03:42 linux-kernel [PATCH net-next 4/5] vsock/test: use send_buf() in vsock_test.c
2023-09-15 19:54:22 linux-kernel [PATCH net-next 5/5] vsock/test: track bytes in MSG_PEEK test for SOCK_SEQPACKET
2023-09-15 18:12:43 linux-kernel [PATCH net-next 3/5] vsock/test: add send_buf() utility function
2023-09-15 17:22:06 linux-kernel [PATCH net-next 2/5] vsock/test: use recv_buf() in vsock_test.c
2023-09-15 16:46:50 linux-kernel [PATCH net-next 1/5] vsock/test: add recv_buf() utility function
2023-09-15 03:25:00 linux-kernel Re: [PATCH net-next v8 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-09-15 02:27:15 linux-kernel Re: [PATCH net-next v8 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-09-14 16:27:48 linux-kernel Re: [PATCH net-next v8 2/4] vsock/virtio: support to send non-linear skb
2023-09-14 16:00:23 linux-kernel Re: [PATCH net-next v8 4/4] vsock/virtio: MSG_ZEROCOPY flag support
2023-09-05 16:21:50 linux-kernel Re: [PATCH net-next v7 4/4] vsock/virtio: MSG_ZEROCOPY flag support
2023-08-04 19:02:04 linux-kernel Re: [RFC PATCH v1 1/2] vsock: send SIGPIPE on write to shutdowned socket
2023-08-04 16:11:16 linux-kernel Re: [RFC PATCH v1 1/2] vsock: send SIGPIPE on write to shutdowned socket
2023-08-04 15:27:06 linux-kernel Re: [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
2023-08-03 14:03:14 linux-kernel Re: [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
2023-08-03 10:29:05 linux-kernel [PATCH net] test/vsock: remove vsock_perf executable on `make clean`
2023-08-02 09:39:42 linux-kernel Re: [RFC PATCH v1 2/2] test/vsock: shutdowned socket test
2023-08-02 08:44:43 linux-kernel Re: [RFC PATCH v1 1/2] vsock: send SIGPIPE on write to shutdowned socket
2023-08-01 17:24:51 linux-kernel Re: [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
2023-07-31 10:55:11 linux-kernel Re: [PATCH net-next] vsock: Remove unused function declarations
2023-07-27 09:48:10 linux-kernel Re: [PATCH net-next v3 4/4] vsock/virtio: MSG_ZEROCOPY flag support
2023-07-27 08:11:55 linux-kernel Re: [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
2023-07-26 08:28:37 linux-kernel Re: [PATCH net-next v3 4/4] vsock/test: MSG_PEEK test for SOCK_SEQPACKET
2023-07-25 17:21:45 linux-kernel Re: [RFC PATCH v2 4/4] vsock/test: MSG_PEEK test for SOCK_SEQPACKET
2023-07-25 16:38:37 linux-kernel Re: [RFC PATCH v2 2/4] virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
2023-07-25 16:34:40 linux-kernel Re: [RFC PATCH v2 3/4] vsock/test: rework MSG_PEEK test for SOCK_STREAM
2023-07-25 16:19:00 linux-kernel Re: [RFC PATCH v2 1/4] virtio/vsock: rework MSG_PEEK for SOCK_STREAM
2023-07-25 13:50:08 linux-kernel Re: [PATCH net-next v3 4/4] vsock/virtio: MSG_ZEROCOPY flag support
2023-07-25 13:37:51 linux-kernel Re: [PATCH net-next v3 4/4] vsock/virtio: MSG_ZEROCOPY flag support
2023-07-25 13:07:36 linux-kernel Re: [PATCH net-next v3 4/4] vsock/virtio: MSG_ZEROCOPY flag support
2023-07-25 12:47:34 linux-kernel Re: [PATCH net-next v3 4/4] vsock/virtio: MSG_ZEROCOPY flag support
2023-07-25 09:21:47 linux-kernel Re: [PATCH net-next v3 4/4] vsock/virtio: MSG_ZEROCOPY flag support
2023-07-25 08:48:09 linux-kernel Re: [PATCH net-next v3 2/4] vsock/virtio: support to send non-linear skb
2023-07-19 07:48:33 linux-kernel Re: [PATCH net-next v2 2/4] vsock/virtio: support to send non-linear skb
2023-07-18 13:59:34 linux-kernel Re: [PATCH net-next v1 1/4] vsock/virtio/vhost: read data from non-linear skb
2023-07-18 13:59:07 linux-kernel Re: [PATCH net-next v1 4/4] vsock/virtio: MSG_ZEROCOPY flag support
2023-07-06 17:35:54 linux-kernel Re: [RFC PATCH v5 12/17] vsock/loopback: support MSG_ZEROCOPY for transport
2023-07-06 17:30:34 linux-kernel Re: [RFC PATCH v5 11/17] vsock/virtio: support MSG_ZEROCOPY for transport
2023-07-06 17:29:59 linux-kernel Re: [RFC PATCH v5 05/17] vsock/virtio: MSG_ZEROCOPY flag support
2023-07-06 17:29:52 linux-kernel Re: [RFC PATCH v5 00/17] vsock: MSG_ZEROCOPY flag support
2023-07-06 17:29:46 linux-kernel Re: [RFC PATCH v5 17/17] test/vsock: io_uring rx/tx tests
2023-07-06 17:29:20 linux-kernel Re: [RFC PATCH v5 14/17] docs: net: description of MSG_ZEROCOPY for AF_VSOCK
2023-07-06 17:29:19 linux-kernel Re: [RFC PATCH v5 01/17] vsock/virtio: read data from non-linear skb