summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe
Commit message (Expand)AuthorAgeFilesLines
* amd-xgbe: Check for complete packet on skb allocation errorLendacky, Thomas2014-11-061-2/+2
* amd-xgbe: Free channel/ring structures laterLendacky, Thomas2014-11-061-3/+3
* amd-xgbe: Fix a spelling errorLendacky, Thomas2014-11-051-2/+2
* amd-xgbe: Add receive side scaling ethtool supportLendacky, Thomas2014-11-053-0/+96
* amd-xgbe: Provide support for receive side scalingLendacky, Thomas2014-11-055-2/+233
* amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas2014-11-054-49/+209
* amd-xgbe: Implement split header receive supportLendacky, Thomas2014-11-055-111/+201
* amd-xgbe: Use page allocations for Rx buffersLendacky, Thomas2014-11-054-127/+196
* amd-xgbe: Use the u32 data type for descriptorsLendacky, Thomas2014-11-051-4/+4
* amd-xgbe: Rename pre_xmit function to dev_xmitLendacky, Thomas2014-11-053-6/+6
* amd-xgbe: Move ring allocation to device openLendacky, Thomas2014-11-053-70/+93
* amd-xgbe: Fix napi Rx budget accountingLendacky, Thomas2014-10-221-8/+12
* amd-xgbe: Properly handle feature changes via ethtoolLendacky, Thomas2014-10-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-076-96/+136
|\
| * amd-xgbe: Enable interrupts for all management countersLendacky, Thomas2014-09-051-2/+2
| * amd-xgbe: Treat certain counter registers as 64 bitLendacky, Thomas2014-09-051-82/+108
| * amd-xgbe: Fix initialization of the wrong spin lockLendacky, Thomas2014-09-021-1/+1
| * amd-xgbe: Use the Tx queue count for Tx flow control supportLendacky, Thomas2014-09-011-2/+2
| * amd-xgbe: Fix the xpcs mmd debugfs supportLendacky, Thomas2014-09-011-4/+4
| * amd-xgbe: Reported fifo size from hardware is not correctLendacky, Thomas2014-09-012-2/+7
| * amd-xgbe: Check for Tx hardware queue flushing supportLendacky, Thomas2014-09-014-3/+12
* | amd-xgbe: Checkpatch driver fixesLendacky, Thomas2014-09-0511-26/+2
|/
* amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren2014-08-071-1/+0
* amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas2014-08-052-99/+121
* amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas2014-08-051-2/+5
* amd-xgbe: Remove unnecessary spinlocksLendacky, Thomas2014-08-022-20/+5
* amd-xgbe: Add traffic class supportLendacky, Thomas2014-07-307-27/+498
* amd-xgbe: Base queue fifo size and enablement on ring countLendacky, Thomas2014-07-303-22/+33
* amd-xgbe: Update/fix 2.5GbE supportLendacky, Thomas2014-07-301-4/+13
* amd-xgbe: Add hardware timestamp supportLendacky, Thomas2014-07-309-52/+943
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-1/+2
|\
| * amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun2014-07-231-1/+2
* | amd-xgbe: Remove the adjustments needed for fixed speedLendacky, Thomas2014-07-152-14/+0
* | amd-xgbe: Base AXI DMA cache settings on device treeLendacky, Thomas2014-07-073-18/+37
* | amd-xgbe: Performance enhancementsLendacky, Thomas2014-07-074-78/+100
* | amd-xgbe: Call netif_napi_del on ndo_stop operationLendacky, Thomas2014-07-071-3/+6
* | amd-xgbe: Clear the proper MTL interrupt registerLendacky, Thomas2014-07-071-1/+1
* | amd-xgbe: Fix debugfs compatibility change with kstrtouintLendacky, Thomas2014-07-071-2/+2
* | amd-xgbe: Resolve checkpatch warning about sscanf usageLendacky, Thomas2014-06-261-5/+4
* | amd-xgbe: Change destination address filtering supportLendacky, Thomas2014-06-265-69/+115
* | amd-xgbe: Add support for VLAN filteringLendacky, Thomas2014-06-265-14/+164
* | amd-xgbe: VLAN Rx tag stripping fixLendacky, Thomas2014-06-261-1/+3
* | amd-xgbe: VLAN Tx tag insertion fixLendacky, Thomas2014-06-262-0/+8
* | amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas2014-06-265-100/+102
|/
* amd-xgbe: unwind on error in xgbe_mdio_register()Dan Carpenter2014-06-111-1/+1
* amd-xgbe: Rename MAX_DMA_CHANNELS to avoid powerpc conflictLendacky, Thomas2014-06-112-2/+2
* amd-xgbe: Remove unnecessary includeTom Lendacky2014-06-061-1/+0
* amd-xgbe: Initial AMD 10GbE platform driverLendacky, Thomas2014-06-0510-0/+7609
OpenPOWER on IntegriCloud