summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
AgeCommit message (Expand)AuthorLines
2015-03-05xen-netback: return correct ethtool statsDavid Vrabel-2/+1
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+3
2015-02-05xen-netback: fix sparse warningLad, Prabhakar-1/+1
2015-02-02xen-netback: stop the guest rx thread after a fatal errorDavid Vrabel-0/+2
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel-4/+3
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel-1/+3
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-59/+15
2014-10-29xen-netback: Disable NAPI after disabling interruptsZoltan Kiss-1/+1
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel-1/+4
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel-48/+11
2014-10-25xen-netback: make feature-rx-notify mandatoryDavid Vrabel-11/+1
2014-08-25xen-netback: move netif_napi_add before binding interruptWei Liu-3/+3
2014-08-13xen-netback: remove loop waiting functionWei Liu-29/+0
2014-08-13xen-netback: don't stop dealloc kthread too earlyWei Liu-0/+18
2014-08-13xen-netback: move NAPI add/remove callsWei Liu-4/+5
2014-08-11xen-netback: Don't deschedule NAPI when carrier offZoltan Kiss-5/+1
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss-21/+28
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss-8/+11
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-2/+2
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss-1/+1
2014-06-25xen-netback: bookkeep number of active queues in our own moduleWei Liu-38/+11
2014-06-11net: xen-netback: include linux/vmalloc.h againArnd Bergmann-0/+1
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston-6/+17
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu-176/+326
2014-06-04xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston-9/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-27/+3
2014-05-16xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel-27/+3
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe-1/+1
2014-04-01xen-netback: disable rogue vif in kthread contextWei Liu-0/+11
2014-03-26xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss-3/+10
2014-03-26xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss-2/+1
2014-03-25Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss-2/+0
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+1
2014-03-12xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu-2/+1
2014-03-07xen-netback: Aggregate TX unmap operationsZoltan Kiss-0/+2
2014-03-07xen-netback: Timeout packets in RX pathZoltan Kiss-2/+35
2014-03-07xen-netback: Handle guests with too many fragsZoltan Kiss-0/+7
2014-03-07xen-netback: Add stat counters for zerocopyZoltan Kiss-0/+15
2014-03-07xen-netback: Introduce TX grant mappingZoltan Kiss-4/+61
2014-03-07xen-netback: Minor refactoring of netback codeZoltan Kiss-2/+2
2014-02-05xen-netback: Fix Rx stall due to race conditionZoltan Kiss-1/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+11
2014-01-05xen-netback: Include header for vmallocJosh Boyer-0/+1
2013-12-29xen-netback: fix guest-receive-side array sizesPaul Durrant-0/+10
2013-12-09xen-netback: improve guest-receive-side flow controlPaul Durrant-23/+24
2013-12-03xen-netback: clear vif->task on disconnectPaul Durrant-8/+12
2013-11-21xen-netback: stop the VIF thread before unbinding IRQsDavid Vrabel-3/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+1
2013-10-29xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu-2/+1