aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
AgeCommit message (Expand)Author
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2022-05-25Fix double fget() in vhost_net_set_backend()Al Viro
2022-04-15tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang
2021-09-22vhost_net: fix OoB on sendmsg() failure.Paolo Abeni
2021-01-12vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang
2020-03-05vhost: Check docket sk_family instead of call getnameEugenio Pérez
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-17vhost_net: disable zerocopy by defaultJason Wang
2019-06-05vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang
2019-05-27vhost_net: fix possible infinite loopJason Wang
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang
2019-01-17vhost: log dirty page correctlyJason Wang
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-12vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()Jason Wang
2018-11-27drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()Paul E. McKenney
2018-11-17vhost_net: mitigate page reference counting during page frag refillJason Wang
2018-10-07net: vhost: remove bad code lineTonghao Zhang
2018-09-26net: vhost: add rx busy polling in tx pathTonghao Zhang
2018-09-26net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang
2018-09-26net: vhost: replace magic number of lock annotationTonghao Zhang
2018-09-21vhost_net: add a missing error returnDan Carpenter
2018-09-13vhost_net: batch submitting XDP buffers to underlayer socketsJason Wang
2018-09-13tun: switch to new type of msg_controlJason Wang
2018-08-06vhost: switch to use new message formatJason Wang
2018-07-22vhost_net: batch update used ring for datacopy TXJason Wang
2018-07-22vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang
2018-07-22vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()Jason Wang
2018-07-22vhost_net: split out datacopy logicJason Wang
2018-07-22vhost_net: introduce tx_can_batch()Jason Wang
2018-07-22vhost_net: introduce get_tx_bufs()Jason Wang
2018-07-22vhost_net: introduce vhost_exceeds_weight()Jason Wang
2018-07-22vhost_net: introduce helper to initialize tx iov iterJason Wang
2018-07-22vhost_net: drop unnecessary parameterJason Wang
2018-07-04vhost_net: Avoid rx vring kicks during busyloopToshiaki Makita
2018-07-04vhost_net: Avoid rx queue wake-ups during busypollToshiaki Makita
2018-07-04vhost_net: Avoid tx vring kicks during busyloopToshiaki Makita
2018-07-04vhost_net: Rename local variables in vhost_net_rx_peek_head_lenToshiaki Makita
2018-06-23vhost_net: validate sock before trying to put its fdJason Wang
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-30vhost_net: flush batched heads before trying to busy pollingJason Wang
2018-04-24vhost_net: use packet weight for rx handler, tooPaolo Abeni
2018-04-17tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer
2018-04-09vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller