summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vhost_net: drop unnecessary parameterJason Wang2018-07-221-4/+2
* vhost_net: Avoid rx vring kicks during busyloopToshiaki Makita2018-07-041-3/+7
* vhost_net: Avoid rx queue wake-ups during busypollToshiaki Makita2018-07-041-7/+19
* vhost_net: Avoid tx vring kicks during busyloopToshiaki Makita2018-07-041-13/+22
* vhost_net: Rename local variables in vhost_net_rx_peek_head_lenToshiaki Makita2018-07-041-17/+17
* vhost_net: validate sock before trying to put its fdJason Wang2018-06-231-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-13/+24
|\
| * vhost_net: flush batched heads before trying to busy pollingJason Wang2018-05-301-13/+24
* | 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
|/