aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-05xen-netback: unref frags when handling a from-guest skb with a frag listDavid Vrabel1-1/+6
2015-02-24xen-netback: release pending index before pushing Tx responsesDavid Vrabel1-8/+21
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-104/+3
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-97/+9
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-02-02xen-netback: stop the guest rx thread after a fatal errorDavid Vrabel1-2/+1
2015-01-28xen-netback: use foreign page information from the pages themselvesJennifer Herbert1-91/+9
2015-01-28x86/xen: require ballooned pages for grant mapsJennifer Herbert1-6/+0
2015-01-23xen-netback: always fully coalesce guest Rx packetsDavid Vrabel1-104/+3
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel1-13/+14
2014-11-06xen-netback: remove unconditional __pskb_pull_tail() in guest Tx pathMalcolm Crossley1-14/+12
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-118/+201
2014-10-29xen-netback: Remove __GFP_COLDZoltan Kiss1-1/+1
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel1-0/+76
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel1-118/+125
2014-08-13xen-netback: don't stop dealloc kthread too earlyWei Liu1-7/+19
2014-08-07xen-netback: Fix vif->disable handlingZoltan Kiss1-2/+8
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss1-14/+83
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss1-1/+1
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+63
2014-07-20xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss1-1/+1
2014-07-20xen-netback: Fix releasing header slot on error pathZoltan Kiss1-5/+33
2014-07-20xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss1-0/+9
2014-07-20xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss1-17/+20
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss1-0/+11
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+25
2014-06-05xen-netback: Fix handling of skbs requiring too many slotsZoltan Kiss1-11/+25
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston1-0/+8
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu1-357/+353
2014-05-16xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel1-2/+2
2014-05-15xen-netback: Fix grant ref resolution in RX pathZoltan Kiss1-18/+80
2014-04-04xen-netback: Trivial format string fixZoltan Kiss1-2/+2
2014-04-03xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss1-53/+69
2014-04-03xen-netback: Rename map opsZoltan Kiss1-22/+24
2014-04-01xen-netback: disable rogue vif in kthread contextWei Liu1-2/+14
2014-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+28
2014-03-29xen-netback: BUG_ON in xenvif_rx_action() not catching overflowPaul Durrant1-1/+7
2014-03-29xen-netback: worse-case estimate in xenvif_rx_action is underestimatingPaul Durrant1-1/+20
2014-03-29xen-netback: remove pointless clause from if statementPaul Durrant1-2/+2
2014-03-26xen-netback: Functional follow-up patch for grant mapping seriesZoltan Kiss1-7/+19
2014-03-26xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss1-3/+1
2014-03-26xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss1-11/+2
2014-03-25xen-netback: Proper printf format for ptrdiff_t is 't'.David S. Miller1-1/+1
2014-03-25Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss1-33/+1
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+18
2014-03-10Xen-netback: Fix issue caused by using gso_type wronglyAnnie Li1-21/+18
2014-03-07xen-netback: Aggregate TX unmap operationsZoltan Kiss1-1/+33
2014-03-07xen-netback: Timeout packets in RX pathZoltan Kiss1-3/+20
2014-03-07xen-netback: Handle guests with too many fragsZoltan Kiss1-10/+154
2014-03-07xen-netback: Add stat counters for zerocopyZoltan Kiss1-1/+8