aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAge
* vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella2019-11-08
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-28
* vsock/virtio: discard packets if credit is not respectedStefano Garzarella2019-10-18
* vsock/virtio: send a credit update when buffer size is changedStefano Garzarella2019-10-18
* vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-01
* vsock/virtio: a better comment on credit updateMichael S. Tsirkin2019-09-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-06
|\
| * hv_sock: Fix hang when a connection is closedDexuan Cui2019-08-02
* | vsock/virtio: change the maximum packet size allowedStefano Garzarella2019-07-30
* | vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-07-30
* | vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()Stefano Garzarella2019-07-30
* | vsock/virtio: reduce credit update messagesStefano Garzarella2019-07-30
* | vsock/virtio: limit the memory used per-socketStefano Garzarella2019-07-30
* | hv_sock: Use consistent types for UUIDsAndy Shevchenko2019-07-23
|/
* vsock/virtio: fix flush of works during the .remove()Stefano Garzarella2019-07-08
* vsock/virtio: stop workers during the .remove()Stefano Garzarella2019-07-08
* vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2019-07-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-22
| |\
| | * hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-18
| * | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-21
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-17
| |\ \ | | |/ | |/|
| | * hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui2019-06-16
| | * vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-15
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner2019-06-05
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-05
| |/
* | vsock: correct removal of socket from the listSunil Muthuswamy2019-06-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* | hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy2019-05-22
* | hv_sock: perf: Allow the socket buffer size options to influence the actual s...Sunil Muthuswamy2019-05-22
|/
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-21
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* | vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira2019-05-18
* | vsock/virtio: free packets during the socket releaseStefano Garzarella2019-05-17
* | hv_sock: Add support for delayed closeSunil Muthuswamy2019-05-16
|/
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-03-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-15
|\
| * vsock: cope with memory allocation failure at socket creation timePaolo Abeni2019-02-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-08
|\|
| * vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-02-03
| * vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-02-03
* | socket: move compat timeout handling into sock.cArnd Bergmann2019-02-03
* | Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu2019-01-15
|/
* VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2018-12-18
* VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2018-12-14
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-07
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28