summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-06-161-0/+3
|\
| * vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin2018-06-121-0/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-6/+9
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-125-10/+15
* | Convert vhost to struct_sizeMatthew Wilcox2018-06-121-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-7/+12
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-13/+24
| |\ \ | | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-0/+3
| |\ \
| * | | vhost_net: use packet weight for rx handler, tooPaolo Abeni2018-04-241-4/+8
| * | | tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-171-3/+4
* | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-1/+1
| |/ /
* | | vhost_net: flush batched heads before trying to busy pollingJason Wang2018-05-301-13/+24
| |/ |/|
* | vhost: synchronize IOTLB message with dev cleanupJason Wang2018-05-241-0/+3
|/
* vhost: return bool from *_access_ok() functionsStefan Hajnoczi2018-04-112-35/+35
* vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi2018-04-111-3/+5
* vhost: Fix vhost_copy_to_user()Eric Auger2018-04-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-091-1/+7
|\
| * vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)2018-04-091-1/+7
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-063-3/+14
|\ \ | |/ |/|
| * vhost: add vsock compat ioctlSonny Rao2018-03-201-0/+11
| * vhost: fix vhost ioctl signature to build with clangSonny Rao2018-03-202-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-012-12/+9
|\ \
| * | vhost: validate log when IOTLB is enabledJason Wang2018-03-291-8/+6
| * | vhost: correctly remove wait queue during poll failureJason Wang2018-03-271-2/+1
| * | vhost_net: add missing lock nesting notationJason Wang2018-03-261-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-3/+5
|\ \ \ | |/ /
| * | vhost_net: examine pointer types during un-producingJason Wang2018-03-091-1/+1
| * | vhost_net: keep private_data and rx_ring syncedJason Wang2018-03-091-2/+3
| * | vhost_net: initialize rx_ring in vhost_net_open()Alexander Potapenko2018-03-091-0/+1
| |/
* | drivers: vhost: vsock: fixed a brace coding style issueVaibhav Murkute2018-03-091-2/+2
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-4/+3
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-7/+7
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-086-69/+25
|\
| * vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers2018-02-012-20/+5
| * vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers2018-02-012-15/+4
| * vhost: don't hold onto file pointer for VHOST_SET_VRING_CALLEric Biggers2018-02-012-16/+5
| * vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)2018-02-016-8/+7
| * vhost: Remove the unused variable.Tonghao Zhang2018-02-012-5/+0
| * vhost/scsi: Improve a size determination in four functionsMarkus Elfring2018-01-311-5/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-24/+44
|\ \
| * | vhost_net: stop device during reset ownerJason Wang2018-01-291-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-241-1/+5
| |\ \ | | |/
| * | vhost_net: batch used ring update in rxJason Wang2018-01-101-4/+11
| * | tuntap: XDP transmissionJason Wang2018-01-091-1/+12
| * | tun/tap: use ptr_ring instead of skb_arrayJason Wang2018-01-091-19/+20
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-303-10/+10
|\ \ \
| * | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-283-4/+4
| * | | vhost: annotate vhost_pollAl Viro2017-11-272-3/+3
| * | | annotate poll-related wait keysAl Viro2017-11-271-2/+2
OpenPOWER on IntegriCloud