summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-2/+4
|\
| * ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-2/+4
* | amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas2016-11-131-0/+1
* | amd-xgbe: Add I2C support for sideband communicationLendacky, Thomas2016-11-131-0/+7
* | amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas2016-11-131-0/+13
* | amd-xgbe: Allow for a greater number of Rx queuesLendacky, Thomas2016-11-131-2/+1
* | amd-xgbe: Add PCI device supportLendacky, Thomas2016-11-131-0/+24
* | amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas2016-11-041-477/+92
* | amd-xgbe: Prepare for a new PCS register access methodLendacky, Thomas2016-11-041-0/+1
* | amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas2016-11-041-152/+62
* | amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun2016-10-261-0/+1
* | ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-0/+2
|/
* amd-xgbe: Reset running devices after resume from hibernateJames Morse2016-08-291-1/+7
* amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas2016-02-171-3/+3
* Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-071-1/+7
|\
| * device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee2015-11-071-1/+7
* | amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas2015-10-051-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-44/+340
|\
| * amd-xgbe: Remove manual check and set of dma_mask pointerLendacky, Thomas2015-05-151-2/+0
| * amd-xgbe: Support defining PHY resources in ETH device nodeLendacky, Thomas2015-05-151-8/+15
| * amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas2015-05-151-40/+320
| * amd-xgbe: Add netif_* message support to the driverLendacky, Thomas2015-05-151-2/+13
* | amd-xgbe: Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee2015-06-151-26/+1
|/
* amd-xgbe: Add support for the netdev Tx watchdogLendacky, Thomas2015-04-091-0/+3
* amd-xgbe: Set DMA mask based on hardware register valueLendacky, Thomas2015-03-201-9/+10
* amd-xgbe: Add ACPI supportLendacky, Thomas2015-01-161-44/+158
* amd-xgbe: Clear all state during a device restartLendacky, Thomas2015-01-161-0/+1
* amd-xgbe: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+1
* amd-xgbe: Provide support for receive side scalingLendacky, Thomas2014-11-051-0/+16
* amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas2014-11-051-2/+8
* amd-xgbe: Move ring allocation to device openLendacky, Thomas2014-11-051-62/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-1/+1
|\
| * amd-xgbe: Fix initialization of the wrong spin lockLendacky, Thomas2014-09-021-1/+1
* | amd-xgbe: Checkpatch driver fixesLendacky, Thomas2014-09-051-1/+0
|/
* amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas2014-08-051-2/+5
* amd-xgbe: Add traffic class supportLendacky, Thomas2014-07-301-1/+4
* amd-xgbe: Base queue fifo size and enablement on ring countLendacky, Thomas2014-07-301-1/+9
* amd-xgbe: Add hardware timestamp supportLendacky, Thomas2014-07-301-4/+17
* 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: Base AXI DMA cache settings on device treeLendacky, Thomas2014-07-071-0/+10
* | amd-xgbe: Change destination address filtering supportLendacky, Thomas2014-06-261-0/+2
* | amd-xgbe: Add support for VLAN filteringLendacky, Thomas2014-06-261-1/+2
* | amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas2014-06-261-4/+4
|/
* amd-xgbe: Rename MAX_DMA_CHANNELS to avoid powerpc conflictLendacky, Thomas2014-06-111-1/+1
* amd-xgbe: Initial AMD 10GbE platform driverLendacky, Thomas2014-06-051-0/+512