summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAgeFilesLines
* net: xen-netback: include linux/vmalloc.h againArnd Bergmann2014-06-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-051-11/+25
|\
| * xen-netback: Fix handling of skbs requiring too many slotsZoltan Kiss2014-06-051-11/+25
* | xen-netback: Add support for multiple queuesAndrew J. Bennieston2014-06-044-18/+116
* | xen-netback: Factor queue-specific data into queue structWei Liu2014-06-044-590/+819
* | xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston2014-06-042-11/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-243-48/+86
|\ \ | |/
| * xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel2014-05-163-30/+6
| * xen-netback: Fix grant ref resolution in RX pathZoltan Kiss2014-05-151-18/+80
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
|/
* xen-netback: Trivial format string fixZoltan Kiss2014-04-041-2/+2
* xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss2014-04-032-53/+70
* xen-netback: Rename map opsZoltan Kiss2014-04-031-22/+24
* xen-netback: disable rogue vif in kthread contextWei Liu2014-04-013-2/+30
* 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-262-6/+11
* | xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss2014-03-263-20/+4
* | xen-netback: Proper printf format for ptrdiff_t is 't'.David S. Miller2014-03-251-1/+1
* | Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss2014-03-253-37/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-142-23/+19
|\ \ | |/
| * xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu2014-03-121-2/+1
| * Xen-netback: Fix issue caused by using gso_type wronglyAnnie Li2014-03-101-21/+18
* | xen-netback: Aggregate TX unmap operationsZoltan Kiss2014-03-073-1/+37
* | xen-netback: Timeout packets in RX pathZoltan Kiss2014-03-073-5/+61
* | xen-netback: Handle guests with too many fragsZoltan Kiss2014-03-073-10/+162
* | xen-netback: Add stat counters for zerocopyZoltan Kiss2014-03-073-1/+26
* | xen-netback: Remove old TX grant copy definitons and fix indentationsZoltan Kiss2014-03-072-93/+15
* | xen-netback: Introduce TX grant mappingZoltan Kiss2014-03-073-165/+371
* | xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss2014-03-072-5/+46
* | xen-netback: Minor refactoring of netback codeZoltan Kiss2014-03-073-22/+27
* | xen-netback: Use skb->cb for pending_idxZoltan Kiss2014-03-071-17/+25
|/
* xen-netback: Fix Rx stall due to race conditionZoltan Kiss2014-02-053-16/+7
* xen-netback: use new skb_checksum_setup functionPaul Durrant2014-01-141-257/+3
* xen-netback: stop vif thread spinning if frontend is unresponsivePaul Durrant2014-01-092-5/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-063-11/+37
|\
| * xen-netback: Include header for vmallocJosh Boyer2014-01-051-0/+1
| * xen-netback: fix guest-receive-side array sizesPaul Durrant2013-12-293-7/+24
| * 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/+40
|\ \ | |/
| * 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
| * xen-netback: napi: don't prematurely request a tx eventPaul Durrant2013-12-121-1/+1
| * xen-netback: napi: fix abuse of budgetPaul Durrant2013-12-121-7/+7
| * xen-netback: make sure skb linear area covers checksum fieldPaul Durrant2013-12-111-32/+28
* | xen-netback: improve guest-receive-side flow controlPaul Durrant2013-12-093-185/+106
OpenPOWER on IntegriCloud