summaryrefslogtreecommitdiff
path: root/net/vmw_vsock/virtio_transport_common.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-27vsock: add netns support to virtio transportsBobby Eshleman
2026-01-27virtio: set skb owner of virtio_transport_reset_no_sock() replyBobby Eshleman
2026-01-27vsock: add netns to vsock coreBobby Eshleman
2026-01-22vsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew
2026-01-22vsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew
2026-01-15vsock/virtio: Coalesce only linear skbMichal Luczaj
2025-08-21vsock/virtio: Fix message iterator handling on transmit pathWill Deacon
2025-08-01vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj
2025-05-27vsock/virtio: Linger on unsent dataMichal Luczaj
2025-05-26vsock/virtio: fix `rx_bytes` accounting for stream socketsStefano Garzarella
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-01-14vsock/virtio: cancel close work in the destructorStefano Garzarella
2025-01-14vsock/virtio: discard packets if the transport changesStefano Garzarella
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-12virtio/vsock: Improve MSG_ZEROCOPY error handlingMichal Luczaj
2024-11-12virtio/vsock: Fix accept_queue memory leakMichal Luczaj
2024-11-06vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim
2024-10-17vsock: Update msg_count on read_skb()Michal Luczaj
2024-10-17vsock: Update rx_bytes on read_skb()Michal Luczaj
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov
2023-12-15virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov
2023-12-13vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov
2023-12-07vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningStefano Garzarella
2023-11-07virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()Shigeru Yoshida
2023-11-07vsock/virtio: remove socket from connected/bound list on shutdownFilippo Storniolo
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov
2023-09-21vsock/virtio: non-linear skb handling for tapArseniy Krasnov
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov
2023-07-27virtio/vsock: support MSG_PEEK for SOCK_SEQPACKETArseniy Krasnov
2023-07-27virtio/vsock: rework MSG_PEEK for SOCK_STREAMArseniy Krasnov
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-31virtio/vsock: fix leaks due to missing skb ownerBobby Eshleman
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-30virtio/vsock: WARN_ONCE() for invalid state of socketArseniy Krasnov
2023-03-30virtio/vsock: fix header length on skb mergingArseniy Krasnov
2023-03-29vsock: support sockmapBobby Eshleman
2023-03-28virtio/vsock: check argument to avoid no effect callArseniy Krasnov
2023-03-28virtio/vsock: allocate multiple skbuffs on txArseniy Krasnov
2023-03-22virtio/vsock: check transport before skb allocationArseniy Krasnov
2023-03-16virtio/vsock: don't drop skbuff on copy failureArseniy Krasnov
2023-03-16virtio/vsock: remove redundant 'skb_pull()' callArseniy Krasnov
2023-03-16virtio/vsock: don't use skbuff state to account creditArseniy Krasnov
2023-01-16virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman