summaryrefslogtreecommitdiff
path: root/drivers/vhost/net.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-29vhost_net: stop device during reset ownerJason Wang
2018-01-10vhost_net: batch used ring update in rxJason Wang
2018-01-09tuntap: XDP transmissionJason Wang
2018-01-09tun/tap: use ptr_ring instead of skb_arrayJason Wang
2017-12-02vhost: fix skb leak in handle_rx()Wei Xu
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-15vhost_net: conditionally enable tx pollingJason Wang
2017-10-09vhost_net: do not stall on zerocopy depletionWillem de Bruijn
2017-09-05vhost_net: correctly check tx avail during rx busy pollingJason Wang
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-05-18vhost_net: try batch dequing from skb arrayJason Wang
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-11tap: Renaming tap related APIs, data structures, macrosSainath Grandhi
2017-01-18vhost_net: tx batchingJason Wang
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-08-02vhost: new device IOTLB APIJason Wang
2016-08-02vhost: convert pre sorted vhost memory array to interval treeJason Wang
2016-07-01tun: switch to use skb array for txJason Wang
2016-06-07vhost_net: stop polling socket during rx processingJason Wang
2016-03-11vhost_net: basic polling supportJason Wang
2016-03-02vhost: rename vhost_init_used()Greg Kurz
2015-09-16vhost: move features to coreMichael S. Tsirkin
2015-04-11new helper: msg_data_left()Al Viro
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-27vhost: drop hard-coded num_buffers sizeMichael S. Tsirkin
2015-02-27vhost: cleanup iterator update logicMichael S. Tsirkin
2015-02-15vhost_net: fix wrong iter offset when setting number of buffersJason Wang
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-04vhost/net: fix up num_buffers endian-nessMichael S. Tsirkin
2015-02-04vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro
2015-02-04vhost: don't bother with copying iovec in handle_tx()Al Viro
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-07vhost/net: length miscalculationMichael S. Tsirkin
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09vhost/net: enable virtio 1.0Michael S. Tsirkin
2014-12-09vhost/net: larger header for virtio 1.0Michael S. Tsirkin
2014-12-09vhost/net: virtio 1.0 byte swapMichael S. Tsirkin