| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-02-23 | 1 | -5/+3 |
|\ |
|
| * | amd-xgbe: Update PCI support to use new IRQ functions | Tom Lendacky | 2017-01-13 | 1 | -5/+3 |
* | | amd-xgbe: Add a hardware quirk for register definitions | Lendacky, Thomas | 2017-01-22 | 1 | -0/+2 |
|/ |
|
* | amd-xgbe: Add support for a KR redriver | Lendacky, Thomas | 2016-11-13 | 1 | -0/+6 |
* | amd-xgbe: Add support for MDIO attached PHYs | Lendacky, Thomas | 2016-11-13 | 1 | -0/+12 |
* | amd-xgbe: Add support for SFP+ modules | Lendacky, Thomas | 2016-11-13 | 1 | -1/+14 |
* | amd-xgbe: Add I2C support for sideband communication | Lendacky, Thomas | 2016-11-13 | 1 | -0/+64 |
* | amd-xgbe: Add ECC status support for the device memory | Lendacky, Thomas | 2016-11-13 | 1 | -1/+34 |
* | amd-xgbe: Add support for new DMA interrupt mode | Lendacky, Thomas | 2016-11-13 | 1 | -0/+5 |
* | amd-xgbe: Add PCI device support | Lendacky, Thomas | 2016-11-13 | 1 | -1/+38 |
* | amd-xgbe: Add a workaround for Tx timestamp issue | Lendacky, Thomas | 2016-11-13 | 1 | -0/+1 |
* | amd-xgbe: Prepare for supporting PCI devices | Lendacky, Thomas | 2016-11-04 | 1 | -4/+19 |
* | amd-xgbe: Update how to determine DMA channel status | Lendacky, Thomas | 2016-11-04 | 1 | -1/+1 |
* | amd-xgbe: Support for 64-bit management counter registers | Lendacky, Thomas | 2016-11-04 | 1 | -0/+1 |
* | amd-xgbe: Prepare for a new PCS register access method | Lendacky, Thomas | 2016-11-04 | 1 | -0/+9 |
* | amd-xgbe: Add support for clause 37 auto-negotiation | Lendacky, Thomas | 2016-11-04 | 1 | -1/+10 |
* | amd-xgbe: Prepare for introduction of clause 37 autoneg | Lendacky, Thomas | 2016-11-04 | 1 | -5/+9 |
* | amd-xgbe: Prepare for working with more than one type of phy | Lendacky, Thomas | 2016-11-04 | 1 | -63/+67 |
* | amd-xgbe: Perform priority-based hardware FIFO allocation | Lendacky, Thomas | 2016-11-04 | 1 | -0/+26 |
* | amd-xgbe: Prepare for priority-based FIFO allocation | Lendacky, Thomas | 2016-11-04 | 1 | -1/+2 |
* | xgbe: constify get_netdev_ops and get_ethtool_ops | stephen hemminger | 2016-08-31 | 1 | -2/+3 |
* | amd-xgbe: Mask auto-negotiation interrupts in ISR | Lendacky, Thomas | 2016-02-17 | 1 | -2/+3 |
* | amd-xgbe: Do traffic class setup when called through dcbnl | Lendacky, Thomas | 2016-02-17 | 1 | -2/+4 |
* | amd-xgbe: Remove the XGBE_LINK state bit | Lendacky, Thomas | 2015-10-05 | 1 | -1/+0 |
* | amd-xgbe: Add receive buffer unavailable statistic | Lendacky, Thomas | 2015-10-05 | 1 | -0/+1 |
* | amd-xgbe: Simplify calculation and setting of queue fifos | Lendacky, Thomas | 2015-10-05 | 1 | -16/+0 |
* | treewide: fix typos in comment blocks | Masahiro Yamada | 2015-08-07 | 1 | -1/+1 |
* | amd-xgbe: Fix DMA API debug warning | Lendacky, Thomas | 2015-07-08 | 1 | -1/+2 |
* | amd-xgbe: Fix flow control setting logic | Lendacky, Thomas | 2015-05-15 | 1 | -4/+4 |
* | amd-xgbe: Support defining PHY resources in ETH device node | Lendacky, Thomas | 2015-05-15 | 1 | -1/+1 |
* | amd-xgbe: Move the PHY support into amd-xgbe | Lendacky, Thomas | 2015-05-15 | 1 | -24/+181 |
* | amd-xgbe: Rework the Rx path SKB allocation | Lendacky, Thomas | 2015-05-15 | 1 | -2/+0 |
* | amd-xgbe: Add netif_* message support to the driver | Lendacky, Thomas | 2015-05-15 | 1 | -17/+6 |
* | amd-xgbe: Add additional stats to be reported via ethtool | Lendacky, Thomas | 2015-05-15 | 1 | -0/+6 |
* | amd-xgbe: Move Rx mode configuration into init | Lendacky, Thomas | 2015-04-09 | 1 | -3/+1 |
* | amd-xgbe: Allow rx-frames coalescing to be changed anytime | Lendacky, Thomas | 2015-04-09 | 1 | -3/+2 |
* | amd-xgbe: Fix Rx coalescing reporting | Lendacky, Thomas | 2015-03-20 | 1 | -0/+1 |
* | amd-xgbe: Remove Tx coalescing | Lendacky, Thomas | 2015-03-20 | 1 | -2/+2 |
* | amd-xgbe: Set DMA mask based on hardware register value | Lendacky, Thomas | 2015-03-20 | 1 | -0/+1 |
* | ethernet: codespell comment spelling fixes | Joe Perches | 2015-03-08 | 1 | -1/+1 |
* | amd-xgbe: Add ACPI support | Lendacky, Thomas | 2015-01-16 | 1 | -1/+17 |
* | amd-xgbe: Simplify the Rx desciptor ring tracking | Lendacky, Thomas | 2015-01-16 | 1 | -8/+3 |
* | time: move the timecounter/cyclecounter code into its own file. | Richard Cochran | 2014-12-30 | 1 | -1/+1 |
* | amd-xgbe: IRQ names require allocated memory | Lendacky, Thomas | 2014-12-09 | 1 | -0/+1 |
* | amd-xgbe: Add support for the skb->xmit_more flag | Lendacky, Thomas | 2014-11-21 | 1 | -0/+15 |
* | amd-xgbe: Remove unused variable | Lendacky, Thomas | 2014-11-21 | 1 | -1/+0 |
* | amd-xgbe: Add BQL support | Lendacky, Thomas | 2014-11-21 | 1 | -0/+5 |
* | amd-xgbe: Separate Tx/Rx ring data fields into new structs | Lendacky, Thomas | 2014-11-21 | 1 | -6/+16 |
* | amd-xgbe: Tx engine must not be active before stopping it | Lendacky, Thomas | 2014-11-21 | 1 | -0/+1 |
* | amd-xgbe: Fix sparse endian warnings | Lendacky, Thomas | 2014-11-12 | 1 | -4/+4 |