summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe
AgeCommit message (Expand)AuthorFilesLines
2014-09-06amd-xgbe: Treat certain counter registers as 64 bitLendacky, Thomas1-82/+108
2014-09-06amd-xgbe: Checkpatch driver fixesLendacky, Thomas11-26/+2
2014-09-03amd-xgbe: Fix initialization of the wrong spin lockLendacky, Thomas1-1/+1
2014-09-02amd-xgbe: Use the Tx queue count for Tx flow control supportLendacky, Thomas1-2/+2
2014-09-02amd-xgbe: Fix the xpcs mmd debugfs supportLendacky, Thomas1-4/+4
2014-09-02amd-xgbe: Reported fifo size from hardware is not correctLendacky, Thomas2-2/+7
2014-09-02amd-xgbe: Check for Tx hardware queue flushing supportLendacky, Thomas4-3/+12
2014-08-08amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren1-1/+0
2014-08-06amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas2-99/+121
2014-08-06amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas1-2/+5
2014-08-03amd-xgbe: Remove unnecessary spinlocksLendacky, Thomas2-20/+5
2014-07-31amd-xgbe: Add traffic class supportLendacky, Thomas7-27/+498
2014-07-31amd-xgbe: Base queue fifo size and enablement on ring countLendacky, Thomas3-22/+33
2014-07-31amd-xgbe: Update/fix 2.5GbE supportLendacky, Thomas1-4/+13
2014-07-31amd-xgbe: Add hardware timestamp supportLendacky, Thomas9-52/+943
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-07-24amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun1-1/+2
2014-07-16amd-xgbe: Remove the adjustments needed for fixed speedLendacky, Thomas2-14/+0
2014-07-08amd-xgbe: Base AXI DMA cache settings on device treeLendacky, Thomas3-18/+37
2014-07-08amd-xgbe: Performance enhancementsLendacky, Thomas4-78/+100
2014-07-08amd-xgbe: Call netif_napi_del on ndo_stop operationLendacky, Thomas1-3/+6
2014-07-08amd-xgbe: Clear the proper MTL interrupt registerLendacky, Thomas1-1/+1
2014-07-08amd-xgbe: Fix debugfs compatibility change with kstrtouintLendacky, Thomas1-2/+2
2014-06-27amd-xgbe: Resolve checkpatch warning about sscanf usageLendacky, Thomas1-5/+4
2014-06-27amd-xgbe: Change destination address filtering supportLendacky, Thomas5-69/+115
2014-06-27amd-xgbe: Add support for VLAN filteringLendacky, Thomas5-14/+164
2014-06-27amd-xgbe: VLAN Rx tag stripping fixLendacky, Thomas1-1/+3
2014-06-27amd-xgbe: VLAN Tx tag insertion fixLendacky, Thomas2-0/+8
2014-06-27amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas5-100/+102
2014-06-12amd-xgbe: unwind on error in xgbe_mdio_register()Dan Carpenter1-1/+1
2014-06-11amd-xgbe: Rename MAX_DMA_CHANNELS to avoid powerpc conflictLendacky, Thomas2-2/+2
2014-06-07amd-xgbe: Remove unnecessary includeTom Lendacky1-1/+0
2014-06-06amd-xgbe: Initial AMD 10GbE platform driverLendacky, Thomas10-0/+7609