aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/virtio_transport_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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/gregkh/spdxLinus 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/sched.h> into <linux/sched/signal.h>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