summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe
AgeCommit message (Expand)Author
2014-11-16amd-xgbe: use netdev_rss_key_fill() helperEric Dumazet
2014-11-13amd-xgbe: fix ->rss_hash_typeDan Carpenter
2014-11-12amd-xgbe: Fix sparse endian warningsLendacky, Thomas
2014-11-06amd-xgbe: Check for complete packet on skb allocation errorLendacky, Thomas
2014-11-06amd-xgbe: Free channel/ring structures laterLendacky, Thomas
2014-11-05amd-xgbe: Fix a spelling errorLendacky, Thomas
2014-11-05amd-xgbe: Add receive side scaling ethtool supportLendacky, Thomas
2014-11-05amd-xgbe: Provide support for receive side scalingLendacky, Thomas
2014-11-05amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas
2014-11-05amd-xgbe: Implement split header receive supportLendacky, Thomas
2014-11-05amd-xgbe: Use page allocations for Rx buffersLendacky, Thomas
2014-11-05amd-xgbe: Use the u32 data type for descriptorsLendacky, Thomas
2014-11-05amd-xgbe: Rename pre_xmit function to dev_xmitLendacky, Thomas
2014-11-05amd-xgbe: Move ring allocation to device openLendacky, Thomas
2014-10-22amd-xgbe: Fix napi Rx budget accountingLendacky, Thomas
2014-10-22amd-xgbe: Properly handle feature changes via ethtoolLendacky, Thomas
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-05amd-xgbe: Enable interrupts for all management countersLendacky, Thomas
2014-09-05amd-xgbe: Treat certain counter registers as 64 bitLendacky, Thomas
2014-09-05amd-xgbe: Checkpatch driver fixesLendacky, Thomas
2014-09-02amd-xgbe: Fix initialization of the wrong spin lockLendacky, Thomas
2014-09-01amd-xgbe: Use the Tx queue count for Tx flow control supportLendacky, Thomas
2014-09-01amd-xgbe: Fix the xpcs mmd debugfs supportLendacky, Thomas
2014-09-01amd-xgbe: Reported fifo size from hardware is not correctLendacky, Thomas
2014-09-01amd-xgbe: Check for Tx hardware queue flushing supportLendacky, Thomas
2014-08-07amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren
2014-08-05amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas
2014-08-05amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas
2014-08-02amd-xgbe: Remove unnecessary spinlocksLendacky, Thomas
2014-07-30amd-xgbe: Add traffic class supportLendacky, Thomas
2014-07-30amd-xgbe: Base queue fifo size and enablement on ring countLendacky, Thomas
2014-07-30amd-xgbe: Update/fix 2.5GbE supportLendacky, Thomas
2014-07-30amd-xgbe: Add hardware timestamp supportLendacky, Thomas
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-23amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun
2014-07-15amd-xgbe: Remove the adjustments needed for fixed speedLendacky, Thomas
2014-07-07amd-xgbe: Base AXI DMA cache settings on device treeLendacky, Thomas
2014-07-07amd-xgbe: Performance enhancementsLendacky, Thomas
2014-07-07amd-xgbe: Call netif_napi_del on ndo_stop operationLendacky, Thomas
2014-07-07amd-xgbe: Clear the proper MTL interrupt registerLendacky, Thomas
2014-07-07amd-xgbe: Fix debugfs compatibility change with kstrtouintLendacky, Thomas
2014-06-26amd-xgbe: Resolve checkpatch warning about sscanf usageLendacky, Thomas
2014-06-26amd-xgbe: Change destination address filtering supportLendacky, Thomas
2014-06-26amd-xgbe: Add support for VLAN filteringLendacky, Thomas
2014-06-26amd-xgbe: VLAN Rx tag stripping fixLendacky, Thomas
2014-06-26amd-xgbe: VLAN Tx tag insertion fixLendacky, Thomas
2014-06-26amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas
2014-06-11amd-xgbe: unwind on error in xgbe_mdio_register()Dan Carpenter
2014-06-11amd-xgbe: Rename MAX_DMA_CHANNELS to avoid powerpc conflictLendacky, Thomas
2014-06-06amd-xgbe: Remove unnecessary includeTom Lendacky