Age | Commit message (Expand) | Author | Files | Lines |
2016-11-16 | amd-xgbe: Fix maximum GPIO value check |  Lendacky, Thomas | 1 | -2/+2 |
2016-11-13 | amd-xgbe: Add support for MDIO attached PHYs |  Lendacky, Thomas | 1 | -0/+113 |
2016-11-13 | amd-xgbe: Add ECC status support for the device memory |  Lendacky, Thomas | 1 | -0/+68 |
2016-11-13 | amd-xgbe: Add support for new DMA interrupt mode |  Lendacky, Thomas | 1 | -4/+11 |
2016-11-13 | amd-xgbe: Add a workaround for Tx timestamp issue |  Lendacky, Thomas | 1 | -3/+10 |
2016-11-13 | amd-xgbe: Guard against incorrectly generated interrupts |  Lendacky, Thomas | 1 | -1/+15 |
2016-11-04 | amd-xgbe: Prepare for supporting PCI devices |  Lendacky, Thomas | 1 | -12/+4 |
2016-11-04 | amd-xgbe: Update how to determine DMA channel status |  Lendacky, Thomas | 1 | -20/+38 |
2016-11-04 | amd-xgbe: Support for 64-bit management counter registers |  Lendacky, Thomas | 1 | -10/+26 |
2016-11-04 | amd-xgbe: Prepare for a new PCS register access method |  Lendacky, Thomas | 1 | -9/+98 |
2016-11-04 | amd-xgbe: Prepare for working with more than one type of phy |  Lendacky, Thomas | 1 | -39/+19 |
2016-11-04 | amd-xgbe: Perform priority-based hardware FIFO allocation |  Lendacky, Thomas | 1 | -139/+408 |
2016-11-04 | amd-xgbe: Prepare for priority-based FIFO allocation |  Lendacky, Thomas | 1 | -16/+39 |
2016-02-17 | amd-xgbe: Mask auto-negotiation interrupts in ISR |  Lendacky, Thomas | 1 | -4/+6 |
2016-02-17 | amd-xgbe: Check Rx queue fifos before stopping Rx DMA |  Lendacky, Thomas | 1 | -0/+30 |
2016-02-17 | amd-xgbe: Do traffic class setup when called through dcbnl |  Lendacky, Thomas | 1 | -0/+33 |
2016-02-17 | amd-xgbe: Fix the mapping of priorities to traffic classes |  Lendacky, Thomas | 1 | -29/+21 |
2016-02-17 | amd-xgbe: Enable/disable PFC per traffic class |  Lendacky, Thomas | 1 | -2/+34 |
2016-02-17 | amd-xgbe: Disable VLAN filtering when in promiscuous mode |  Lendacky, Thomas | 1 | -112/+117 |
2015-12-15 | amd-xgbe: fix a couple timeout loops |  Dan Carpenter | 1 | -2/+2 |
2015-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -1/+1 |
2015-10-27 | amd-xgbe: Fix race between access of desc and desc index |  Lendacky, Thomas | 1 | -1/+1 |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -1/+1 |
2015-10-23 | amd-xgbe: Use wmb before updating current descriptor count |  Lendacky, Thomas | 1 | -1/+1 |
2015-10-05 | amd-xgbe: Simplify calculation and setting of queue fifos |  Lendacky, Thomas | 1 | -67/+14 |
2015-10-05 | amd-xgbe: Remove an unneeded semicolon on a switch statement |  Lendacky, Thomas | 1 | -1/+1 |
2015-07-08 | amd-xgbe: Fix DMA API debug warning |  Lendacky, Thomas | 1 | -4/+7 |
2015-05-15 | amd-xgbe: Move the PHY support into amd-xgbe |  Lendacky, Thomas | 1 | -17/+0 |
2015-05-15 | amd-xgbe: Add netif_* message support to the driver |  Lendacky, Thomas | 1 | -29/+41 |
2015-05-15 | amd-xgbe: Add additional stats to be reported via ethtool |  Lendacky, Thomas | 1 | -3/+9 |
2015-04-09 | amd-xgbe: Move Rx mode configuration into init |  Lendacky, Thomas | 1 | -3/+18 |
2015-04-09 | amd-xgbe: Allow rx-frames coalescing to be changed anytime |  Lendacky, Thomas | 1 | -14/+18 |
2015-03-20 | amd-xgbe: Remove Tx coalescing |  Lendacky, Thomas | 1 | -4/+3 |
2015-03-20 | amd-xgbe: Use the new DMA memory barriers where appropriate |  Lendacky, Thomas | 1 | -6/+9 |
2015-03-20 | amd-xgbe: Clarify output message about queues |  Lendacky, Thomas | 1 | -2/+4 |
2015-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -2/+2 |
2015-01-23 | amd-xgbe: Use proper Rx flow control register |  Lendacky, Thomas | 1 | -2/+2 |
2015-01-16 | amd-xgbe: Add ACPI support |  Lendacky, Thomas | 1 | -2/+2 |
2015-01-16 | amd-xgbe-phy: Change auto-negotiation logic |  Lendacky, Thomas | 1 | -0/+27 |
2015-01-16 | amd-xgbe: Remove need for Tx path spinlock |  Lendacky, Thomas | 1 | -8/+9 |
2015-01-16 | amd-xgbe: Clear all state during a device restart |  Lendacky, Thomas | 1 | -0/+18 |
2014-11-21 | amd-xgbe: Add support for the skb->xmit_more flag |  Lendacky, Thomas | 1 | -13/+30 |
2014-11-21 | amd-xgbe: Perform Tx coalescing on a packet basis |  Lendacky, Thomas | 1 | -20/+26 |
2014-11-21 | amd-xgbe: Add BQL support |  Lendacky, Thomas | 1 | -0/+4 |
2014-11-21 | amd-xgbe: Separate Tx/Rx ring data fields into new structs |  Lendacky, Thomas | 1 | -7/+7 |
2014-11-21 | amd-xgbe: Incorporate Smatch coding suggestion |  Lendacky, Thomas | 1 | -1/+2 |
2014-11-21 | amd-xgbe: Tx engine must not be active before stopping it |  Lendacky, Thomas | 1 | -0/+59 |
2014-11-21 | amd-xgbe: Add a read memory barrier to Tx/Rx path |  Lendacky, Thomas | 1 | -0/+3 |
2014-11-13 | amd-xgbe: fix ->rss_hash_type |  Dan Carpenter | 1 | -1/+1 |
2014-11-05 | amd-xgbe: Add receive side scaling ethtool support |  Lendacky, Thomas | 1 | -0/+20 |