aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/microchip/lan743x_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-10/+5
2025-05-27net: lan743x: Fix PHY reset handling during initialization and WOLThangaraj Samynathan1-9/+4
2025-05-27net: lan743x: rename lan743x_reset_phy to lan743x_hw_reset_phyThangaraj Samynathan1-2/+2
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+10
2025-05-20net: lan743x: Restore SGMII CTRL register on resumeThangaraj Samynathan1-9/+10
2025-05-15net: lan743x: implement ndo_hwtstamp_get()Vladimir Oltean1-0/+2
2025-05-15net: lan743x: convert to ndo_hwtstamp_set()Vladimir Oltean1-2/+1
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2025-05-01net: lan743x: Fix memleak issue when GSO enabledThangaraj Samynathan1-2/+6
2025-04-16net: lan743x: Allocate rings outside ZONE_DMAThangaraj Samynathan1-2/+1
2025-01-16net: lan743x: convert to phylink managed EEERussell King (Oracle)1-6/+38
2025-01-16net: lan743x: use netdev in lan743x_phylink_mac_link_down()Russell King (Oracle)1-1/+1
2024-09-11net: lan743x: Add support to ethtool phylink get and set settingsRaju Lakkaraju1-0/+22
2024-09-11net: lan743x: Migrate phylib to phylinkRaju Lakkaraju1-223/+343
2024-09-11net: lan743x: Create separate Link Speed Duplex state functionRaju Lakkaraju1-30/+45
2024-09-11net: lan743x: Create separate PCS power reset functionRaju Lakkaraju1-26/+29
2024-06-18net: lan743x: Support WOL at both the PHY and MAC appropriatelyRaju Lakkaraju1-4/+14
2024-06-18net: lan743x: disable WOL upon resume to restore full data path operationRaju Lakkaraju1-4/+26
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-25net: lan743x: Correct spelling in commentsSimon Horman1-2/+2
2024-04-08net: lan743x: Fixup EEEAndrew Lunn1-0/+7
2024-03-28net: lan743x: Add set RFE read fifo threshold for PCI1x1x chipsRaju Lakkaraju1-0/+18
2024-02-22net: microchip: lan743x: Fix spelling mistake "erro" -> "error"Colin Ian King1-1/+1
2023-10-24net: microchip: lan743x: improve throughput with rx timestamp configVishvambar Panth S1-1/+44
2023-09-17net: microchip: lan743x: add fixed phy unregister supportPavithra Sathyanarayanan1-0/+6
2023-08-20net: lan743x: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1
2023-06-29net: lan743x: Don't sleep in atomic contextMoritz Fischer1-4/+17
2023-06-27net: lan743x: Simplify comparisonMoritz Fischer1-1/+1
2023-06-02net: lan743x: Remove extranous gotosMoritz Fischer1-15/+5
2023-03-22ethernet: remove superfluous clearing of phydevWolfram Sang1-1/+0
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn1-2/+0
2023-01-19net: lan743x: add fixed phy support for LAN7431 devicePavithra Sathyanarayanan1-2/+18
2023-01-19net: lan743x: add generic implementation for phy interface selectionPavithra Sathyanarayanan1-8/+23
2023-01-19net: lan743x: remove unwanted interface select settingsPavithra Sathyanarayanan1-8/+0
2023-01-13net: lan743x: Separate C22 and C45 transactionsAndrew Lunn1-55/+51
2022-11-09net: lan743x: Add support to SGMII register dump for PCI11010/PCI11414 chipsRaju Lakkaraju1-1/+1
2022-10-25net: lan743x: Add support for get_pauseparam and set_pauseparamRaju Lakkaraju1-2/+2
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-3/+1
2022-09-09net: lan743x: Add support for Rx IP & TCP checksum offloadRaju Lakkaraju1-1/+13
2022-09-09net: lan743x: Fix to use multiqueue start/stop APIsRaju Lakkaraju1-25/+25
2022-06-24net: lan743x: Use correct variable in lan743x_sgmii_config()Dan Carpenter1-2/+2
2022-06-16net: lan743x: Add support to SGMII 1G and 2.5GRaju Lakkaraju1-6/+343
2022-06-16net: lan743x: Add support to Secure-ON WOLRaju Lakkaraju1-0/+29
2022-05-27net: lan743x: PCI11010 / PCI11414 fixRaju Lakkaraju1-10/+22
2022-05-05net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski1-3/+3
2022-03-18net: lan743x: Add support for EEPROMRaju Lakkaraju1-0/+1
2022-03-18net: lan743x: Add support to display Tx Queue statisticsRaju Lakkaraju1-0/+1
2022-02-13net: lan743x: Add support for Clause-45 MDIO PHY managementRaju Lakkaraju1-3/+106
2022-02-13net: lan743x: Add support for SGMII interfaceRaju Lakkaraju1-0/+48
2022-02-13net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion timers to 10Raju Lakkaraju1-9/+23