Age | Commit message (Expand) | Author | Files | Lines |
2021-10-05 | ethernet: use eth_hw_addr_set() for dev->addr_len cases |  Jakub Kicinski | 1 | -1/+1 |
2020-07-14 | xgbe: convert to new udp_tunnel_nic infra |  Jakub Kicinski | 1 | -9/+3 |
2020-02-24 | net/amd: Remove useless driver version |  Leon Romanovsky | 1 | -1/+0 |
2019-08-30 | amd-xgbe: Fix error path in xgbe_mod_init() |  YueHaibing | 1 | -2/+8 |
2018-05-23 | amd-xgbe: Prepare for ethtool set-channel support |  Tom Lendacky | 1 | -19/+1 |
2018-04-23 | amd-xgbe: Improve KR auto-negotiation and training |  Tom Lendacky | 1 | -0/+1 |
2018-03-26 | ethernet: Use octal not symbolic permissions |  Joe Perches | 1 | -1/+1 |
2017-08-18 | amd-xgbe: Add support for VXLAN offload capabilities |  Lendacky, Thomas | 1 | -0/+23 |
2017-08-18 | amd-xgbe: Add support to handle device renaming |  Lendacky, Thomas | 1 | -41/+31 |
2017-08-18 | amd-xgbe: Be sure driver shuts down cleanly on module removal |  Lendacky, Thomas | 1 | -2/+2 |
2017-06-29 | amd-xgbe: Adjust register settings to improve performance |  Lendacky, Thomas | 1 | -1/+4 |
2017-06-29 | amd-xgbe: Simplify the burst length settings |  Lendacky, Thomas | 1 | -3/+2 |
2017-06-29 | amd-xgbe: Handle return code from software reset function |  Lendacky, Thomas | 1 | -1/+5 |
2016-12-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+4 |
2016-11-16 | ptp_clock: Allow for it to be optional |  Nicolas Pitre | 1 | -2/+4 |
2016-11-13 | amd-xgbe: Add support for MDIO attached PHYs |  Lendacky, Thomas | 1 | -0/+1 |
2016-11-13 | amd-xgbe: Add I2C support for sideband communication |  Lendacky, Thomas | 1 | -0/+7 |
2016-11-13 | amd-xgbe: Add ECC status support for the device memory |  Lendacky, Thomas | 1 | -0/+13 |
2016-11-13 | amd-xgbe: Allow for a greater number of Rx queues |  Lendacky, Thomas | 1 | -2/+1 |
2016-11-13 | amd-xgbe: Add PCI device support |  Lendacky, Thomas | 1 | -0/+24 |
2016-11-04 | amd-xgbe: Prepare for supporting PCI devices |  Lendacky, Thomas | 1 | -477/+92 |
2016-11-04 | amd-xgbe: Prepare for a new PCS register access method |  Lendacky, Thomas | 1 | -0/+1 |
2016-11-04 | amd-xgbe: Prepare for working with more than one type of phy |  Lendacky, Thomas | 1 | -152/+62 |
2016-10-26 | amd-xgbe: Fix error return code in xgbe_probe() |  Wei Yongjun | 1 | -0/+1 |
2016-10-20 | ethernet: use net core MTU range checking in more drivers |  Jarod Wilson | 1 | -0/+2 |
2016-08-29 | amd-xgbe: Reset running devices after resume from hibernate |  James Morse | 1 | -1/+7 |
2016-02-17 | amd-xgbe: Mask auto-negotiation interrupts in ISR |  Lendacky, Thomas | 1 | -3/+3 |
2015-11-07 | Merge branch 'acpi-pci' |  Rafael J. Wysocki | 1 | -1/+7 |
2015-11-07 | device property: ACPI: Make use of the new DMA Attribute APIs |  Suthikulpanit, Suravee | 1 | -1/+7 |
2015-10-05 | amd-xgbe: Use proper DT / ACPI precedence checking |  Lendacky, Thomas | 1 | -1/+1 |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -44/+340 |
2015-06-15 | amd-xgbe: Unify coherency checking logic with device_dma_is_coherent() |  Suthikulpanit, Suravee | 1 | -26/+1 |
2015-05-15 | amd-xgbe: Remove manual check and set of dma_mask pointer |  Lendacky, Thomas | 1 | -2/+0 |
2015-05-15 | amd-xgbe: Support defining PHY resources in ETH device node |  Lendacky, Thomas | 1 | -8/+15 |
2015-05-15 | amd-xgbe: Move the PHY support into amd-xgbe |  Lendacky, Thomas | 1 | -40/+320 |
2015-05-15 | amd-xgbe: Add netif_* message support to the driver |  Lendacky, Thomas | 1 | -2/+13 |
2015-04-09 | amd-xgbe: Add support for the netdev Tx watchdog |  Lendacky, Thomas | 1 | -0/+3 |
2015-03-20 | amd-xgbe: Set DMA mask based on hardware register value |  Lendacky, Thomas | 1 | -9/+10 |
2015-01-16 | amd-xgbe: Add ACPI support |  Lendacky, Thomas | 1 | -44/+158 |
2015-01-16 | amd-xgbe: Clear all state during a device restart |  Lendacky, Thomas | 1 | -0/+1 |
2014-11-16 | amd-xgbe: use netdev_rss_key_fill() helper |  Eric Dumazet | 1 | -1/+1 |
2014-11-05 | amd-xgbe: Provide support for receive side scaling |  Lendacky, Thomas | 1 | -0/+16 |
2014-11-05 | amd-xgbe: Add support for per DMA channel interrupts |  Lendacky, Thomas | 1 | -2/+8 |
2014-11-05 | amd-xgbe: Move ring allocation to device open |  Lendacky, Thomas | 1 | -62/+0 |
2014-09-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -1/+1 |
2014-09-05 | amd-xgbe: Checkpatch driver fixes |  Lendacky, Thomas | 1 | -1/+0 |
2014-09-02 | amd-xgbe: Fix initialization of the wrong spin lock |  Lendacky, Thomas | 1 | -1/+1 |
2014-08-05 | amd-xgbe: Use dma_set_mask_and_coherent to set DMA mask |  Lendacky, Thomas | 1 | -2/+5 |
2014-07-30 | amd-xgbe: Add traffic class support |  Lendacky, Thomas | 1 | -1/+4 |
2014-07-30 | amd-xgbe: Base queue fifo size and enablement on ring count |  Lendacky, Thomas | 1 | -1/+9 |