summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
Commit message (Expand)AuthorAgeFilesLines
* vhost_net: fix OoB on sendmsg() failure.Paolo Abeni2021-09-091-1/+10
* sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin2021-08-261-2/+0
* vhost_net: use XDP helpersMatteo Croce2021-05-141-4/+2
* vhost_net: avoid tx queue stuck when sendmsg failsYunjian Wang2021-01-191-12/+14
* tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon2021-01-071-0/+1
* skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-071-1/+2
* vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang2021-01-041-3/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-18/+4
|\
| * vhost: generialize backend features setting/gettingJason Wang2020-08-051-16/+2
| * virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-2/+2
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-101-1/+1
|\
| * vhost: allow device that does not depend on vhost workerJason Wang2020-06-041-1/+1
* | vhost_net: Also populate XDP frame sizeJesper Dangaard Brouer2020-05-141-0/+1
|/
* vhost: Create accessors for virtqueues private_dataEugenio Pérez2020-04-161-13/+15
* vhost: factor out IOTLBJason Wang2020-04-011-1/+1
* vhost: allow per device message handlerJason Wang2020-04-011-1/+2
* vhost: Check docket sk_family instead of call getnameEugenio Pérez2020-02-221-9/+1
* compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-11/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-171-2/+2
|\
| * vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang2019-06-051-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-2/+1
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-191-2/+1
| |/
* / vhost_net: disable zerocopy by defaultJason Wang2019-06-171-1/+1
|/
* vhost_net: fix possible infinite loopJason Wang2019-05-271-16/+13
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-05-271-16/+6
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-281-1/+2
* vhost: log dirty page correctlyJason Wang2019-01-171-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-3/+51
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-1/+7
| |\
| * | vhost_net: mitigate page reference counting during page frag refillJason Wang2018-11-171-3/+51
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-1/+1
|\ \ \ | |_|/ |/| |
| * | drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| |/
* / vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()Jason Wang2018-12-121-1/+7
|/
* net: vhost: remove bad code lineTonghao Zhang2018-10-071-1/+0
* net: vhost: add rx busy polling in tx pathTonghao Zhang2018-09-261-21/+14
* net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang2018-09-261-40/+70
* net: vhost: replace magic number of lock annotationTonghao Zhang2018-09-261-3/+3
* vhost_net: add a missing error returnDan Carpenter2018-09-211-0/+1
* vhost_net: batch submitting XDP buffers to underlayer socketsJason Wang2018-09-131-13/+161
* tun: switch to new type of msg_controlJason Wang2018-09-131-2/+5
* vhost: switch to use new message formatJason Wang2018-08-061-0/+30
* vhost_net: batch update used ring for datacopy TXJason Wang2018-07-221-15/+25
* vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang2018-07-221-4/+4
* vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()Jason Wang2018-07-221-4/+4
* vhost_net: split out datacopy logicJason Wang2018-07-221-20/+90
* vhost_net: introduce tx_can_batch()Jason Wang2018-07-221-2/+7
* vhost_net: introduce get_tx_bufs()Jason Wang2018-07-221-17/+32
* vhost_net: introduce vhost_exceeds_weight()Jason Wang2018-07-221-5/+8
* vhost_net: introduce helper to initialize tx iov iterJason Wang2018-07-221-9/+17