summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorLines
2018-05-26net/vmw_vsock: convert to ->poll_maskChristoph Hellwig-13/+6
2018-04-17VSOCK: make af_vsock.ko removable againStefan Hajnoczi-0/+6
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-15/+15
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2018-01-26VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi-1/+1
2017-12-05VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi-1/+1
2017-11-28VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen-2/+2
2017-11-27net: annotate ->poll() instancesAl Viro-2/+2
2017-11-26VSOCK: Don't call vsock_stream_has_data in atomic contextJorgen Hansen-3/+7
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-26vsock: always call vsock_init_tables()Cong Wang-3/+4
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+17
2017-10-21hv_sock: add locking in the open/close/release code pathsDexuan Cui-4/+18
2017-10-05VSOCK: add sock_diag interfaceStefan Hajnoczi-0/+199
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi-56/+64
2017-10-05VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi-10/+0
2017-10-05VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi-4/+6
2017-09-19vsock: vmci: Remove unneeded linux/miscdevice.h includeCorentin Labbe-1/+0
2017-08-28hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui-0/+919
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu-3/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-4/+2
2017-05-22vsock: use new wait API for vsock_stream_sendmsg()WANG Cong-13/+8
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-3/+3
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin-3/+3
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia-0/+67
2017-04-24VSOCK: Add vsockmon tap functionsGerard Garcia-1/+115
2017-03-30VSOCK: remove unnecessary ternary operator on return valueColin Ian King-15/+7
2017-03-21vsock: cancel packets when failing to connectPeng Tao-0/+14
2017-03-21vsock: add pkt cancel capabilityPeng Tao-0/+42
2017-03-21vsock: track pkt owner vsockPeng Tao-0/+7
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-1/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+2
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig-1/+2
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-30/+30
2016-12-17ATM: use designated initializersKees Cook-30/+30
2016-12-15vsock/virtio: fix src/dst cid formatMichael S. Tsirkin-7/+7
2016-12-15vsock/virtio: mark an internal function staticMichael S. Tsirkin-2/+1
2016-12-15vsock/virtio: add a missing __le annotationMichael S. Tsirkin-1/+1
2016-11-24VSOCK: add loopback to virtio_transportStefan Hajnoczi-0/+56
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong-5/+5
2016-09-27VSOCK: Don't dec ack backlog twice for rejected connectionsJorgen Hansen-3/+3
2016-08-15vhost/vsock: drop space available check for TX vqGerard Garcia-7/+3
2016-08-02VSOCK: Add Makefile and KconfigAsias He-0/+26
2016-08-02VSOCK: Introduce virtio_transport.koAsias He-0/+624
2016-08-02VSOCK: Introduce virtio_vsock_common.koAsias He-0/+992
2016-08-02VSOCK: defer sock removal to transportsStefan Hajnoczi-6/+12