summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-main.c
Commit message (Expand)AuthorAgeFilesLines
* amd-xgbe: Prepare for ethtool set-channel supportTom Lendacky2018-05-231-19/+1Star
* amd-xgbe: Improve KR auto-negotiation and trainingTom Lendacky2018-04-241-0/+1
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas2017-08-191-0/+23
* amd-xgbe: Add support to handle device renamingLendacky, Thomas2017-08-191-41/+31Star
* amd-xgbe: Be sure driver shuts down cleanly on module removalLendacky, Thomas2017-08-191-2/+2
* amd-xgbe: Adjust register settings to improve performanceLendacky, Thomas2017-06-291-1/+4
* amd-xgbe: Simplify the burst length settingsLendacky, Thomas2017-06-291-3/+2Star
* amd-xgbe: Handle return code from software reset functionLendacky, Thomas2017-06-291-1/+5
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-131-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/+1Star
* | amd-xgbe: Add PCI device supportLendacky, Thomas2016-11-131-0/+24
* | amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas2016-11-041-477/+92Star
* | 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/+62Star
* | 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-251-44/+340
|\
| * amd-xgbe: Remove manual check and set of dma_mask pointerLendacky, Thomas2015-05-151-2/+0Star
| * 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/+1Star
|/
* 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-171-44/+158
* amd-xgbe: Clear all state during a device restartLendacky, Thomas2015-01-171-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-061-0/+16
* amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas2014-11-061-2/+8
* amd-xgbe: Move ring allocation to device openLendacky, Thomas2014-11-061-62/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-081-1/+1
|\
| * amd-xgbe: Fix initialization of the wrong spin lockLendacky, Thomas2014-09-021-1/+1
* | amd-xgbe: Checkpatch driver fixesLendacky, Thomas2014-09-061-1/+0Star
|/
* amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas2014-08-061-2/+5
* amd-xgbe: Add traffic class supportLendacky, Thomas2014-07-311-1/+4
* amd-xgbe: Base queue fifo size and enablement on ring countLendacky, Thomas2014-07-311-1/+9
* amd-xgbe: Add hardware timestamp supportLendacky, Thomas2014-07-311-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-081-0/+10