aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/virtio_transport_common.c
AgeCommit message (Expand)Author
2023-12-20vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov
2022-10-26vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa
2021-02-23vsock/virtio: update credit only if socket is not closedStefano Garzarella
2020-10-07net: virtio_vsock: Enhance connection semanticsSebastien Boeuf
2020-10-07vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella
2019-12-01vhost/vsock: split packets to send using multiple buffersStefano Garzarella
2019-11-12vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella
2019-10-07vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui
2019-06-22vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber
2019-05-25vsock/virtio: free packets during the socket releaseStefano Garzarella
2019-05-02vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia
2017-03-21vsock: track pkt owner vsockPeng Tao
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-15vsock/virtio: fix src/dst cid formatMichael S. Tsirkin
2016-12-15vsock/virtio: mark an internal function staticMichael S. Tsirkin
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-08-02VSOCK: Introduce virtio_vsock_common.koAsias He