aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-02xen-netback: stop the guest rx thread after a fatal errorDavid Vrabel2-2/+3
2015-01-06xen-netback: fixing the propagation of the transmit shaper timeoutPalik, Imre1-0/+1
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel4-18/+29
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2014-12-09netback: don't store invalid vif pointerJan Beulich1-4/+5
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+9
2014-11-24xen-netback: do not report success if backend_create_xenvif() failsAlexey Khoroshilov1-6/+9
2014-11-06xen-netback: remove unconditional __pskb_pull_tail() in guest Tx pathMalcolm Crossley1-14/+12
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-203/+251
2014-10-29xen-netback: Remove __GFP_COLDZoltan Kiss1-1/+1
2014-10-29xen-netback: Disable NAPI after disabling interruptsZoltan Kiss1-1/+1
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel4-1/+86
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel4-178/+161
2014-10-25xen-netback: make feature-rx-notify mandatoryDavid Vrabel3-25/+5
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-7/+3
2014-08-25xen-netback: move netif_napi_add before binding interruptWei Liu1-3/+3
2014-08-13xen-netback: remove loop waiting functionWei Liu1-29/+0
2014-08-13xen-netback: don't stop dealloc kthread too earlyWei Liu3-7/+42
2014-08-13xen-netback: move NAPI add/remove callsWei Liu1-4/+5
2014-08-13xen-netback: fix debugfs entry creationWei Liu1-4/+4
2014-08-13xen-netback: fix debugfs write length checkWei Liu1-3/+6
2014-08-11xen-netback: Don't deschedule NAPI when carrier offZoltan Kiss1-5/+1
2014-08-07xen-netback: Fix vif->disable handlingZoltan Kiss1-2/+8
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss3-38/+123
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss3-9/+18
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+63
2014-07-20xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss1-1/+1
2014-07-20xen-netback: Fix releasing header slot on error pathZoltan Kiss1-5/+33
2014-07-20xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss1-0/+9
2014-07-20xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss1-17/+20
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss4-2/+200
2014-06-25xen-netback: bookkeep number of active queues in our own moduleWei Liu3-52/+26
2014-06-11net: xen-netback: include linux/vmalloc.h againArnd Bergmann1-0/+1
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+25
2014-06-05xen-netback: Fix handling of skbs requiring too many slotsZoltan Kiss1-11/+25
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston4-18/+116
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu4-590/+819
2014-06-04xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston2-11/+1
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-48/+86
2014-05-16xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel3-30/+6
2014-05-15xen-netback: Fix grant ref resolution in RX pathZoltan Kiss1-18/+80
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-04xen-netback: Trivial format string fixZoltan Kiss1-2/+2
2014-04-03xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss2-53/+70
2014-04-03xen-netback: Rename map opsZoltan Kiss1-22/+24
2014-04-01xen-netback: disable rogue vif in kthread contextWei Liu3-2/+30
2014-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+28
2014-03-29xen-netback: BUG_ON in xenvif_rx_action() not catching overflowPaul Durrant1-1/+7
2014-03-29xen-netback: worse-case estimate in xenvif_rx_action is underestimatingPaul Durrant1-1/+20