summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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-011-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/+3
|/
* 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-301-1/+1
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* | vhost: fix skb leak in handle_rx()Wei Xu2017-12-021-10/+10
|/
* vhost_net: conditionally enable tx pollingJason Wang2017-11-151-0/+2
* vhost_net: do not stall on zerocopy depletionWillem de Bruijn2017-10-091-9/+3
* 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-011-1/+1
* sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-0/+1
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-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-081-6/+3
* 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-111-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/+1
* 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-031-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
|/
OpenPOWER on IntegriCloud