| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | Revert "vsock/virtio: fix skb overhead overflow on 32-bit builds" | Stefano Garzarella | 1 | -1/+1 |
| 3 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -29/+53 |
| 9 days | vsock/virtio: fix skb overhead overflow on 32-bit builds | Stefano Garzarella | 1 | -1/+1 |
| 9 days | vsock: keep poll shutdown state consistent | Ziyu Zhang | 4 | -28/+52 |
| 10 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -56/+58 |
| 11 days | vsock/virtio: fix skb overhead accounting to preserve full buf_alloc | Stefano Garzarella | 1 | -1/+8 |
| 11 days | vsock/virtio: reset connection on receiving queue overflow | Stefano Garzarella | 1 | -5/+15 |
| 11 days | vsock/vmci: fix UAF when peer resets connection during handshake | Minh Nguyen | 1 | -1/+1 |
| 2026-05-15 | vsock/virtio: fix zerocopy completion for multi-skb sends | Stefano Garzarella | 1 | -49/+34 |
| 2026-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -30/+15 |
| 2026-05-12 | vsock/virtio: fix empty payload in tap skb for non-linear buffers | Stefano Garzarella | 1 | -27/+11 |
| 2026-05-12 | vsock/virtio: fix length and offset in tap skb for split packets | Stefano Garzarella | 1 | -5/+6 |
| 2026-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2026-05-04 | vsock/virtio: fix potential unbounded skb queue | Eric Dumazet | 1 | -1/+3 |
| 2026-05-04 | vsock: convert to getsockopt_iter | Breno Leitao | 1 | -9/+7 |
| 2026-04-29 | hv_sock: fix ARM64 support | Hamza Mahfooz | 1 | -2/+2 |
| 2026-04-23 | hv_sock: Return -EIO for malformed/short packets | Dexuan Cui | 1 | -9/+18 |
| 2026-04-23 | vsock/virtio: fix MSG_ZEROCOPY pinned-pages accounting | Stefano Garzarella | 1 | -3/+8 |
| 2026-04-20 | hv_sock: Report EOF instead of -EIO for FIN | Dexuan Cui | 1 | -4/+16 |
| 2026-04-16 | vsock/virtio: fix MSG_PEEK ignoring skb offset when calculating bytes to copy | Luigi Leonardi | 1 | -3/+2 |
| 2026-04-16 | vsock/virtio: fix accept queue count leak on transport mismatch | Dudu Lu | 1 | -2/+1 |
| 2026-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+3 |
| 2026-04-12 | vsock: fix buffer size clamping order | Norbert Szetei | 1 | -3/+3 |
| 2026-04-12 | vsock/virtio: remove unnecessary call to `virtio_transport_get_ops` | Luigi Leonardi | 1 | -2/+0 |
| 2026-04-06 | vsock: avoid timeout for non-blocking accept() with empty backlog | Laurence Rowe | 1 | -9/+6 |
| 2026-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2026-04-02 | vsock: initialize child_ns_mode_locked in vsock_net_init() | Stefano Garzarella | 1 | -0/+1 |
| 2026-03-24 | hv_sock: update outdated comment for renamed vsock_stream_recvmsg() | Kexin Sun | 1 | -1/+1 |
| 2026-03-12 | vsock: add G2H fallback for CIDs not owned by H2G transport | Alexander Graf | 2 | -5/+37 |
| 2026-03-02 | net: remove addr_len argument of recvmsg() handlers | Eric Dumazet | 2 | -3/+3 |
| 2026-02-26 | Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -7/+12 |
| 2026-02-26 | vsock: lock down child_ns_mode as write-once | Bobby Eshleman | 1 | -5/+10 |
| 2026-02-25 | vsock: Use container_of() to get net namespace in sysctl handlers | Greg Kroah-Hartman | 1 | -2/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 4 | -6/+6 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 4 | -7/+7 |
| 2026-02-19 | Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -5/+15 |
| 2026-02-13 | vsock: prevent child netns mode switch from local to global | Stefano Garzarella | 1 | -3/+12 |
| 2026-02-13 | vsock: fix child netns mode initialization | Stefano Garzarella | 1 | -2/+3 |
| 2026-02-13 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -8/+11 |
| 2026-02-04 | vmw_vsock: bypass false-positive Wnonnull warning with gcc-16 | Arnd Bergmann | 1 | -1/+1 |
| 2026-01-28 | vsock/virtio: reorder fields to reduce padding | Michael S. Tsirkin | 1 | -9/+9 |
| 2026-01-27 | vsock: add netns support to virtio transports | Bobby Eshleman | 3 | -27/+54 |
| 2026-01-27 | virtio: set skb owner of virtio_transport_reset_no_sock() reply | Bobby Eshleman | 1 | -0/+6 |
| 2026-01-27 | vsock: add netns to vsock core | Bobby Eshleman | 6 | -44/+347 |
| 2026-01-22 | vsock/virtio: cap TX credit to local buffer size | Melbin K Mathew | 1 | -2/+12 |
| 2026-01-22 | vsock/virtio: fix potential underflow in virtio_transport_get_credit() | Melbin K Mathew | 1 | -7/+9 |
| 2026-01-15 | vsock/virtio: Coalesce only linear skb | Michal Luczaj | 1 | -2/+4 |
| 2026-01-08 | vsock/virtio: use virtqueue_add_inbuf_cache_clean for events | Michael S. Tsirkin | 1 | -1/+1 |
| 2026-01-08 | vsock/virtio: fix DMA alignment for event_list | Michael S. Tsirkin | 1 | -0/+3 |
| 2026-01-05 | vsock: Make accept()ed sockets use custom setsockopt() | Michal Luczaj | 1 | -0/+4 |
| 2025-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -9/+31 |
| 2025-11-20 | vsock: Ignore signal/timeout on connect() if already established | Michal Luczaj | 1 | -9/+31 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 2 | -4/+4 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -2/+2 |
| 2025-10-23 | vsock: fix lock inversion in vsock_assign_transport() | Stefano Garzarella | 1 | -19/+19 |
| 2025-10-07 | Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+1 |
| 2025-10-01 | Drivers: hv: Add CONFIG_HYPERV_VMBUS option | Mukesh Rathor | 1 | -1/+1 |
| 2025-09-22 | net: WQ_PERCPU added to alloc_workqueue users | Marco Crivellari | 2 | -2/+2 |
| 2025-09-22 | net: replace use of system_wq with system_percpu_wq | Marco Crivellari | 1 | -1/+1 |
| 2025-08-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+5 |
| 2025-08-21 | vsock/virtio: Fix message iterator handling on transmit path | Will Deacon | 1 | -3/+5 |
| 2025-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
| 2025-08-13 | vsock: use sizeof(struct sockaddr_storage) instead of magic value | Wang Liang | 1 | -6/+1 |
| 2025-08-08 | vsock: Do not allow binding to VMADDR_PORT_ANY | Budimir Markovic | 1 | -1/+2 |
| 2025-08-01 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -6/+17 |
| 2025-08-01 | vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffers | Will Deacon | 1 | -2/+3 |
| 2025-08-01 | vsock/virtio: Rename virtio_vsock_skb_rx_put() | Will Deacon | 1 | -1/+1 |
| 2025-08-01 | vsock/virtio: Rename virtio_vsock_alloc_skb() | Will Deacon | 2 | -2/+2 |
| 2025-08-01 | vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page | Will Deacon | 1 | -1/+1 |
| 2025-08-01 | vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put() | Will Deacon | 1 | -1/+3 |
| 2025-08-01 | vsock/virtio: Validate length in packet header before skb_put() | Will Deacon | 1 | -2/+10 |
| 2025-07-26 | vsock: remove unnecessary null check in vsock_getname() | Wang Liang | 1 | -5/+0 |
| 2025-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -11/+46 |
| 2025-07-09 | vsock: Add support for SIOCINQ ioctl | Xuewei Niu | 1 | -0/+22 |
| 2025-07-09 | hv_sock: Return the readable bytes in hvs_stream_has_data() | Dexuan Cui | 1 | -3/+14 |
| 2025-07-08 | vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local` | Michal Luczaj | 1 | -0/+2 |
| 2025-07-08 | vsock: Fix transport_* TOCTOU | Michal Luczaj | 1 | -5/+23 |
| 2025-07-08 | vsock: Fix transport_{g2h,h2g} TOCTOU | Michal Luczaj | 1 | -6/+21 |
| 2025-07-03 | vsock/vmci: Clear the vmci transport packet properly when initializing it | HarshaVardhana S A | 1 | -2/+2 |
| 2025-05-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -10/+16 |
| 2025-05-27 | vsock: Move lingering logic to af_vsock core | Michal Luczaj | 2 | -21/+35 |
| 2025-05-27 | vsock/virtio: Linger on unsent data | Michal Luczaj | 1 | -1/+3 |
| 2025-05-26 | vsock/virtio: fix `rx_bytes` accounting for stream sockets | Stefano Garzarella | 1 | -10/+16 |
| 2025-05-13 | net: devmem: Implement TX path | Mina Almasry | 1 | -3/+2 |
| 2025-04-02 | vsock: avoid timeout during connect() if the socket is closing | Stefano Garzarella | 1 | -1/+5 |
| 2025-02-18 | vsock/bpf: Warn on socket without transport | Michal Luczaj | 2 | -1/+4 |
| 2025-02-14 | vsock/virtio: fix variables initialization during resuming | Junnan Wu | 1 | -3/+7 |
| 2025-02-12 | vsock: Orphan socket after transport release | Michal Luczaj | 1 | -1/+7 |
| 2025-01-30 | Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+11 |
| 2025-01-29 | vsock: Allow retrying on connect() failure | Michal Luczaj | 1 | -0/+5 |
| 2025-01-29 | vsock: Keep the binding until socket destruction | Michal Luczaj | 1 | -2/+6 |
| 2025-01-25 | Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -3/+3 |
| 2025-01-14 | vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] | Stefano Garzarella | 1 | -0/+9 |
| 2025-01-14 | vsock: reset socket state when de-assigning the transport | Stefano Garzarella | 1 | -0/+9 |
| 2025-01-14 | vsock/virtio: cancel close work in the destructor | Stefano Garzarella | 1 | -8/+21 |
| 2025-01-14 | vsock/bpf: return early if transport is not assigned | Stefano Garzarella | 1 | -0/+9 |
| 2025-01-14 | vsock/virtio: discard packets if the transport changes | Stefano Garzarella | 1 | -2/+5 |
| 2025-01-10 | hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h | Nuno Das Neves | 1 | -3/+3 |
| 2024-11-25 | bpf, vsock: Invoke proto::close on close() | Michal Luczaj | 1 | -27/+40 |
| 2024-11-25 | bpf, vsock: Fix poll() missing a queue | Michal Luczaj | 1 | -0/+3 |
| 2024-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+13 |
| 2024-11-14 | Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -0/+12 |
| 2024-11-12 | virtio/vsock: Improve MSG_ZEROCOPY error handling | Michal Luczaj | 1 | -0/+1 |
| 2024-11-12 | vsock: Fix sk_error_queue memory leak | Michal Luczaj | 1 | -0/+3 |
| 2024-11-12 | virtio/vsock: Fix accept_queue memory leak | Michal Luczaj | 1 | -0/+8 |
| 2024-11-09 | hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer | Hyunwoo Kim | 1 | -0/+1 |
| 2024-11-06 | vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans | Hyunwoo Kim | 1 | -0/+1 |
| 2024-10-28 | vsock: do not leave dangling sk pointer in vsock_create() | Eric Dumazet | 1 | -0/+1 |
| 2024-10-18 | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds | 2 | -10/+12 |
| 2024-10-17 | bpf, vsock: Drop static vsock_bpf_prot initialization | Michal Luczaj | 1 | -8/+0 |
| 2024-10-17 | vsock: Update msg_count on read_skb() | Michal Luczaj | 1 | -0/+3 |
| 2024-10-17 | vsock: Update rx_bytes on read_skb() | Michal Luczaj | 1 | -2/+9 |
| 2024-10-07 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -4/+4 |
| 2024-10-07 | vsock/virtio: use GFP_ATOMIC under RCU read lock | Michael S. Tsirkin | 1 | -4/+4 |
| 2024-09-26 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -50/+94 |
| 2024-09-25 | vsock/virtio: avoid queuing packets when intermediate queue is empty | Luigi Leonardi | 1 | -4/+35 |
| 2024-09-25 | vsock/virtio: refactor virtio_transport_send_pkt_work | Marco Pinna | 1 | -46/+59 |
| 2024-09-25 | vdpa/octeon_ep: Fix format specifier for pointers in debug messages | Srujana Challa | 0 | -0/+0 |
| 2024-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -23/+31 |
| 2024-08-15 | vsock: fix recursive ->recvmsg calls | Cong Wang | 2 | -23/+31 |
| 2024-08-02 | vsock/virtio: add SIOCOUTQ support for all virtio based transports | Luigi Leonardi | 3 | -1/+44 |
| 2024-08-02 | vsock: add support for SIOCOUTQ ioctl | Luigi Leonardi | 1 | -3/+55 |
| 2024-07-17 | virtio: rename virtio_find_vqs_info() to virtio_find_vqs() | Jiri Pirko | 1 | -2/+1 |
| 2024-07-17 | virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info() | Jiri Pirko | 1 | -11/+6 |
| 2024-05-23 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+0 |
| 2024-05-22 | vsock/virtio: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -3/+3 |
| 2024-04-02 | vsock/virtio: fix packet delivery to tap device | Marco Pinna | 1 | -1/+2 |
| 2024-01-23 | sock_diag: add module pointer to "struct sock_diag_handler" | Eric Dumazet | 1 | -0/+1 |
| 2024-01-03 | vsock/virtio: use skb_frag_*() helpers | Mina Almasry | 1 | -3/+3 |
| 2023-12-15 | virtio/vsock: send credit update during setting SO_RCVLOWAT | Arseniy Krasnov | 5 | -4/+41 |
| 2023-12-15 | virtio/vsock: fix logic which reduces credit update messages | Arseniy Krasnov | 1 | -3/+10 |
| 2023-12-13 | vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space() | Nikolay Kuratov | 1 | -1/+1 |
| 2023-12-07 | vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warning | Stefano Garzarella | 1 | -2/+1 |
| 2023-11-19 | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules | Jakub Kicinski | 1 | -0/+1 |
| 2023-11-07 | virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt() | Shigeru Yoshida | 1 | -0/+2 |
| 2023-11-07 | vsock/virtio: remove socket from connected/bound list on shutdown | Filippo Storniolo | 1 | -5/+11 |
| 2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+17 |
| 2023-10-25 | vsock/virtio: initialize the_virtio_vsock before using VQs | Alexandru Matei | 1 | -1/+17 |
| 2023-10-15 | vsock: enable setting SO_ZEROCOPY | Arseniy Krasnov | 1 | -2/+43 |
| 2023-10-15 | vsock/loopback: support MSG_ZEROCOPY for transport | Arseniy Krasnov | 1 | -0/+6 |
| 2023-10-15 | vsock/virtio: support MSG_ZEROCOPY for transport | Arseniy Krasnov | 1 | -0/+7 |
| 2023-10-15 | vsock: enable SOCK_SUPPORT_ZC bit | Arseniy Krasnov | 1 | -0/+6 |
| 2023-10-15 | vsock: check for MSG_ZEROCOPY support on send | Arseniy Krasnov | 1 | -0/+6 |
| 2023-10-15 | vsock: read from socket's error queue | Arseniy Krasnov | 1 | -0/+6 |
| 2023-10-15 | vsock: set EPOLLERR on non-empty error queue | Arseniy Krasnov | 1 | -1/+1 |
| 2023-09-21 | vsock/virtio: MSG_ZEROCOPY flag support | Arseniy Krasnov | 2 | -57/+223 |
| 2023-09-21 | vsock/virtio: non-linear skb handling for tap | Arseniy Krasnov | 1 | -3/+28 |
| 2023-09-21 | vsock/virtio: support to send non-linear skb | Arseniy Krasnov | 1 | -6/+52 |
| 2023-09-21 | vsock/virtio/vhost: read data from non-linear skb | Arseniy Krasnov | 1 | -13/+19 |
| 2023-09-14 | vsock: send SIGPIPE on write to shutdowned socket | Arseniy Krasnov | 1 | -0/+3 |
| 2023-07-31 | vsock: Remove unused function declarations | Yue Haibing | 1 | -3/+0 |
| 2023-07-27 | virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET | Arseniy Krasnov | 1 | -3/+60 |
| 2023-07-27 | virtio/vsock: rework MSG_PEEK for SOCK_STREAM | Arseniy Krasnov | 1 | -22/+19 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -3/+0 |
| 2023-05-23 | bpf, sockmap: Pass skb ownership through read_skb | John Fastabend | 1 | -4/+1 |
| 2023-05-12 | vsock: avoid to close connected socket after the timeout | Zhuang Shengen | 1 | -1/+1 |
| 2023-04-14 | vsock/loopback: don't disable irqs for queue access | Arseniy Krasnov | 1 | -2/+1 |
| 2023-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -1/+17 |
| 2023-04-04 | vsock: return errors other than -ENOMEM to socket | Arseniy Krasnov | 1 | -2/+2 |
| 2023-04-04 | vsock/vmci: convert VMCI error code to -ENOMEM on receive | Arseniy Krasnov | 1 | -2/+9 |
| 2023-03-31 | vsock/vmci: convert VMCI error code to -ENOMEM on send | Arseniy Krasnov | 1 | -1/+7 |
| 2023-03-31 | virtio/vsock: fix leaks due to missing skb owner | Bobby Eshleman | 1 | -0/+10 |
| 2023-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -9/+10 |
| 2023-03-30 | virtio/vsock: WARN_ONCE() for invalid state of socket | Arseniy Krasnov | 1 | -0/+7 |
| 2023-03-30 | virtio/vsock: fix header length on skb merging | Arseniy Krasnov | 1 | -1/+1 |
| 2023-03-29 | vsock: support sockmap | Bobby Eshleman | 6 | -6/+262 |
| 2023-03-28 | virtio/vsock: check argument to avoid no effect call | Arseniy Krasnov | 1 | -0/+6 |
| 2023-03-28 | virtio/vsock: allocate multiple skbuffs on tx | Arseniy Krasnov | 1 | -14/+43 |
| 2023-03-27 | vsock/loopback: use only sk_buff_head.lock to protect the packet queue | Stefano Garzarella | 1 | -8/+2 |
| 2023-03-22 | virtio/vsock: check transport before skb allocation | Arseniy Krasnov | 1 | -5/+3 |
| 2023-03-16 | virtio/vsock: don't drop skbuff on copy failure | Arseniy Krasnov | 1 | -3/+2 |
| 2023-03-16 | virtio/vsock: remove redundant 'skb_pull()' call | Arseniy Krasnov | 1 | -1/+0 |
| 2023-03-16 | virtio/vsock: don't use skbuff state to account credit | Arseniy Krasnov | 1 | -12/+11 |
| 2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 4 | -322/+301 |
| 2023-01-17 | Drivers: hv: Make remove callback of hyperv driver void returned | Dawei Li | 1 | -3/+1 |
| 2023-01-16 | virtio/vsock: replace virtio_vsock_pkt with sk_buff | Bobby Eshleman | 3 | -321/+299 |
| 2023-01-12 | vsock: return errors other than -ENOMEM to socket | Bobby Eshleman | 1 | -1/+2 |
| 2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+5 |
| 2022-12-09 | net: vmw_vsock: vmci: Check memcpy_from_msg() | Artem Chernyshev | 1 | -1/+5 |
| 2022-11-18 | treewide: use get_random_u32_{above,below}() instead of manual loop | Jason A. Donenfeld | 1 | -2/+1 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-11-03 | vsock: fix possible infinite sleep in vsock_connectible_wait_data() | Dexuan Cui | 1 | -1/+4 |
| 2022-11-03 | vsock: remove the unused 'wait' in vsock_connectible_recvmsg() | Dexuan Cui | 1 | -2/+0 |
| 2022-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-09-29 | vhost/vsock: Use kvmalloc/kvfree for larger packets. | Junichi Uekawa | 1 | -1/+1 |
| 2022-09-16 | vsock/vmci: fix repeated words in comments | Jilin Yuan | 1 | -1/+1 |
| 2022-08-23 | vmci/vsock: check SO_RCVLOWAT before wake up reader | Arseniy Krasnov | 2 | -3/+3 |
| 2022-08-23 | virtio/vsock: check SO_RCVLOWAT before wake up reader | Arseniy Krasnov | 1 | -1/+1 |
| 2022-08-23 | vsock: add API call for data ready | Arseniy Krasnov | 1 | -0/+10 |
| 2022-08-23 | vsock: pass sock_rcvlowat to notify_poll_in as target | Arseniy Krasnov | 1 | -1/+2 |
| 2022-08-23 | vmci/vsock: use 'target' in notify_poll_in callback | Arseniy Krasnov | 2 | -8/+8 |
| 2022-08-23 | virtio/vsock: use 'target' in notify_poll_in callback | Arseniy Krasnov | 1 | -4/+1 |
| 2022-08-23 | hv_sock: disable SO_RCVLOWAT support | Arseniy Krasnov | 1 | -0/+7 |
| 2022-08-23 | vsock: SO_RCVLOWAT transport set callback | Arseniy Krasnov | 1 | -0/+20 |
| 2022-08-10 | vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout() | Peilin Ye | 1 | -0/+1 |
| 2022-08-10 | vsock: Fix memory leak in vsock_connect() | Peilin Ye | 1 | -1/+8 |
| 2022-05-28 | Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -4/+17 |
| 2022-05-02 | vsock/virtio: add support for device suspend/resume | Stefano Garzarella | 1 | -0/+47 |
| 2022-05-02 | vsock/virtio: factor our the code to initialize and delete VQs | Stefano Garzarella | 1 | -66/+84 |