summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
Commit message (Expand)AuthorAge
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-17
|\
| * vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang2019-06-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-22
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-19
| |/
* / vhost_net: disable zerocopy by defaultJason Wang2019-06-17
|/
* vhost_net: fix possible infinite loopJason Wang2019-05-27
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-05-27
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-29
* vhost: log dirty page correctlyJason Wang2019-01-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-27
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-20
| |\
| * | vhost_net: mitigate page reference counting during page frag refillJason Wang2018-11-17
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-26
|\ \ \ | |_|/ |/| |
| * | drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()Paul E. McKenney2018-11-27
| |/
* / vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()Jason Wang2018-12-13
|/
* net: vhost: remove bad code lineTonghao Zhang2018-10-08
* net: vhost: add rx busy polling in tx pathTonghao Zhang2018-09-26
* net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang2018-09-26
* net: vhost: replace magic number of lock annotationTonghao Zhang2018-09-26
* vhost_net: add a missing error returnDan Carpenter2018-09-21
* vhost_net: batch submitting XDP buffers to underlayer socketsJason Wang2018-09-13
* tun: switch to new type of msg_controlJason Wang2018-09-13
* vhost: switch to use new message formatJason Wang2018-08-06
* vhost_net: batch update used ring for datacopy TXJason Wang2018-07-22
* vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang2018-07-22
* vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()Jason Wang2018-07-22
* vhost_net: split out datacopy logicJason Wang2018-07-22
* vhost_net: introduce tx_can_batch()Jason Wang2018-07-22
* vhost_net: introduce get_tx_bufs()Jason Wang2018-07-22
* vhost_net: introduce vhost_exceeds_weight()Jason Wang2018-07-22
* vhost_net: introduce helper to initialize tx iov iterJason Wang2018-07-22
* vhost_net: drop unnecessary parameterJason Wang2018-07-22
* vhost_net: Avoid rx vring kicks during busyloopToshiaki Makita2018-07-04
* vhost_net: Avoid rx queue wake-ups during busypollToshiaki Makita2018-07-04
* vhost_net: Avoid tx vring kicks during busyloopToshiaki Makita2018-07-04
* vhost_net: Rename local variables in vhost_net_rx_peek_head_lenToshiaki Makita2018-07-04
* vhost_net: validate sock before trying to put its fdJason Wang2018-06-22
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-03
|\
| * vhost_net: flush batched heads before trying to busy pollingJason Wang2018-05-30
* | vhost_net: use packet weight for rx handler, tooPaolo Abeni2018-04-24
* | tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-17
|/
* vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)2018-04-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-01
|\
| * vhost_net: add missing lock nesting notationJason Wang2018-03-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-23
|\|
| * vhost_net: examine pointer types during un-producingJason Wang2018-03-09
| * vhost_net: keep private_data and rx_ring syncedJason Wang2018-03-09
| * vhost_net: initialize rx_ring in vhost_net_open()Alexander Potapenko2018-03-09
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
|/