summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-301-6/+9
|\
| * xen-netback: do not report success if backend_create_xenvif() failsAlexey Khoroshilov2014-11-241-6/+9
* | xen-netback: remove unconditional __pskb_pull_tail() in guest Tx pathMalcolm Crossley2014-11-061-14/+12Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-014-203/+251
|\|
| * xen-netback: reintroduce guest Rx stall detectionDavid Vrabel2014-10-254-1/+86
| * xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel2014-10-254-178/+161Star
| * xen-netback: make feature-rx-notify mandatoryDavid Vrabel2014-10-253-25/+5Star
* | xen-netback: Remove __GFP_COLDZoltan Kiss2014-10-291-1/+1
* | xen-netback: Disable NAPI after disabling interruptsZoltan Kiss2014-10-291-1/+1
|/
* xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-7/+3Star
* xen-netback: move netif_napi_add before binding interruptWei Liu2014-08-261-3/+3
* xen-netback: remove loop waiting functionWei Liu2014-08-141-29/+0Star
* xen-netback: don't stop dealloc kthread too earlyWei Liu2014-08-143-7/+42
* xen-netback: move NAPI add/remove callsWei Liu2014-08-141-4/+5
* xen-netback: fix debugfs entry creationWei Liu2014-08-141-4/+4
* xen-netback: fix debugfs write length checkWei Liu2014-08-141-3/+6
* xen-netback: Don't deschedule NAPI when carrier offZoltan Kiss2014-08-111-5/+1Star
* 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-063-38/+123
* xen-netback: Using a new state bit instead of carrierZoltan Kiss2014-08-063-9/+18
* 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
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-2/+2
* | xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss2014-07-094-2/+200
|/
* xen-netback: bookkeep number of active queues in our own moduleWei Liu2014-06-263-52/+26Star
* net: xen-netback: include linux/vmalloc.h againArnd Bergmann2014-06-121-0/+1
* 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-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/+1Star
* | 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/+6Star
| * xen-netback: Fix grant ref resolution in RX pathZoltan Kiss2014-05-161-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/+4Star
* | xen-netback: Proper printf format for ptrdiff_t is 't'.David S. Miller2014-03-261-1/+1