aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-07xen-netback: Remove old TX grant copy definitons and fix indentationsZoltan Kiss1-58/+14
2014-03-07xen-netback: Introduce TX grant mappingZoltan Kiss1-160/+272
2014-03-07xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss1-5/+43
2014-03-07xen-netback: Minor refactoring of netback codeZoltan Kiss1-19/+3
2014-03-07xen-netback: Use skb->cb for pending_idxZoltan Kiss1-17/+25
2014-02-05xen-netback: Fix Rx stall due to race conditionZoltan Kiss1-10/+6
2014-01-14xen-netback: use new skb_checksum_setup functionPaul Durrant1-257/+3
2014-01-09xen-netback: stop vif thread spinning if frontend is unresponsivePaul Durrant1-5/+9
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+13
2013-12-29xen-netback: fix guest-receive-side array sizesPaul Durrant1-1/+1
2013-12-19xen-netback: add gso_segs calculationPaul Durrant1-4/+15
2013-12-19xen-netback: fix some error return codeWei Yongjun1-4/+12
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-41/+40