summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vhost_net: try batch dequing from skb arrayJason Wang2017-05-181-6/+122
* mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-091-6/+3Star
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* tap: Renaming tap related APIs, data structures, macrosSainath Grandhi2017-02-121-1/+2
* vhost_net: tx batchingJason Wang2017-01-181-3/+20
* locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger2016-11-161-2/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-061-10/+57
|\
| * vhost: new device IOTLB APIJason Wang2016-08-021-6/+53
| * vhost: convert pre sorted vhost memory array to interval treeJason Wang2016-08-021-4/+4
* | tun: switch to use skb array for txJason Wang2016-07-011-1/+15
* | vhost_net: stop polling socket during rx processingJason Wang2016-06-071-31/+33
|/
* vhost_net: basic polling supportJason Wang2016-03-111-5/+73
* vhost: rename vhost_init_used()Greg Kurz2016-03-021-1/+1
* vhost: move features to coreMichael S. Tsirkin2015-09-161-2/+1Star
* new helper: msg_data_left()Al Viro2015-04-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-041-11/+14
|\
| * vhost: drop hard-coded num_buffers sizeMichael S. Tsirkin2015-02-271-1/+2
| * vhost: cleanup iterator update logicMichael S. Tsirkin2015-02-271-10/+12
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-3/+3
|/
* vhost_net: fix wrong iter offset when setting number of buffersJason Wang2015-02-151-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-7/+7
|\
| * vhost/net: fix up num_buffers endian-nessMichael S. Tsirkin2015-02-041-1/+3
* | vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro2015-02-041-59/+23Star
* | vhost: don't bother with copying iovec in handle_tx()Al Viro2015-02-041-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-1/+1
|\|
| * vhost/net: length miscalculationMichael S. Tsirkin2015-01-071-1/+1
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-5/+3Star
|\
| * put iov_iter into msghdrAl Viro2014-12-091-5/+3Star
* | vhost/net: enable virtio 1.0Michael S. Tsirkin2014-12-091-1/+2
* | vhost/net: larger header for virtio 1.0Michael S. Tsirkin2014-12-091-1/+2
* | vhost/net: virtio 1.0 byte swapMichael S. Tsirkin2014-12-091-5/+10