aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
AgeCommit message (Expand)Author
2015-01-27xen-netback: fixing the propagation of the transmit shaper timeoutPalik, Imre
2015-01-27xen-netback: support frontends without feature-rx-notify againDavid Vrabel
2014-11-24xen-netback: do not report success if backend_create_xenvif() failsAlexey Khoroshilov
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel
2014-10-25xen-netback: make feature-rx-notify mandatoryDavid Vrabel
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel
2014-08-25xen-netback: move netif_napi_add before binding interruptWei Liu
2014-08-13xen-netback: remove loop waiting functionWei Liu
2014-08-13xen-netback: don't stop dealloc kthread too earlyWei Liu
2014-08-13xen-netback: move NAPI add/remove callsWei Liu
2014-08-13xen-netback: fix debugfs entry creationWei Liu
2014-08-13xen-netback: fix debugfs write length checkWei Liu
2014-08-11xen-netback: Don't deschedule NAPI when carrier offZoltan Kiss
2014-08-07xen-netback: Fix vif->disable handlingZoltan Kiss
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-20xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss
2014-07-20xen-netback: Fix releasing header slot on error pathZoltan Kiss
2014-07-20xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss
2014-07-20xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss
2014-06-25xen-netback: bookkeep number of active queues in our own moduleWei Liu
2014-06-11net: xen-netback: include linux/vmalloc.h againArnd Bergmann
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-05xen-netback: Fix handling of skbs requiring too many slotsZoltan Kiss
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu
2014-06-04xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-16xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel
2014-05-15xen-netback: Fix grant ref resolution in RX pathZoltan Kiss
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-04xen-netback: Trivial format string fixZoltan Kiss
2014-04-03xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss
2014-04-03xen-netback: Rename map opsZoltan Kiss
2014-04-01xen-netback: disable rogue vif in kthread contextWei Liu
2014-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-29xen-netback: BUG_ON in xenvif_rx_action() not catching overflowPaul Durrant
2014-03-29xen-netback: worse-case estimate in xenvif_rx_action is underestimatingPaul Durrant
2014-03-29xen-netback: remove pointless clause from if statementPaul Durrant
2014-03-26xen-netback: Functional follow-up patch for grant mapping seriesZoltan Kiss
2014-03-26xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss
2014-03-26xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss
2014-03-25xen-netback: Proper printf format for ptrdiff_t is 't'.David S. Miller
2014-03-25Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-12xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu