Age | Commit message (Expand) | Author | Files | Lines |
2025-05-13 | amd-xgbe: add support for new XPCS routines |  Raju Rangoju | 1 | -0/+86 |
2025-05-13 | amd-xgbe: reorganize the code of XPCS access |  Raju Rangoju | 1 | -36/+29 |
2025-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -2/+22 |
2025-04-28 | amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offload |  Vishal Badole | 1 | -2/+22 |
2025-04-08 | amd-xgbe: Convert to SPDX identifier |  Raju Rangoju | 1 | -113/+4 |
2023-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -8/+15 |
2023-01-17 | amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45 |  Andrew Lunn | 1 | -8/+8 |
2023-01-17 | amd-xgbe: Separate C22 and C45 transactions |  Andrew Lunn | 1 | -13/+62 |
2023-01-12 | amd-xgbe: TX Flow Ctrl Registers are h/w ver dependent |  Raju Rangoju | 1 | -8/+15 |
2023-01-10 | amd-xgbe: Add support for 10 Mbps speed |  Raju Rangoju | 1 | -0/+3 |
2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers |  Jakub Kicinski | 1 | -1/+1 |
2019-04-01 | net: move skb->xmit_more hint to softnet data |  Florian Westphal | 1 | -1/+1 |
2019-01-17 | amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYs |  Lendacky, Thomas | 1 | -6/+16 |
2018-07-27 | net: ethernet: Use existing define with polynomial |  Krzysztof Kozlowski | 1 | -2/+2 |
2017-08-29 | amd-xgbe: Interrupt summary bits are h/w version dependent |  Tom Lendacky | 1 | -3/+10 |
2017-08-18 | amd-xgbe: Add additional ethtool statistics |  Lendacky, Thomas | 1 | -1/+7 |
2017-08-18 | amd-xgbe: Add support for VXLAN offload capabilities |  Lendacky, Thomas | 1 | -4/+88 |
2017-08-18 | amd-xgbe: Add per queue Tx and Rx statistics |  Lendacky, Thomas | 1 | -7/+16 |
2017-08-18 | amd-xgbe: Optimize DMA channel interrupt enablement |  Lendacky, Thomas | 1 | -42/+35 |
2017-08-18 | amd-xgbe: Update TSO packet statistics accuracy |  Lendacky, Thomas | 1 | -1/+1 |
2017-06-29 | amd-xgbe: Adjust register settings to improve performance |  Lendacky, Thomas | 1 | -3/+23 |
2017-06-29 | amd-xgbe: Simplify the burst length settings |  Lendacky, Thomas | 1 | -49/+18 |
2017-06-29 | amd-xgbe: Prepare for more fine grained cache coherency controls |  Lendacky, Thomas | 1 | -21/+2 |
2017-06-29 | amd-xgbe: Add NUMA affinity support for memory allocations |  Lendacky, Thomas | 1 | -83/+52 |
2017-06-29 | amd-xgbe: Prevent looping forever if timestamp update fails |  Lendacky, Thomas | 1 | -2/+13 |
2017-03-15 | amd-xgbe: Fix jumbo MTU processing on newer hardware |  Lendacky, Thomas | 1 | -9/+11 |
2017-03-02 | amd-xgbe: Be sure to set MDIO modes on device (re)start |  Lendacky, Thomas | 1 | -1/+1 |
2017-01-22 | amd-xgbe: Check xgbe_init() return code |  Lendacky, Thomas | 1 | -1/+3 |
2017-01-22 | amd-xgbe: Add a hardware quirk for register definitions |  Lendacky, Thomas | 1 | -2/+2 |
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 |