summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan743x_main.c
AgeCommit message (Expand)Author
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
2020-12-16lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck
2020-11-24lan743x: replace polling loop by wait_event_timeout()Sven Van Asbroeck
2020-11-24lan743x: clean up software_isr functionSven Van Asbroeck
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-17lan743x: replace devicetree phy parse code with library functionSven Van Asbroeck
2020-11-14lan743x: prevent entire kernel HANG on open, for some platformsSven Van Asbroeck
2020-11-14lan743x: fix issue causing intermittent kernel log warningsSven Van Asbroeck
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-12lan743x: fix use of uninitialized variableSven Van Asbroeck
2020-11-10lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck
2020-11-10lan743x: correctly handle chips with internal PHYSven Van Asbroeck
2020-10-27net: microchip: Remove unneeded variable retXu Wang
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-09-23net: microchip: Make `lan743x_pm_suspend` function return right valueZheng Yongjun
2020-07-22lan743x: remove redundant initialization of variable current_head_indexColin Ian King
2020-07-14lan743x: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-06-24lan743x: Remove duplicated include from lan743x_main.cYueHaibing
2020-06-18lan743x: allow mac address to come from dtTim Harvey
2020-06-16lan743x: add MODULE_DEVICE_TABLE for module loading aliasTim Harvey
2020-06-04lan743x: Use correct MAC_CR configuration for 1 GBit speedRoelof Berg
2020-06-01lan743x: Added fixed link and RGMII supportRoelof Berg
2019-09-06lan743x: remove redundant assignment to variable rx_process_resultColin Ian King
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-03-13lan743x: Fix TX Stall IssueBryan Whitehead
2019-03-11lan743x: Fix RX Kernel PanicBryan Whitehead
2019-03-01lan743x: Fix TX Stall IssueBryan Whitehead
2019-01-08lan743x: Remove phy_read from link status change functionBryan Whitehead