aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/virtio_transport_common.c
AgeCommit message (Expand)AuthorFilesLines
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-13vsock/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-07virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()Shigeru Yoshida1-0/+2
2023-11-07vsock/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-30Merge 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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-09-29vhost/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-03VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi1-0/+3
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-18vsock/virtio: remove redundant `copy_failed` variableStefano Garzarella1-5/+2
2021-06-11virtio/vsock: rest of SOCK_SEQPACKET supportArseny Krasnov1-2/+39
2021-06-11virtio/vsock: add SEQPACKET receive logicArseny Krasnov1-3/+31
2021-06-11virtio/vsock: dequeue callback for SOCK_SEQPACKETArseny Krasnov1-0/+84
2021-06-11virtio/vsock: simplify credit update function APIArseny Krasnov1-4/+3
2021-06-11virtio/vsock: set packet's type in virtio_transport_send_pkt_info()Arseny Krasnov1-14/+5
2021-04-20vsock/virtio: free queued packets when closing socketStefano Garzarella1-9/+19
2021-02-08vsock/virtio: update credit only if socket is not closedStefano Garzarella1-2/+2
2020-11-23vsock/virtio: discard packets only when socket is really closedStefano Garzarella1-3/+5
2020-05-30virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He1-0/+8
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella1-0/+4
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella1-2/+0
2020-02-16net: virtio_vsock: Enhance connection semanticsSebastien Boeuf1-0/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+19
2019-12-16vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella1-2/+15
2019-12-16vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()Stefano Garzarella1-4/+4
2019-12-11vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella1-3/+0
2019-11-14vsock: add multi-transports supportStefano Garzarella1-19/+44
2019-11-14vsock: add vsock_create_connected() called by transportsStefano Garzarella1-2/+1
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella1-68/+11
2019-11-14vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella1-4/+5
2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella1-6/+6
2019-11-14vsock: remove vm_sockets_get_local_cid()Stefano Garzarella1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2019-11-08vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella1-3/+5
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet1-1/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+14
2019-10-18vsock/virtio: discard packets if credit is not respectedStefano Garzarella1-3/+11
2019-10-18vsock/virtio: send a credit update when buffer size is changedStefano Garzarella1-0/+3
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-01vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen1-3/+52
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui1-1/+1
2019-09-05vsock/virtio: a better comment on credit updateMichael S. Tsirkin1-2/+7
2019-07-30vsock/virtio: change the maximum packet size allowedStefano Garzarella1-2/+2
2019-07-30vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-3/+12
2019-07-30vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()Stefano Garzarella1-2/+2
2019-07-30vsock/virtio: reduce credit update messagesStefano Garzarella1-3/+13
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella1-9/+51
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-06-15vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber1-1/+3
2019-05-17vsock/virtio: free packets during the socket releaseStefano Garzarella1-0/+7
2019-03-08vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr1-7/+15
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi1-11/+11
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-3/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+2
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia1-0/+64
2017-03-21vsock: track pkt owner vsockPeng Tao1-0/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2016-12-15vsock/virtio: fix src/dst cid formatMichael S. Tsirkin1-7/+7
2016-12-15vsock/virtio: mark an internal function staticMichael S. Tsirkin1-2/+1
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong1-5/+5
2016-08-02VSOCK: Introduce virtio_vsock_common.koAsias He1-0/+992