aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAge
* xen-netback: fixing the propagation of the transmit shaper timeoutPalik, Imre2015-01-06
* xen-netback: support frontends without feature-rx-notify againDavid Vrabel2014-12-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-10
|\
| * netback: don't store invalid vif pointerJan Beulich2014-12-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-29
|\|
| * xen-netback: do not report success if backend_create_xenvif() failsAlexey Khoroshilov2014-11-24
* | xen-netback: remove unconditional __pskb_pull_tail() in guest Tx pathMalcolm Crossley2014-11-06
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-01
|\|
| * xen-netback: reintroduce guest Rx stall detectionDavid Vrabel2014-10-25
| * xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel2014-10-25
| * xen-netback: make feature-rx-notify mandatoryDavid Vrabel2014-10-25
* | xen-netback: Remove __GFP_COLDZoltan Kiss2014-10-29
* | xen-netback: Disable NAPI after disabling interruptsZoltan Kiss2014-10-29
|/
* xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-06
* xen-netback: move netif_napi_add before binding interruptWei Liu2014-08-25
* xen-netback: remove loop waiting functionWei Liu2014-08-13
* xen-netback: don't stop dealloc kthread too earlyWei Liu2014-08-13
* xen-netback: move NAPI add/remove callsWei Liu2014-08-13
* xen-netback: fix debugfs entry creationWei Liu2014-08-13
* xen-netback: fix debugfs write length checkWei Liu2014-08-13
* xen-netback: Don't deschedule NAPI when carrier offZoltan Kiss2014-08-11
* xen-netback: Fix vif->disable handlingZoltan Kiss2014-08-07
* xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss2014-08-05
* xen-netback: Using a new state bit instead of carrierZoltan Kiss2014-08-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-22
|\
| * xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss2014-07-20
| * xen-netback: Fix releasing header slot on error pathZoltan Kiss2014-07-20
| * xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss2014-07-20
| * xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss2014-07-20
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-15
* | xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss2014-07-08
|/
* xen-netback: bookkeep number of active queues in our own moduleWei Liu2014-06-25
* net: xen-netback: include linux/vmalloc.h againArnd Bergmann2014-06-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-05
|\
| * xen-netback: Fix handling of skbs requiring too many slotsZoltan Kiss2014-06-05
* | xen-netback: Add support for multiple queuesAndrew J. Bennieston2014-06-04
* | xen-netback: Factor queue-specific data into queue structWei Liu2014-06-04
* | xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston2014-06-04
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-24
|\|
| * xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel2014-05-16
| * xen-netback: Fix grant ref resolution in RX pathZoltan Kiss2014-05-15
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
|/
* xen-netback: Trivial format string fixZoltan Kiss2014-04-04
* xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss2014-04-03
* xen-netback: Rename map opsZoltan Kiss2014-04-03
* xen-netback: disable rogue vif in kthread contextWei Liu2014-04-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-31
|\
| * xen-netback: BUG_ON in xenvif_rx_action() not catching overflowPaul Durrant2014-03-29
| * xen-netback: worse-case estimate in xenvif_rx_action is underestimatingPaul Durrant2014-03-29
| * xen-netback: remove pointless clause from if statementPaul Durrant2014-03-29