aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas1-1/+1
2014-12-09amd-xgbe: IRQ names require allocated memoryLendacky, Thomas2-4/+5
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+9
2014-11-21amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas4-22/+78
2014-11-21amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas1-20/+26
2014-11-21amd-xgbe: Remove unused variableLendacky, Thomas2-2/+0
2014-11-21amd-xgbe: Add BQL supportLendacky, Thomas3-1/+51
2014-11-21amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas4-46/+54
2014-11-21amd-xgbe: Incorporate Smatch coding suggestionLendacky, Thomas1-1/+2
2014-11-21amd-xgbe: Tx engine must not be active before stopping itLendacky, Thomas3-7/+74
2014-11-21amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas2-0/+7
2014-11-16amd-xgbe: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-11-13amd-xgbe: fix ->rss_hash_typeDan Carpenter1-1/+1
2014-11-12amd-xgbe: Fix sparse endian warningsLendacky, Thomas1-4/+4
2014-11-06amd-xgbe: Check for complete packet on skb allocation errorLendacky, Thomas1-2/+2
2014-11-06amd-xgbe: Free channel/ring structures laterLendacky, Thomas1-3/+3
2014-11-05amd-xgbe: Fix a spelling errorLendacky, Thomas1-2/+2
2014-11-05amd-xgbe: Add receive side scaling ethtool supportLendacky, Thomas3-0/+96
2014-11-05amd-xgbe: Provide support for receive side scalingLendacky, Thomas5-2/+233
2014-11-05amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas4-49/+209
2014-11-05amd-xgbe: Implement split header receive supportLendacky, Thomas5-111/+201
2014-11-05amd-xgbe: Use page allocations for Rx buffersLendacky, Thomas4-127/+196
2014-11-05amd-xgbe: Use the u32 data type for descriptorsLendacky, Thomas1-4/+4
2014-11-05amd-xgbe: Rename pre_xmit function to dev_xmitLendacky, Thomas3-6/+6
2014-11-05amd-xgbe: Move ring allocation to device openLendacky, Thomas3-70/+93
2014-10-22amd-xgbe: Fix napi Rx budget accountingLendacky, Thomas1-8/+12
2014-10-22amd-xgbe: Properly handle feature changes via ethtoolLendacky, Thomas1-1/+1
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-96/+136
2014-09-05amd-xgbe: Enable interrupts for all management countersLendacky, Thomas1-2/+2
2014-09-05amd-xgbe: Treat certain counter registers as 64 bitLendacky, Thomas1-82/+108
2014-09-05amd-xgbe: Checkpatch driver fixesLendacky, Thomas11-26/+2
2014-09-02amd-xgbe: Fix initialization of the wrong spin lockLendacky, Thomas1-1/+1
2014-09-01amd-xgbe: Use the Tx queue count for Tx flow control supportLendacky, Thomas1-2/+2
2014-09-01amd-xgbe: Fix the xpcs mmd debugfs supportLendacky, Thomas1-4/+4
2014-09-01amd-xgbe: Reported fifo size from hardware is not correctLendacky, Thomas2-2/+7
2014-09-01amd-xgbe: Check for Tx hardware queue flushing supportLendacky, Thomas4-3/+12
2014-08-07amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren1-1/+0
2014-08-05amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas2-99/+121
2014-08-05amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas1-2/+5
2014-08-02amd-xgbe: Remove unnecessary spinlocksLendacky, Thomas2-20/+5
2014-07-30amd-xgbe: Add traffic class supportLendacky, Thomas7-27/+498
2014-07-30amd-xgbe: Base queue fifo size and enablement on ring countLendacky, Thomas3-22/+33
2014-07-30amd-xgbe: Update/fix 2.5GbE supportLendacky, Thomas1-4/+13
2014-07-30amd-xgbe: Add hardware timestamp supportLendacky, Thomas9-52/+943
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-07-23amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun1-1/+2
2014-07-15amd-xgbe: Remove the adjustments needed for fixed speedLendacky, Thomas2-14/+0
2014-07-07amd-xgbe: Base AXI DMA cache settings on device treeLendacky, Thomas3-18/+37
2014-07-07amd-xgbe: Performance enhancementsLendacky, Thomas4-78/+100
2014-07-07amd-xgbe: Call netif_napi_del on ndo_stop operationLendacky, Thomas1-3/+6