summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
Commit message (Expand)AuthorAge
* VSOCK: make af_vsock.ko removable againStefan Hajnoczi2018-04-17
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * net: annotate ->poll() instancesAl Viro2017-11-27
* | VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi2018-01-26
* | VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi2017-12-05
* | VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen2017-11-28
* | VSOCK: Don't call vsock_stream_has_data in atomic contextJorgen Hansen2017-11-26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | vsock: always call vsock_init_tables()Cong Wang2017-10-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\ \ | |/
| * hv_sock: add locking in the open/close/release code pathsDexuan Cui2017-10-21
* | VSOCK: add sock_diag interfaceStefan Hajnoczi2017-10-05
* | VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-05
* | VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi2017-10-05
* | VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi2017-10-05
* | vsock: vmci: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-09-19
|/
* hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui2017-08-28
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-20
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* vsock: use new wait API for vsock_stream_sendmsg()WANG Cong2017-05-22
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-10
|\
| * virtio: wrap find_vqsMichael S. Tsirkin2017-05-02
* | VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2017-04-24
* | VSOCK: Add vsockmon tap functionsGerard Garcia2017-04-24
* | VSOCK: remove unnecessary ternary operator on return valueColin Ian King2017-03-30
|/
* vsock: cancel packets when failing to connectPeng Tao2017-03-21
* vsock: add pkt cancel capabilityPeng Tao2017-03-21
* vsock: track pkt owner vsockPeng Tao2017-03-21
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* | virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-27
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-17
|\
| * ATM: use designated initializersKees Cook2016-12-17
* | vsock/virtio: fix src/dst cid formatMichael S. Tsirkin2016-12-15
* | vsock/virtio: mark an internal function staticMichael S. Tsirkin2016-12-15
* | vsock/virtio: add a missing __le annotationMichael S. Tsirkin2016-12-15
|/
* VSOCK: add loopback to virtio_transportStefan Hajnoczi2016-11-24
* net: fix sleeping for sk_wait_event()WANG Cong2016-11-14
* VSOCK: Don't dec ack backlog twice for rejected connectionsJorgen Hansen2016-09-27
* vhost/vsock: drop space available check for TX vqGerard Garcia2016-08-15
* VSOCK: Add Makefile and KconfigAsias He2016-08-02
* VSOCK: Introduce virtio_transport.koAsias He2016-08-02
* VSOCK: Introduce virtio_vsock_common.koAsias He2016-08-02
* VSOCK: defer sock removal to transportsStefan Hajnoczi2016-08-02
* VSOCK: transport-specific vsock_transport functionsStefan Hajnoczi2016-08-02