summaryrefslogtreecommitdiff
path: root/drivers/vhost/net.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-03vhost: fix skb leak in handle_rx()Wei Xu1-10/+10
2017-11-15vhost_net: conditionally enable tx pollingJason Wang1-0/+2
2017-10-10vhost_net: do not stall on zerocopy depletionWillem de Bruijn1-9/+3
2017-09-06vhost_net: correctly check tx avail during rx busy pollingJason Wang1-1/+6
2017-09-02net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet1-1/+1
2017-08-04sock: enable MSG_ZEROCOPYWillem de Bruijn1-0/+1
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko1-1/+1
2017-05-18vhost_net: try batch dequing from skb arrayJason Wang1-6/+122
2017-05-09mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko1-6/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-12tap: Renaming tap related APIs, data structures, macrosSainath Grandhi1-1/+2
2017-01-19vhost_net: tx batchingJason Wang1-3/+20
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger1-2/+2
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-10/+57
2016-08-02vhost: new device IOTLB APIJason Wang1-6/+53
2016-08-02vhost: convert pre sorted vhost memory array to interval treeJason Wang1-4/+4
2016-07-01tun: switch to use skb array for txJason Wang1-1/+15
2016-06-08vhost_net: stop polling socket during rx processingJason Wang1-31/+33
2016-03-11vhost_net: basic polling supportJason Wang1-5/+73
2016-03-02vhost: rename vhost_init_used()Greg Kurz1-1/+1
2015-09-16vhost: move features to coreMichael S. Tsirkin1-2/+1
2015-04-11new helper: msg_data_left()Al Viro1-2/+2
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+14
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-3/+3
2015-02-27vhost: drop hard-coded num_buffers sizeMichael S. Tsirkin1-1/+2
2015-02-27vhost: cleanup iterator update logicMichael S. Tsirkin1-10/+12
2015-02-15vhost_net: fix wrong iter offset when setting number of buffersJason Wang1-5/+6
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2015-02-05vhost/net: fix up num_buffers endian-nessMichael S. Tsirkin1-1/+3
2015-02-04vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro1-59/+23
2015-02-04vhost: don't bother with copying iovec in handle_tx()Al Viro1-4/+5
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2015-01-07vhost/net: length miscalculationMichael S. Tsirkin1-1/+1
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+3
2014-12-10put iov_iter into msghdrAl Viro1-5/+3
2014-12-09vhost/net: enable virtio 1.0Michael S. Tsirkin1-1/+2
2014-12-09vhost/net: larger header for virtio 1.0Michael S. Tsirkin1-1/+2
2014-12-09vhost/net: virtio 1.0 byte swapMichael S. Tsirkin1-5/+10
2014-12-09vhost/net: force len for TX to host endianMichael S. Tsirkin1-5/+5
2014-06-23vhost-net: don't open-code kvfreeRomain Francoise1-10/+2
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin1-2/+2
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin1-5/+3
2014-06-09vhost-net: extend device allocation to vmallocMichael S. Tsirkin1-5/+18
2014-04-02vhost: don't open-code sockfd_put()Al Viro1-7/+7
2014-03-29vhost: validate vhost_get_vq_desc return valueMichael S. Tsirkin1-1/+5
2014-03-29vhost: fix total length when packets are too shortMichael S. Tsirkin1-0/+14
2014-02-14vhost: fix a theoretical race in device cleanupMichael S. Tsirkin1-0/+6
2014-02-14vhost: fix ref cnt checking deadlockMichael S. Tsirkin1-21/+20