index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
/
virtio_transport_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-21
/
+2
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-01-14
vsock/virtio: cancel close work in the destructor
Stefano Garzarella
1
-8
/
+21
2025-01-14
vsock/virtio: discard packets if the transport changes
Stefano Garzarella
1
-2
/
+5
2024-11-14
Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+9
2024-11-12
virtio/vsock: Improve MSG_ZEROCOPY error handling
Michal Luczaj
1
-0
/
+1
2024-11-12
virtio/vsock: Fix accept_queue memory leak
Michal Luczaj
1
-0
/
+8
2024-11-06
vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans
Hyunwoo Kim
1
-0
/
+1
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-08-02
vsock/virtio: add SIOCOUTQ support for all virtio based transports
Luigi Leonardi
1
-0
/
+35
2023-12-15
virtio/vsock: send credit update during setting SO_RCVLOWAT
Arseniy Krasnov
1
-0
/
+30
2023-12-15
virtio/vsock: fix logic which reduces credit update messages
Arseniy Krasnov
1
-3
/
+10
2023-12-14
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-08
virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
Shigeru Yoshida
1
-0
/
+2
2023-11-08
vsock/virtio: remove socket from connected/bound list on shutdown
Filippo Storniolo
1
-5
/
+11
2023-09-21
vsock/virtio: MSG_ZEROCOPY flag support
Arseniy Krasnov
1
-58
/
+192
2023-09-21
vsock/virtio: non-linear skb handling for tap
Arseniy Krasnov
1
-3
/
+28
2023-09-21
vsock/virtio/vhost: read data from non-linear skb
Arseniy Krasnov
1
-13
/
+19
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-05-23
bpf, sockmap: Pass skb ownership through read_skb
John Fastabend
1
-4
/
+1
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+10
2023-03-31
virtio/vsock: fix leaks due to missing skb owner
Bobby Eshleman
1
-0
/
+10
2023-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+8
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
1
-0
/
+25
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-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-01-16
virtio/vsock: replace virtio_vsock_pkt with sk_buff
Bobby Eshleman
1
-189
/
+233
2022-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-09-30
vhost/vsock: Use kvmalloc/kvfree for larger packets.
Junichi Uekawa
1
-1
/
+1
2022-08-23
virtio/vsock: check SO_RCVLOWAT before wake up reader
Arseniy Krasnov
1
-1
/
+1
2022-08-23
virtio/vsock: use 'target' in notify_poll_in callback
Arseniy Krasnov
1
-4
/
+1
2021-12-08
virtio/vsock: fix the transport to work with VMADDR_CID_ANY
Wei Wang
1
-1
/
+2
2021-09-05
virtio/vsock: support MSG_EOR bit processing
Arseny Krasnov
1
-1
/
+8
2021-09-05
virtio/vsock: rename 'EOR' to 'EOM' bit.
Arseny Krasnov
1
-7
/
+7
2021-08-04
VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUEST
Harshavardhan Unnibhavi
1
-0
/
+3
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-1
/
+1
2021-06-18
vsock/virtio: remove redundant `copy_failed` variable
Stefano Garzarella
1
-5
/
+2
2021-06-11
virtio/vsock: rest of SOCK_SEQPACKET support
Arseny Krasnov
1
-2
/
+39
[next]