aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan743x_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-13net: lan743x: Add support for 4 Tx queuesRaju Lakkaraju1-18/+65
2022-02-13net: lan743x: Add PCI11010 / PCI11414 device IDsRaju Lakkaraju1-0/+2
2022-01-09lan743x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-14/+8
2021-11-24lan743x: fix deadlock in lan743x_phy_link_status_change()Heiner Kallweit1-9/+3
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+31
2021-10-28net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino1-4/+9
2021-10-24net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_se...Yuiko Oshino1-0/+20
2021-10-24net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume failsYuiko Oshino1-0/+2
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+1
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-04-09lan743x: fix ethernet frame cutoff issueSven Van Asbroeck1-4/+4
2021-04-01lan743x: remove redundant semi-colonYang Yingliang1-1/+1
2021-03-05lan743x: trim all 4 bytes of the FCS; not just 2George McCollister1-1/+1
2021-02-16lan743x: sync only the received area of an rx ring bufferSven Van Asbroeck1-9/+26
2021-02-16lan743x: boost performance on cpu archs w/o dma cache snoopingSven Van Asbroeck1-179/+145
2021-01-28lan743x: fix endianness when accessing descriptorsAlexey Denisov1-33/+33
2020-12-16lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck1-20/+23
2020-11-24lan743x: replace polling loop by wait_event_timeout()Sven Van Asbroeck1-15/+13
2020-11-24lan743x: clean up software_isr functionSven Van Asbroeck1-9/+4
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+7
2020-11-17lan743x: replace devicetree phy parse code with library functionSven Van Asbroeck1-27/+8
2020-11-14lan743x: prevent entire kernel HANG on open, for some platformsSven Van Asbroeck1-1/+2
2020-11-14lan743x: fix issue causing intermittent kernel log warningsSven Van Asbroeck1-5/+5
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+10
2020-11-12lan743x: fix use of uninitialized variableSven Van Asbroeck1-1/+1
2020-11-10lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck1-9/+3
2020-11-10lan743x: correctly handle chips with internal PHYSven Van Asbroeck1-4/+6
2020-10-27net: microchip: Remove unneeded variable retXu Wang1-2/+1
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-4/+2
2020-09-23net: microchip: Make `lan743x_pm_suspend` function return right valueZheng Yongjun1-4/+1
2020-07-22lan743x: remove redundant initialization of variable current_head_indexColin Ian King1-2/+1
2020-07-14lan743x: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-24/+22
2020-06-24lan743x: Remove duplicated include from lan743x_main.cYueHaibing1-1/+0
2020-06-18lan743x: allow mac address to come from dtTim Harvey1-16/+25
2020-06-16lan743x: add MODULE_DEVICE_TABLE for module loading aliasTim Harvey1-0/+2
2020-06-04lan743x: Use correct MAC_CR configuration for 1 GBit speedRoelof Berg1-1/+1
2020-06-01lan743x: Added fixed link and RGMII supportRoelof Berg1-10/+71
2019-09-06lan743x: remove redundant assignment to variable rx_process_resultColin Ian King1-2/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+2
2019-03-13lan743x: Fix TX Stall IssueBryan Whitehead1-8/+1
2019-03-11lan743x: Fix RX Kernel PanicBryan Whitehead1-14/+32
2019-03-01lan743x: Fix TX Stall IssueBryan Whitehead1-4/+12
2019-01-08lan743x: Remove phy_read from link status change functionBryan Whitehead1-7/+4
2018-12-19lan743x: Remove MAC Reset from initializationBryan Whitehead1-6/+0
2018-12-18lan743x: Expand phy search for LAN7431Bryan Whitehead1-2/+3
2018-11-27lan743x: Enable driver to work with LAN7431Bryan Whitehead1-0/+1
2018-11-27lan743x: fix return value for lan743x_tx_napi_pollBryan Whitehead1-5/+5
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-09-17net: ethernet: Fix a unused function warning.zhong jiang1-3/+3
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-4/+1
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-1/+1
2018-08-11lan743x: lan743x: Add PTP supportBryan Whitehead1-3/+75
2018-07-25lan743x: Make symbol lan743x_pm_ops staticWei Yongjun1-1/+1
2018-07-23lan743x: Add RSS supportBryan Whitehead1-0/+20
2018-07-23lan743x: Add power management supportBryan Whitehead1-0/+176
2018-07-23lan743x: Add support for ethtool statisticsBryan Whitehead1-3/+3
2018-07-23lan743x: Add support for ethtool get_drvinfoBryan Whitehead1-0/+2
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-03-12lan743x: make functions lan743x_csr_read and lan743x_csr_read staticColin Ian King1-2/+3
2018-03-12lan743x: remove some redundant variables and assignmentsColin Ian King1-12/+1
2018-03-07lan743x: Add main source files for new lan743x driverBryan Whitehead1-0/+2781