summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: don't stop dealloc kthread too earlyWei Liu2014-08-141-7/+19
* xen-netback: Fix vif->disable handlingZoltan Kiss2014-08-081-2/+8
* xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss2014-08-061-14/+83
* xen-netback: Using a new state bit instead of carrierZoltan Kiss2014-08-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-23/+63
|\
| * xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss2014-07-211-1/+1
| * xen-netback: Fix releasing header slot on error pathZoltan Kiss2014-07-211-5/+33
| * xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss2014-07-211-0/+9
| * xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss2014-07-211-17/+20
* | xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss2014-07-091-0/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-061-11/+25
|\
| * xen-netback: Fix handling of skbs requiring too many slotsZoltan Kiss2014-06-061-11/+25
* | xen-netback: Add support for multiple queuesAndrew J. Bennieston2014-06-041-0/+8
* | xen-netback: Factor queue-specific data into queue structWei Liu2014-06-041-357/+353Star
|/
* xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel2014-05-161-2/+2
* xen-netback: Fix grant ref resolution in RX pathZoltan Kiss2014-05-161-18/+80
* xen-netback: Trivial format string fixZoltan Kiss2014-04-041-2/+2
* xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss2014-04-031-53/+69
* xen-netback: Rename map opsZoltan Kiss2014-04-031-22/+24
* xen-netback: disable rogue vif in kthread contextWei Liu2014-04-011-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-311-4/+28
|\
| * xen-netback: BUG_ON in xenvif_rx_action() not catching overflowPaul Durrant2014-03-291-1/+7
| * xen-netback: worse-case estimate in xenvif_rx_action is underestimatingPaul Durrant2014-03-291-1/+20
| * xen-netback: remove pointless clause from if statementPaul Durrant2014-03-291-2/+2
* | xen-netback: Functional follow-up patch for grant mapping seriesZoltan Kiss2014-03-261-7/+19
* | xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss2014-03-261-3/+1Star
* | xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss2014-03-261-11/+2Star
* | xen-netback: Proper printf format for ptrdiff_t is 't'.David S. Miller2014-03-261-1/+1
* | Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss2014-03-251-33/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-151-21/+18Star
|\|
| * Xen-netback: Fix issue caused by using gso_type wronglyAnnie Li2014-03-111-21/+18Star
* | xen-netback: Aggregate TX unmap operationsZoltan Kiss2014-03-071-1/+33
* | xen-netback: Timeout packets in RX pathZoltan Kiss2014-03-071-3/+20
* | xen-netback: Handle guests with too many fragsZoltan Kiss2014-03-071-10/+154
* | xen-netback: Add stat counters for zerocopyZoltan Kiss2014-03-071-1/+8
* | xen-netback: Remove old TX grant copy definitons and fix indentationsZoltan Kiss2014-03-071-58/+14Star
* | xen-netback: Introduce TX grant mappingZoltan Kiss2014-03-071-160/+272
* | xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss2014-03-071-5/+43
* | xen-netback: Minor refactoring of netback codeZoltan Kiss2014-03-071-19/+3Star
* | xen-netback: Use skb->cb for pending_idxZoltan Kiss2014-03-071-17/+25
|/
* xen-netback: Fix Rx stall due to race conditionZoltan Kiss2014-02-061-10/+6Star
* xen-netback: use new skb_checksum_setup functionPaul Durrant2014-01-141-257/+3Star
* xen-netback: stop vif thread spinning if frontend is unresponsivePaul Durrant2014-01-101-5/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-5/+13
|\
| * xen-netback: fix guest-receive-side array sizesPaul Durrant2013-12-301-1/+1
| * xen-netback: fix some error return codeWei Yongjun2013-12-191-4/+12
* | xen-netback: add gso_segs calculationPaul Durrant2013-12-191-4/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-41/+40Star
|\|
| * xen-netback: fix fragments error handling in checksum_setup_ip()Wei Yongjun2013-12-171-0/+3
| * xen-netback: fix gso_prefix checkPaul Durrant2013-12-121-1/+1