summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-03-081-7/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-0/+4
|\
| * vsock: cope with memory allocation failure at socket creation timePaolo Abeni2019-02-081-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-8/+21
|\|
| * vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-02-031-0/+3
| * vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-02-031-8/+18
* | socket: move compat timeout handling into sock.cArnd Bergmann2019-02-031-2/+2
* | Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu2019-01-151-1/+1
|/
* VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2018-12-181-17/+50
* VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2018-12-141-1/+6
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-072-9/+9
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-6/+13
* VSOCK: fix loopback on big-endian systemsClaudio Imbrenda2018-06-221-1/+1
* net/vmw_vsock: convert to ->poll_maskChristoph Hellwig2018-05-261-13/+6
* VSOCK: make af_vsock.ko removable againStefan Hajnoczi2018-04-171-0/+6
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-15/+15
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi2018-01-261-1/+1
* | VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi2017-12-051-1/+1
* | VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen2017-11-281-2/+2
* | VSOCK: Don't call vsock_stream_has_data in atomic contextJorgen Hansen2017-11-261-3/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | vsock: always call vsock_init_tables()Cong Wang2017-10-261-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-4/+17
|\|
| * hv_sock: add locking in the open/close/release code pathsDexuan Cui2017-10-211-4/+18
* | VSOCK: add sock_diag interfaceStefan Hajnoczi2017-10-053-0/+199
* | VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-057-56/+64
* | VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi2017-10-051-10/+0
* | VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi2017-10-051-4/+6
* | vsock: vmci: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-09-191-1/+0
|/
* 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
|/