summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)AuthorLines
2015-12-15amd-xgbe: fix a couple timeout loopsDan Carpenter-2/+2
2015-11-20various: fix pci_set_dma_mask return value checkingChristoph Hellwig-2/+3
2015-11-12Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+7
2015-11-10pcnet32: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig-1/+1
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki-1/+7
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee-1/+7
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2015-10-27amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas-1/+5
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2015-10-23amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas-2/+4
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera-2/+0
2015-10-15amd-xgbe: Use system workqueue for device restartLendacky, Thomas-2/+2
2015-10-05amd-xgbe: Check for successful buffer allocation before useTom Lendacky-0/+3
2015-10-05amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas-13/+4
2015-10-05amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas-5/+6
2015-10-05amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas-0/+5
2015-10-05amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas-83/+14
2015-10-05amd-xgbe: Add ethtool error and debug messagesLendacky, Thomas-52/+37
2015-10-05amd-xgbe: Add ethtool support for setting the msglevelLendacky, Thomas-0/+16
2015-10-05amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas-1/+1
2015-10-05amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas-1/+1
2015-10-05amd-xgbe: fix potential memory leak in xgbe-debugfsGeliang Tang-0/+1
2015-09-29net: hplance: Allow modular buildGeert Uytterhoeven-1/+1
2015-09-29net: 7990: Export lance_poll() to modulesGeert Uytterhoeven-0/+1
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada-1/+1
2015-07-08amd-xgbe: Fix DMA API debug warningLendacky, Thomas-12/+22
2015-06-29amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocationTom Lendacky-1/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-540/+2158
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker-11/+5
2015-06-15amd-xgbe: Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee-26/+1
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-06-07amd-xgbe: Use disable_irq_nosync from within timer functionLendacky, Thomas-1/+1
2015-05-25amd-xgbe: Add more netif_dbg output to the driverLendacky, Thomas-6/+62
2015-05-25amd-xgbe: Fix initial mode when auto-negotiation is disabledLendacky, Thomas-3/+42
2015-05-25amd-xgbe: Add setting of a missing hardware featureLendacky, Thomas-0/+1
2015-05-15amd-xgbe: Remove manual check and set of dma_mask pointerLendacky, Thomas-2/+0
2015-05-15amd-xgbe: Fix flow control setting logicLendacky, Thomas-40/+72
2015-05-15amd-xgbe: Support defining PHY resources in ETH device nodeLendacky, Thomas-9/+16
2015-05-15amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas-352/+1780
2015-05-15amd-xgbe: Rework the Rx path SKB allocationLendacky, Thomas-33/+37
2015-05-15amd-xgbe: Add netif_* message support to the driverLendacky, Thomas-151/+191
2015-05-15amd-xgbe: Add additional stats to be reported via ethtoolLendacky, Thomas-3/+23
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu-1/+0
2015-05-09net: amd-xgbe: Add hardware dependencyJean Delvare-0/+1
2015-04-23ethernet: amd: AMD_XGBE should depend on HAS_DMAGeert Uytterhoeven-1/+1
2015-04-09amd-xgbe: Add support for the netdev Tx watchdogLendacky, Thomas-0/+12
2015-04-09amd-xgbe: Move Rx mode configuration into initLendacky, Thomas-17/+20
2015-04-09amd-xgbe: Allow rx-frames coalescing to be changed anytimeLendacky, Thomas-28/+21
2015-03-31ptp: xgbe: convert to the 64 bit get/set time methods.Richard Cochran-6/+7