summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-162-2/+0
* amd-xgbe: Use system workqueue for device restartLendacky, Thomas2015-10-151-2/+2
* amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas2015-10-052-13/+4
* amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas2015-10-051-5/+6
* amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas2015-10-053-0/+5
* amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas2015-10-052-83/+14
* amd-xgbe: Add ethtool error and debug messagesLendacky, Thomas2015-10-051-52/+37
* amd-xgbe: Add ethtool support for setting the msglevelLendacky, Thomas2015-10-051-0/+16
* amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas2015-10-051-1/+1
* amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas2015-10-051-1/+1
* net: hplance: Allow modular buildGeert Uytterhoeven2015-09-291-1/+1
* net: 7990: Export lance_poll() to modulesGeert Uytterhoeven2015-09-291-0/+1
* treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
* amd-xgbe: Fix DMA API debug warningLendacky, Thomas2015-07-084-12/+22
* amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocationTom Lendacky2015-06-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2410-540/+2158
|\
| * drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-11/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-081-1/+1
| |\
| * | amd-xgbe: Add more netif_dbg output to the driverLendacky, Thomas2015-05-251-6/+62
| * | amd-xgbe: Fix initial mode when auto-negotiation is disabledLendacky, Thomas2015-05-251-3/+42
| * | amd-xgbe: Add setting of a missing hardware featureLendacky, Thomas2015-05-251-0/+1
| * | amd-xgbe: Remove manual check and set of dma_mask pointerLendacky, Thomas2015-05-151-2/+0
| * | amd-xgbe: Fix flow control setting logicLendacky, Thomas2015-05-154-40/+72
| * | amd-xgbe: Support defining PHY resources in ETH device nodeLendacky, Thomas2015-05-152-9/+16
| * | amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas2015-05-158-352/+1780
| * | amd-xgbe: Rework the Rx path SKB allocationLendacky, Thomas2015-05-153-33/+37
| * | amd-xgbe: Add netif_* message support to the driverLendacky, Thomas2015-05-157-151/+191
| * | amd-xgbe: Add additional stats to be reported via ethtoolLendacky, Thomas2015-05-153-3/+23
| * | net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-1/+0
* | | amd-xgbe: Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee2015-06-151-26/+1
| |/ |/|
* | amd-xgbe: Use disable_irq_nosync from within timer functionLendacky, Thomas2015-06-071-1/+1
|/
* net: amd-xgbe: Add hardware dependencyJean Delvare2015-05-091-0/+1
* ethernet: amd: AMD_XGBE should depend on HAS_DMAGeert Uytterhoeven2015-04-231-1/+1
* amd-xgbe: Add support for the netdev Tx watchdogLendacky, Thomas2015-04-092-0/+12
* amd-xgbe: Move Rx mode configuration into initLendacky, Thomas2015-04-093-17/+20
* amd-xgbe: Allow rx-frames coalescing to be changed anytimeLendacky, Thomas2015-04-094-28/+21
* ptp: xgbe: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-6/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-2/+29
|\
| * net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras2015-03-201-2/+29
* | amd-xgbe: Use napi_alloc_skb when allocating skb in softirqLendacky, Thomas2015-03-201-4/+3
* | amd-xgbe: Fix Rx coalescing reportingLendacky, Thomas2015-03-203-7/+7
* | amd-xgbe: Remove Tx coalescingLendacky, Thomas2015-03-204-21/+12
* | amd-xgbe: Set DMA mask based on hardware register valueLendacky, Thomas2015-03-204-9/+29
* | amd-xgbe: Use the new DMA memory barriers where appropriateLendacky, Thomas2015-03-202-7/+13
* | amd-xgbe: Clarify output message about queuesLendacky, Thomas2015-03-201-2/+4
* | amd-xgbe-phy: Use the phy_driver flags fieldLendacky, Thomas2015-03-201-1/+0
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-083-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-82/+93
|\|
| * amd-xgbe: Request IRQs only after driver is fully setupLendacky, Thomas2015-02-271-82/+93
* | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
|/