summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe/xgbe-dev.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+15
2023-01-18amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45Andrew Lunn1-8/+8
2023-01-18amd-xgbe: Separate C22 and C45 transactionsAndrew Lunn1-13/+62
2023-01-13amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju1-8/+15
2023-01-10amd-xgbe: Add support for 10 Mbps speedRaju Rangoju1-0/+3
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2019-04-02net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-01-18amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYsLendacky, Thomas1-6/+16
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski1-2/+2
2017-08-30amd-xgbe: Interrupt summary bits are h/w version dependentTom Lendacky1-3/+10
2017-08-19amd-xgbe: Add additional ethtool statisticsLendacky, Thomas1-1/+7
2017-08-19amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas1-4/+88
2017-08-19amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas1-7/+16
2017-08-19amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas1-42/+35
2017-08-19amd-xgbe: Update TSO packet statistics accuracyLendacky, Thomas1-1/+1
2017-06-29amd-xgbe: Adjust register settings to improve performanceLendacky, Thomas1-3/+23
2017-06-29amd-xgbe: Simplify the burst length settingsLendacky, Thomas1-49/+18
2017-06-29amd-xgbe: Prepare for more fine grained cache coherency controlsLendacky, Thomas1-21/+2
2017-06-29amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas1-83/+52
2017-06-29amd-xgbe: Prevent looping forever if timestamp update failsLendacky, Thomas1-2/+13
2017-03-16amd-xgbe: Fix jumbo MTU processing on newer hardwareLendacky, Thomas1-9/+11
2017-03-02amd-xgbe: Be sure to set MDIO modes on device (re)startLendacky, Thomas1-1/+1
2017-01-23amd-xgbe: Check xgbe_init() return codeLendacky, Thomas1-1/+3
2017-01-23amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas1-2/+2
2016-11-16amd-xgbe: Fix maximum GPIO value checkLendacky, Thomas1-2/+2
2016-11-13amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas1-0/+113
2016-11-13amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas1-0/+68
2016-11-13amd-xgbe: Add support for new DMA interrupt modeLendacky, Thomas1-4/+11
2016-11-13amd-xgbe: Add a workaround for Tx timestamp issueLendacky, Thomas1-3/+10
2016-11-13amd-xgbe: Guard against incorrectly generated interruptsLendacky, Thomas1-1/+15
2016-11-04amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas1-12/+4
2016-11-04amd-xgbe: Update how to determine DMA channel statusLendacky, Thomas1-20/+38
2016-11-04amd-xgbe: Support for 64-bit management counter registersLendacky, Thomas1-10/+26
2016-11-04amd-xgbe: Prepare for a new PCS register access methodLendacky, Thomas1-9/+98
2016-11-04amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas1-39/+19
2016-11-04amd-xgbe: Perform priority-based hardware FIFO allocationLendacky, Thomas1-139/+408
2016-11-04amd-xgbe: Prepare for priority-based FIFO allocationLendacky, Thomas1-16/+39
2016-02-17amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas1-4/+6
2016-02-17amd-xgbe: Check Rx queue fifos before stopping Rx DMALendacky, Thomas1-0/+30
2016-02-17amd-xgbe: Do traffic class setup when called through dcbnlLendacky, Thomas1-0/+33
2016-02-17amd-xgbe: Fix the mapping of priorities to traffic classesLendacky, Thomas1-29/+21
2016-02-17amd-xgbe: Enable/disable PFC per traffic classLendacky, Thomas1-2/+34
2016-02-17amd-xgbe: Disable VLAN filtering when in promiscuous modeLendacky, Thomas1-112/+117
2015-12-15amd-xgbe: fix a couple timeout loopsDan Carpenter1-2/+2
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-10-28amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas1-1/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-10-23amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas1-1/+1
2015-10-05amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas1-67/+14
2015-10-05amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas1-1/+1