aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-05-27vhost_net: fix possible infinite loopJason Wang1-16/+13
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang1-16/+6
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang1-1/+2
2019-01-17vhost: log dirty page correctlyJason Wang1-1/+2
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+51
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2018-12-12vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()Jason Wang1-1/+7
2018-11-27drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-17vhost_net: mitigate page reference counting during page frag refillJason Wang1-3/+51
2018-10-07net: vhost: remove bad code lineTonghao Zhang1-1/+0
2018-09-26net: vhost: add rx busy polling in tx pathTonghao Zhang1-21/+14
2018-09-26net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang1-40/+70
2018-09-26net: vhost: replace magic number of lock annotationTonghao Zhang1-3/+3
2018-09-21vhost_net: add a missing error returnDan Carpenter1-0/+1
2018-09-13vhost_net: batch submitting XDP buffers to underlayer socketsJason Wang1-13/+161
2018-09-13tun: switch to new type of msg_controlJason Wang1-2/+5
2018-08-06vhost: switch to use new message formatJason Wang1-0/+30
2018-07-22vhost_net: batch update used ring for datacopy TXJason Wang1-15/+25
2018-07-22vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang1-4/+4
2018-07-22vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()Jason Wang1-4/+4
2018-07-22vhost_net: split out datacopy logicJason Wang1-20/+90
2018-07-22vhost_net: introduce tx_can_batch()Jason Wang1-2/+7
2018-07-22vhost_net: introduce get_tx_bufs()Jason Wang1-17/+32
2018-07-22vhost_net: introduce vhost_exceeds_weight()Jason Wang1-5/+8
2018-07-22vhost_net: introduce helper to initialize tx iov iterJason Wang1-9/+17
2018-07-22vhost_net: drop unnecessary parameterJason Wang1-4/+2
2018-07-04vhost_net: Avoid rx vring kicks during busyloopToshiaki Makita1-3/+7
2018-07-04vhost_net: Avoid rx queue wake-ups during busypollToshiaki Makita1-7/+19
2018-07-04vhost_net: Avoid tx vring kicks during busyloopToshiaki Makita1-13/+22
2018-07-04vhost_net: Rename local variables in vhost_net_rx_peek_head_lenToshiaki Makita1-17/+17
2018-06-23vhost_net: validate sock before trying to put its fdJason Wang1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+5
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+24
2018-05-30vhost_net: flush batched heads before trying to busy pollingJason Wang1-13/+24
2018-04-24vhost_net: use packet weight for rx handler, tooPaolo Abeni1-4/+8
2018-04-17tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer1-3/+4
2018-04-09vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)1-1/+7
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-03-26vhost_net: add missing lock nesting notationJason Wang1-2/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2018-03-09vhost_net: examine pointer types during un-producingJason Wang1-1/+1
2018-03-09vhost_net: keep private_data and rx_ring syncedJason Wang1-2/+3
2018-03-09vhost_net: initialize rx_ring in vhost_net_open()Alexander Potapenko1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-4/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-24/+44