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 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/+1Star
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-191-2/+1Star
| |/
* / vhost_net: disable zerocopy by defaultJason Wang2019-06-171-1/+1
|/
* vhost_net: fix possible infinite loopJason Wang2019-05-271-16/+13Star
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-05-271-16/+6Star
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-291-1/+2
* vhost: log dirty page correctlyJason Wang2019-01-181-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-131-1/+7
|/
* net: vhost: remove bad code lineTonghao Zhang2018-10-081-1/+0Star
* net: vhost: add rx busy polling in tx pathTonghao Zhang2018-09-271-21/+14Star
* net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang2018-09-271-40/+70
* net: vhost: replace magic number of lock annotationTonghao Zhang2018-09-271-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/+2Star
* 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-131-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
|/
* vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)2018-04-091-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-021-2/+2
|\
| * 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
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-4/+3Star
|/