summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe/xgbe-dev.c
AgeCommit message (Expand)Author
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-01-17amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYsLendacky, Thomas
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski
2017-08-29amd-xgbe: Interrupt summary bits are h/w version dependentTom Lendacky
2017-08-18amd-xgbe: Add additional ethtool statisticsLendacky, Thomas
2017-08-18amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas
2017-08-18amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas
2017-08-18amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas
2017-08-18amd-xgbe: Update TSO packet statistics accuracyLendacky, Thomas
2017-06-29amd-xgbe: Adjust register settings to improve performanceLendacky, Thomas
2017-06-29amd-xgbe: Simplify the burst length settingsLendacky, Thomas
2017-06-29amd-xgbe: Prepare for more fine grained cache coherency controlsLendacky, Thomas
2017-06-29amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas
2017-06-29amd-xgbe: Prevent looping forever if timestamp update failsLendacky, Thomas
2017-03-15amd-xgbe: Fix jumbo MTU processing on newer hardwareLendacky, Thomas
2017-03-02amd-xgbe: Be sure to set MDIO modes on device (re)startLendacky, Thomas
2017-01-22amd-xgbe: Check xgbe_init() return codeLendacky, Thomas
2017-01-22amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas
2016-11-16amd-xgbe: Fix maximum GPIO value checkLendacky, Thomas
2016-11-13amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas
2016-11-13amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas
2016-11-13amd-xgbe: Add support for new DMA interrupt modeLendacky, Thomas
2016-11-13amd-xgbe: Add a workaround for Tx timestamp issueLendacky, Thomas
2016-11-13amd-xgbe: Guard against incorrectly generated interruptsLendacky, Thomas
2016-11-04amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas
2016-11-04amd-xgbe: Update how to determine DMA channel statusLendacky, Thomas
2016-11-04amd-xgbe: Support for 64-bit management counter registersLendacky, Thomas
2016-11-04amd-xgbe: Prepare for a new PCS register access methodLendacky, Thomas
2016-11-04amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas
2016-11-04amd-xgbe: Perform priority-based hardware FIFO allocationLendacky, Thomas
2016-11-04amd-xgbe: Prepare for priority-based FIFO allocationLendacky, Thomas
2016-02-17amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas
2016-02-17amd-xgbe: Check Rx queue fifos before stopping Rx DMALendacky, Thomas
2016-02-17amd-xgbe: Do traffic class setup when called through dcbnlLendacky, Thomas
2016-02-17amd-xgbe: Fix the mapping of priorities to traffic classesLendacky, Thomas
2016-02-17amd-xgbe: Enable/disable PFC per traffic classLendacky, Thomas
2016-02-17amd-xgbe: Disable VLAN filtering when in promiscuous modeLendacky, Thomas
2015-12-15amd-xgbe: fix a couple timeout loopsDan Carpenter
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-27amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas
2015-10-05amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas
2015-10-05amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas
2015-07-08amd-xgbe: Fix DMA API debug warningLendacky, Thomas
2015-05-15amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas
2015-05-15amd-xgbe: Add netif_* message support to the driverLendacky, Thomas
2015-05-15amd-xgbe: Add additional stats to be reported via ethtoolLendacky, Thomas
2015-04-09amd-xgbe: Move Rx mode configuration into initLendacky, Thomas
2015-04-09amd-xgbe: Allow rx-frames coalescing to be changed anytimeLendacky, Thomas