Age | Commit message (Expand) | Author |
2022-05-28 | Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2022-05-02 | vsock/virtio: add support for device suspend/resume | Stefano Garzarella |
2022-05-02 | vsock/virtio: factor our the code to initialize and delete VQs | Stefano Garzarella |
2022-04-28 | hv_sock: Add validation for untrusted Hyper-V values | Andrea Parri (Microsoft) |
2022-04-28 | hv_sock: Copy packets sent by Hyper-V out of the ring buffer | Andrea Parri (Microsoft) |
2022-04-28 | hv_sock: Check hv_pkt_iter_first_raw()'s return value | Andrea Parri (Microsoft) |
2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp |
2022-03-24 | vsock/virtio: enable VQs early on probe | Stefano Garzarella |
2022-03-24 | vsock/virtio: read the negotiated features before using VQs | Stefano Garzarella |
2022-03-24 | vsock/virtio: initialize vdev->priv before using VQs | Stefano Garzarella |
2022-03-11 | vsock: each transport cycles only on its own sockets | Jiyong Park |
2022-02-17 | vsock: remove vsock from connected table when connect is interrupted by a signal | Seth Forshee |
2022-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski |
2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-08 | virtio/vsock: fix the transport to work with VMADDR_CID_ANY | Wei Wang |
2021-12-07 | hv_sock: Extract hvs_send_data() helper that takes only header | Kees Cook |
2021-11-10 | vsock: prevent unnecessary refcnt inc for nonblocking connect | Eiichi Tsukata |
2021-10-08 | vsock: Enable y2038 safe timeval for timeout | Richard Palethorpe |
2021-10-08 | vsock: Refactor vsock_*_getsockopt to resemble sock_getsockopt | Richard Palethorpe |
2021-09-06 | af_vsock: rename variables in receive loop | Arseny Krasnov |
2021-09-05 | virtio/vsock: support MSG_EOR bit processing | Arseny Krasnov |
2021-09-05 | virtio/vsock: rename 'EOR' to 'EOM' bit. | Arseny Krasnov |
2021-08-12 | vsock/virtio: avoid potential deadlock when vsock device remove | Longpeng(Mike) |
2021-08-03 | VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUEST | Harshavardhan Unnibhavi |
2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring |
2021-06-22 | virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow() | Eric Dumazet |
2021-06-21 | vsock: notify server to shutdown when client has pending signal | Longpeng(Mike) |
2021-06-18 | vsock/virtio: remove redundant `copy_failed` variable | Stefano Garzarella |
2021-06-18 | vsock: rename vsock_wait_data() | Stefano Garzarella |
2021-06-18 | vsock: rename vsock_has_data() | Stefano Garzarella |
2021-06-11 | vsock/loopback: enable SEQPACKET for transport | Arseny Krasnov |
2021-06-11 | virtio/vsock: enable SEQPACKET for transport | Arseny Krasnov |
2021-06-11 | virtio/vsock: rest of SOCK_SEQPACKET support | Arseny Krasnov |
2021-06-11 | virtio/vsock: add SEQPACKET receive logic | Arseny Krasnov |
2021-06-11 | virtio/vsock: dequeue callback for SOCK_SEQPACKET | Arseny Krasnov |
2021-06-11 | virtio/vsock: simplify credit update function API | Arseny Krasnov |
2021-06-11 | virtio/vsock: set packet's type in virtio_transport_send_pkt_info() | Arseny Krasnov |
2021-06-11 | af_vsock: update comments for stream sockets | Arseny Krasnov |
2021-06-11 | af_vsock: rest of SEQPACKET support | Arseny Krasnov |
2021-06-11 | af_vsock: implement send logic for SEQPACKET | Arseny Krasnov |
2021-06-11 | af_vsock: implement SEQPACKET receive loop | Arseny Krasnov |
2021-06-11 | af_vsock: separate receive data loop | Arseny Krasnov |
2021-06-11 | af_vsock: separate wait data loop | Arseny Krasnov |
2021-06-11 | af_vsock: update functions for connectible socket | Arseny Krasnov |
2021-06-10 | vsock/vmci: remove the repeated word "be" | gushengxian |