summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan743x_main.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30net: lan743x: add support for RMII interfaceThangaraj Samynathan1-2/+21
2026-07-30net: lan743x: add RMII strap status detection for PCI11x1xThangaraj Samynathan1-2/+10
2026-06-30net: lan743x: Initialize eth_syslock spinlock before useAndrea Righi1-1/+1
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+32
2026-06-02net: lan743x: permit VLAN-tagged packets up to configured MTUDavid Thompson1-0/+32
2026-06-01net: lan743x: avoid netdev-based logging before netdev registrationDavid Thompson1-27/+21
2026-04-12net: lan743x: rename chip_rev to fpga_revThangaraj Samynathan1-4/+4
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2026-03-24net: lan743x: fix duplex configuration in mac_link_upThangaraj Samynathan1-0/+5
2026-03-20net: lan743x: fix SGMII detection on PCI1xxxx B0+ during warm resetThangaraj Samynathan1-4/+11
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+2
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
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