aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2020-07-14xgbe: convert to new udp_tunnel_nic infraJakub Kicinski1-9/+3
2020-02-24net/amd: Remove useless driver versionLeon Romanovsky1-1/+0
2019-08-30amd-xgbe: Fix error path in xgbe_mod_init()YueHaibing1-2/+8
2018-05-23amd-xgbe: Prepare for ethtool set-channel supportTom Lendacky1-19/+1
2018-04-23amd-xgbe: Improve KR auto-negotiation and trainingTom Lendacky1-0/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-08-18amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas1-0/+23
2017-08-18amd-xgbe: Add support to handle device renamingLendacky, Thomas1-41/+31
2017-08-18amd-xgbe: Be sure driver shuts down cleanly on module removalLendacky, Thomas1-2/+2
2017-06-29amd-xgbe: Adjust register settings to improve performanceLendacky, Thomas1-1/+4
2017-06-29amd-xgbe: Simplify the burst length settingsLendacky, Thomas1-3/+2
2017-06-29amd-xgbe: Handle return code from software reset functionLendacky, Thomas1-1/+5
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre1-2/+4
2016-11-13amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas1-0/+1
2016-11-13amd-xgbe: Add I2C support for sideband communicationLendacky, Thomas1-0/+7
2016-11-13amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas1-0/+13
2016-11-13amd-xgbe: Allow for a greater number of Rx queuesLendacky, Thomas1-2/+1
2016-11-13amd-xgbe: Add PCI device supportLendacky, Thomas1-0/+24
2016-11-04amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas1-477/+92
2016-11-04amd-xgbe: Prepare for a new PCS register access methodLendacky, Thomas1-0/+1
2016-11-04amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas1-152/+62
2016-10-26amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun1-0/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-0/+2
2016-08-29amd-xgbe: Reset running devices after resume from hibernateJames Morse1-1/+7
2016-02-17amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas1-3/+3
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki1-1/+7
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee1-1/+7
2015-10-05amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas1-1/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-44/+340
2015-06-15amd-xgbe: Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee1-26/+1
2015-05-15amd-xgbe: Remove manual check and set of dma_mask pointerLendacky, Thomas1-2/+0
2015-05-15amd-xgbe: Support defining PHY resources in ETH device nodeLendacky, Thomas1-8/+15
2015-05-15amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas1-40/+320
2015-05-15amd-xgbe: Add netif_* message support to the driverLendacky, Thomas1-2/+13
2015-04-09amd-xgbe: Add support for the netdev Tx watchdogLendacky, Thomas1-0/+3
2015-03-20amd-xgbe: Set DMA mask based on hardware register valueLendacky, Thomas1-9/+10
2015-01-16amd-xgbe: Add ACPI supportLendacky, Thomas1-44/+158
2015-01-16amd-xgbe: Clear all state during a device restartLendacky, Thomas1-0/+1
2014-11-16amd-xgbe: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-11-05amd-xgbe: Provide support for receive side scalingLendacky, Thomas1-0/+16
2014-11-05amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas1-2/+8
2014-11-05amd-xgbe: Move ring allocation to device openLendacky, Thomas1-62/+0
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-05amd-xgbe: Checkpatch driver fixesLendacky, Thomas1-1/+0
2014-09-02amd-xgbe: Fix initialization of the wrong spin lockLendacky, Thomas1-1/+1
2014-08-05amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas1-2/+5
2014-07-30amd-xgbe: Add traffic class supportLendacky, Thomas1-1/+4
2014-07-30amd-xgbe: Base queue fifo size and enablement on ring countLendacky, Thomas1-1/+9