summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
Commit message (Expand)AuthorAgeFilesLines
* vhost_net: fix possible infinite loopJason Wang2019-08-041-16/+13Star
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-08-041-16/+6Star
* vhost_net: disable zerocopy by defaultJason Wang2019-07-261-1/+1
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-02-061-1/+2
* vhost: log dirty page correctlyJason Wang2019-01-311-1/+2
* 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
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-081-1/+1
|\
| * vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)2018-02-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-24/+44
|\ \
| * | vhost_net: stop device during reset ownerJason Wang2018-01-291-0/+1
| * | vhost_net: batch used ring update in rxJason Wang2018-01-101-4/+11
| * | tuntap: XDP transmissionJason Wang2018-01-091-1/+12
| * | tun/tap: use ptr_ring instead of skb_arrayJason Wang2018-01-091-19/+20
| |/
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-1/+1
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* | vhost: fix skb leak in handle_rx()Wei Xu2017-12-031-10/+10
|/
* vhost_net: conditionally enable tx pollingJason Wang2017-11-151-0/+2
* vhost_net: do not stall on zerocopy depletionWillem de Bruijn2017-10-101-9/+3Star
* vhost_net: correctly check tx avail during rx busy pollingJason Wang2017-09-051-1/+6
* net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet2017-09-021-1/+1
* sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-041-0/+1
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-131-1/+1