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