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