summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* vsock: fix timeout in vsock_accept()Stefano Garzarella2020-06-111-1/+1
* hv_sock: Remove the accept port restrictionSunil Muthuswamy2020-02-141-59/+9
* VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2019-12-051-1/+6
* vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-12-011-3/+12
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-1/+1
* vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-073-6/+14
* hv_sock: Fix hang when a connection is closedDexuan Cui2019-09-161-0/+8
* hv_sock: Add support for delayed closeSunil Muthuswamy2019-08-041-31/+77
* vsock: correct removal of socket from the listSunil Muthuswamy2019-08-041-31/+7
* VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2019-08-047-56/+64
* hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-07-311-33/+11
* vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira2019-05-251-7/+6
* vsock/virtio: free packets during the socket releaseStefano Garzarella2019-05-251-0/+7
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-05-021-7/+15
* vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-03-131-0/+3
* vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-03-131-8/+18
* vsock: cope with memory allocation failure at socket creation timePaolo Abeni2019-02-231-0/+4
* VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2019-01-091-17/+50
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-222-9/+9
* VSOCK: fix loopback on big-endian systemsClaudio Imbrenda2018-07-221-1/+1
* VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi2018-02-251-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* hv_sock: add locking in the open/close/release code pathsDexuan Cui2017-10-211-4/+18
* hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui2017-08-283-0/+919
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+2
* vsock: use new wait API for vsock_stream_sendmsg()WANG Cong2017-05-221-13/+8
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-101-3/+3
|\
| * virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-3/+3
* | VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2017-04-242-0/+67
* | VSOCK: Add vsockmon tap functionsGerard Garcia2017-04-242-1/+115
* | VSOCK: remove unnecessary ternary operator on return valueColin Ian King2017-03-301-15/+7
|/
* vsock: cancel packets when failing to connectPeng Tao2017-03-211-0/+14
* vsock: add pkt cancel capabilityPeng Tao2017-03-211-0/+42
* vsock: track pkt owner vsockPeng Tao2017-03-211-0/+7
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+2
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-032-0/+2
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-0/+2
* | virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-172-30/+30
|\
| * ATM: use designated initializersKees Cook2016-12-172-30/+30
* | vsock/virtio: fix src/dst cid formatMichael S. Tsirkin2016-12-151-7/+7
* | vsock/virtio: mark an internal function staticMichael S. Tsirkin2016-12-151-2/+1
* | vsock/virtio: add a missing __le annotationMichael S. Tsirkin2016-12-151-1/+1
|/
* VSOCK: add loopback to virtio_transportStefan Hajnoczi2016-11-241-0/+56
* net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-5/+5
* VSOCK: Don't dec ack backlog twice for rejected connectionsJorgen Hansen2016-09-271-3/+3
* vhost/vsock: drop space available check for TX vqGerard Garcia2016-08-151-7/+3
* VSOCK: Add Makefile and KconfigAsias He2016-08-022-0/+26