summaryrefslogtreecommitdiff
path: root/net/vmw_vsock/virtio_transport_common.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-30vsock/virtio: Fix message iterator handling on transmit pathWill Deacon1-3/+5
2026-01-30vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon1-2/+3
2026-01-30vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon1-1/+1
2026-01-30vsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew1-2/+12
2026-01-30vsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew1-7/+9
2026-01-30vsock/virtio: Coalesce only linear skbMichal Luczaj1-2/+4
2025-06-19vsock/virtio: fix `rx_bytes` accounting for stream socketsStefano Garzarella1-10/+16
2025-01-23vsock/virtio: cancel close work in the destructorStefano Garzarella1-8/+21
2025-01-23vsock/virtio: discard packets if the transport changesStefano Garzarella1-2/+5
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+9
2024-11-12virtio/vsock: Improve MSG_ZEROCOPY error handlingMichal Luczaj1-0/+1
2024-11-12virtio/vsock: Fix accept_queue memory leakMichal Luczaj1-0/+8
2024-11-06vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim1-0/+1
2024-10-17vsock: Update msg_count on read_skb()Michal Luczaj1-0/+3
2024-10-17vsock: Update rx_bytes on read_skb()Michal Luczaj1-2/+9
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi1-0/+35
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov1-0/+30
2023-12-15virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov1-3/+10
2023-12-14vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov1-1/+1
2023-12-07vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningStefano Garzarella1-2/+1
2023-11-08virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()Shigeru Yoshida1-0/+2
2023-11-08vsock/virtio: remove socket from connected/bound list on shutdownFilippo Storniolo1-5/+11
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov1-58/+192
2023-09-21vsock/virtio: non-linear skb handling for tapArseniy Krasnov1-3/+28
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov1-13/+19
2023-07-27virtio/vsock: support MSG_PEEK for SOCK_SEQPACKETArseniy Krasnov1-3/+60
2023-07-27virtio/vsock: rework MSG_PEEK for SOCK_STREAMArseniy Krasnov1-22/+19
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend1-4/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+10
2023-03-31virtio/vsock: fix leaks due to missing skb ownerBobby Eshleman1-0/+10
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2023-03-30virtio/vsock: WARN_ONCE() for invalid state of socketArseniy Krasnov1-0/+7
2023-03-30virtio/vsock: fix header length on skb mergingArseniy Krasnov1-1/+1
2023-03-29vsock: support sockmapBobby Eshleman1-0/+25
2023-03-28virtio/vsock: check argument to avoid no effect callArseniy Krasnov1-0/+6
2023-03-28virtio/vsock: allocate multiple skbuffs on txArseniy Krasnov1-14/+43
2023-03-22virtio/vsock: check transport before skb allocationArseniy Krasnov1-5/+3
2023-03-16virtio/vsock: don't drop skbuff on copy failureArseniy Krasnov1-3/+2
2023-03-16virtio/vsock: remove redundant 'skb_pull()' callArseniy Krasnov1-1/+0
2023-03-16virtio/vsock: don't use skbuff state to account creditArseniy Krasnov1-12/+11
2023-01-16virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman1-189/+233
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-09-30vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa1-1/+1
2022-08-23virtio/vsock: check SO_RCVLOWAT before wake up readerArseniy Krasnov1-1/+1
2022-08-23virtio/vsock: use 'target' in notify_poll_in callbackArseniy Krasnov1-4/+1
2021-12-08virtio/vsock: fix the transport to work with VMADDR_CID_ANYWei Wang1-1/+2
2021-09-05virtio/vsock: support MSG_EOR bit processingArseny Krasnov1-1/+8
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov1-7/+7
2021-08-04VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi1-0/+3
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1