Age | Commit message (Expand) | Author |
2023-10-15 | vsock: check for MSG_ZEROCOPY support on send | Arseniy Krasnov |
2023-08-04 | af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap() | Yue Haibing |
2023-03-29 | vsock: support sockmap | Bobby Eshleman |
2022-08-23 | vsock: add API call for data ready | Arseniy Krasnov |
2022-08-23 | vsock: SO_RCVLOWAT transport set callback | Arseniy Krasnov |
2022-07-22 | net: add missing includes and forward declarations under net/ | Jakub Kicinski |
2022-03-11 | vsock: each transport cycles only on its own sockets | Jiyong Park |
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 |
2019-12-11 | vsock: add local transport support in the vsock core | Stefano Garzarella |
2019-11-14 | vsock: prevent transport modules unloading | Stefano Garzarella |
2019-11-14 | vsock: add multi-transports support | Stefano Garzarella |
2019-11-14 | vsock: add vsock_create_connected() called by transports | Stefano Garzarella |
2019-11-14 | vsock: handle buffer_size sockopts in the core | Stefano Garzarella |
2019-11-14 | vsock: add 'struct vsock_sock *' param to vsock_core_get_transport() | Stefano Garzarella |
2019-11-14 | vsock: add 'transport' member in the struct vsock_sock | Stefano Garzarella |
2019-11-14 | vsock: remove include/linux/vm_sockets.h file | Stefano Garzarella |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321 | Thomas Gleixner |
2018-08-07 | vsock: split dwork to avoid reinitializations | Cong Wang |
2017-10-05 | VSOCK: use TCP state constants for sk_state | Stefan Hajnoczi |
2017-10-05 | VSOCK: move __vsock_in_bound/connected_table() to af_vsock.h | Stefan Hajnoczi |
2017-10-05 | VSOCK: export socket tables for sock_diag interface | Stefan Hajnoczi |
2017-04-24 | VSOCK: Add vsockmon tap functions | Gerard Garcia |
2017-03-21 | vhost-vsock: add pkt cancel capability | Peng Tao |
2016-08-02 | VSOCK: Introduce virtio_vsock_common.ko | Asias He |
2016-08-02 | VSOCK: defer sock removal to transports | Stefan Hajnoczi |
2016-08-02 | VSOCK: transport-specific vsock_transport functions | Stefan Hajnoczi |
2015-11-01 | VSOCK: define VSOCK_SS_LISTEN once only | Stefan Hajnoczi |
2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman |
2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue |
2014-11-24 | vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ... | Al Viro |
2014-05-05 | vsock: Make transport the proto owner | Andy King |
2013-07-27 | VSOCK: Move af_vsock.h and vsock_addr.h to include/net | Asias He |