summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)Author
2014-12-09amd-xgbe: IRQ names require allocated memoryLendacky, Thomas
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry
2014-11-21amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas
2014-11-21amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas
2014-11-21amd-xgbe: Remove unused variableLendacky, Thomas
2014-11-21amd-xgbe: Add BQL supportLendacky, Thomas
2014-11-21amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas
2014-11-21amd-xgbe: Incorporate Smatch coding suggestionLendacky, Thomas
2014-11-21amd-xgbe: Tx engine must not be active before stopping itLendacky, Thomas
2014-11-21amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas
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: Let AMD_XGBE depend on HAS_IOMEMLendacky, 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-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-10-22amd-xgbe: Fix napi Rx budget accountingLendacky, Thomas
2014-10-22amd-xgbe: Properly handle feature changes via ethtoolLendacky, Thomas
2014-10-20net: ethernet: amd: drop owner assignment from platform_driversWolfram Sang
2014-09-22am2150: Update nmclan_cs.c to use update PCMCIA APIJeff Kirsher
2014-09-12ethernet: amd: use pr_info_once()Varka Bhadram
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-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-08drivers/net/ethernet/amd/pcnet32.c: neaten and remove unnecessary OOM messagesJoe Perches
2014-08-08amd: use pci_zalloc_consistentJoe Perches
2014-08-07amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
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