aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan743x_main.c
AgeCommit message (Expand)Author
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-25net: lan743x: Correct spelling in commentsSimon Horman
2024-04-08net: lan743x: Fixup EEEAndrew Lunn
2024-03-28net: lan743x: Add set RFE read fifo threshold for PCI1x1x chipsRaju Lakkaraju
2024-02-22net: microchip: lan743x: Fix spelling mistake "erro" -> "error"Colin Ian King
2023-10-24net: microchip: lan743x: improve throughput with rx timestamp configVishvambar Panth S
2023-09-17net: microchip: lan743x: add fixed phy unregister supportPavithra Sathyanarayanan
2023-08-20net: lan743x: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie
2023-06-29net: lan743x: Don't sleep in atomic contextMoritz Fischer
2023-06-27net: lan743x: Simplify comparisonMoritz Fischer
2023-06-02net: lan743x: Remove extranous gotosMoritz Fischer
2023-03-22ethernet: remove superfluous clearing of phydevWolfram Sang
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn
2023-01-19net: lan743x: add fixed phy support for LAN7431 devicePavithra Sathyanarayanan
2023-01-19net: lan743x: add generic implementation for phy interface selectionPavithra Sathyanarayanan
2023-01-19net: lan743x: remove unwanted interface select settingsPavithra Sathyanarayanan
2023-01-13net: lan743x: Separate C22 and C45 transactionsAndrew Lunn
2022-11-09net: lan743x: Add support to SGMII register dump for PCI11010/PCI11414 chipsRaju Lakkaraju
2022-10-25net: lan743x: Add support for get_pauseparam and set_pauseparamRaju Lakkaraju
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-09net: lan743x: Add support for Rx IP & TCP checksum offloadRaju Lakkaraju
2022-09-09net: lan743x: Fix to use multiqueue start/stop APIsRaju Lakkaraju
2022-06-24net: lan743x: Use correct variable in lan743x_sgmii_config()Dan Carpenter
2022-06-16net: lan743x: Add support to SGMII 1G and 2.5GRaju Lakkaraju
2022-06-16net: lan743x: Add support to Secure-ON WOLRaju Lakkaraju
2022-05-27net: lan743x: PCI11010 / PCI11414 fixRaju Lakkaraju
2022-05-05net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski
2022-03-18net: lan743x: Add support for EEPROMRaju Lakkaraju
2022-03-18net: lan743x: Add support to display Tx Queue statisticsRaju Lakkaraju
2022-02-13net: lan743x: Add support for Clause-45 MDIO PHY managementRaju Lakkaraju
2022-02-13net: lan743x: Add support for SGMII interfaceRaju Lakkaraju
2022-02-13net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion timers to 10Raju Lakkaraju
2022-02-13net: lan743x: Add support for 4 Tx queuesRaju Lakkaraju
2022-02-13net: lan743x: Add PCI11010 / PCI11414 device IDsRaju Lakkaraju
2022-01-09lan743x: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-11-24lan743x: fix deadlock in lan743x_phy_link_status_change()Heiner Kallweit
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino
2021-10-24net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_se...Yuiko Oshino
2021-10-24net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume failsYuiko Oshino
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-09lan743x: fix ethernet frame cutoff issueSven Van Asbroeck
2021-04-01lan743x: remove redundant semi-colonYang Yingliang
2021-03-05lan743x: trim all 4 bytes of the FCS; not just 2George McCollister
2021-02-16lan743x: sync only the received area of an rx ring bufferSven Van Asbroeck
2021-02-16lan743x: boost performance on cpu archs w/o dma cache snoopingSven Van Asbroeck
2021-01-28lan743x: fix endianness when accessing descriptorsAlexey Denisov