index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
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-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-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-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-30
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-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-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-03
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
2021-06-11
virtio/vsock: add SEQPACKET receive logic
Arseny Krasnov
1
-3
/
+31
2021-06-11
virtio/vsock: dequeue callback for SOCK_SEQPACKET
Arseny Krasnov
1
-0
/
+84
2021-06-11
virtio/vsock: simplify credit update function API
Arseny Krasnov
1
-4
/
+3
2021-06-11
virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
Arseny Krasnov
1
-14
/
+5
2021-04-20
vsock/virtio: free queued packets when closing socket
Stefano Garzarella
1
-9
/
+19
2021-02-08
vsock/virtio: update credit only if socket is not closed
Stefano Garzarella
1
-2
/
+2
2020-11-23
vsock/virtio: discard packets only when socket is really closed
Stefano Garzarella
1
-3
/
+5
2020-05-30
virtio_vsock: Fix race condition in virtio_transport_recv_pkt
Jia He
1
-0
/
+8
2020-04-27
vsock/virtio: fix multiple packet delivery to monitoring devices
Stefano Garzarella
1
-0
/
+4
2020-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+0
2020-02-27
vsock: fix potential deadlock in transport->release()
Stefano Garzarella
1
-2
/
+0
[next]