summaryrefslogtreecommitdiffstats
path: root/include/net/af_vsock.h
AgeCommit message (Expand)AuthorLines
2025-07-07vsock: fix `vsock_proto` declarationStefano Garzarella-1/+1
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj-0/+1
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2024-08-15vsock: fix recursive ->recvmsg callsCong Wang-0/+4
2024-08-02vsock: add support for SIOCOUTQ ioctlLuigi Leonardi-0/+3
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov-1/+1
2023-10-15vsock: check for MSG_ZEROCOPY support on sendArseniy Krasnov-0/+7
2023-08-04af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()Yue Haibing-2/+0
2023-03-29vsock: support sockmapBobby Eshleman-0/+17
2022-08-23vsock: add API call for data readyArseniy Krasnov-0/+1
2022-08-23vsock: SO_RCVLOWAT transport set callbackArseniy Krasnov-0/+1
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski-0/+1
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park-1/+2
2021-06-11af_vsock: rest of SEQPACKET supportArseny Krasnov-0/+2
2021-06-11af_vsock: implement send logic for SEQPACKETArseny Krasnov-0/+2
2021-06-11af_vsock: implement SEQPACKET receive loopArseny Krasnov-0/+4
2019-12-11vsock: add local transport support in the vsock coreStefano Garzarella-0/+2
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella-0/+2
2019-11-14vsock: add multi-transports supportStefano Garzarella-6/+12
2019-11-14vsock: add vsock_create_connected() called by transportsStefano Garzarella-4/+1
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella-8/+7
2019-11-14vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella-1/+1
2019-11-14vsock: add 'transport' member in the struct vsock_sockStefano Garzarella-0/+1
2019-11-14vsock: remove include/linux/vm_sockets.h fileStefano Garzarella-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner-9/+1
2018-08-07vsock: split dwork to avoid reinitializationsCong Wang-2/+2
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi-3/+0
2017-10-05VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi-0/+12
2017-10-05VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi-0/+5
2017-04-24VSOCK: Add vsockmon tap functionsGerard Garcia-0/+13
2017-03-21vhost-vsock: add pkt cancel capabilityPeng Tao-0/+3
2016-08-02VSOCK: Introduce virtio_vsock_common.koAsias He-0/+2
2016-08-02VSOCK: defer sock removal to transportsStefan Hajnoczi-0/+1
2016-08-02VSOCK: transport-specific vsock_transport functionsStefan Hajnoczi-0/+3
2015-11-01VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi-0/+3
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue-2/+2
2014-11-24vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...Al Viro-3/+3
2014-05-05vsock: Make transport the proto ownerAndy King-1/+5
2013-07-27VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He-0/+175