summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)AuthorFilesLines
2024-03-01lan743x: fix for potential NULL pointer dereference with bare cardSergej Bauer1-4/+5
2023-07-27net: lan743x: Don't sleep in atomic contextMoritz Fischer1-4/+17
2022-12-14net: encx24j600: Fix invalid logic in reading of MISTAT registerValentina Goncharenko1-2/+2
2022-12-14net: encx24j600: Add parentheses to fix precedenceValentina Goncharenko1-2/+2
2021-12-01lan743x: fix deadlock in lan743x_phy_link_status_change()Heiner Kallweit1-9/+3
2021-11-06net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino1-4/+6
2021-11-02lan743x: fix endianness when accessing descriptorsAlexey Denisov2-43/+43
2021-11-02net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_se...Yuiko Oshino1-0/+20
2021-11-02net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume failsYuiko Oshino1-0/+2
2021-10-20net: encx24j600: check error in devm_regmap_init_encx24j600Nanyong Sun3-5/+14
2020-12-30lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck1-20/+23
2020-12-05ethernet: select CONFIG_CRC32 as neededArnd Bergmann1-0/+1
2020-11-15lan743x: prevent entire kernel HANG on open, for some platformsSven Van Asbroeck1-1/+2
2020-11-15lan743x: fix issue causing intermittent kernel log warningsSven Van Asbroeck1-5/+5
2020-11-12lan743x: fix use of uninitialized variableSven Van Asbroeck1-1/+1
2020-11-11lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck2-12/+3
2020-11-11lan743x: correctly handle chips with internal PHYSven Van Asbroeck1-4/+6
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-1/+1
2020-09-26drivers/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-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-23lan743x: 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-25lan743x: Remove duplicated include from lan743x_main.cYueHaibing1-1/+0
2020-06-19lan743x: allow mac address to come from dtTim Harvey1-16/+25
2020-06-17lan743x: add MODULE_DEVICE_TABLE for module loading aliasTim Harvey1-0/+2
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-5/+5
2020-06-05lan743x: Use correct MAC_CR configuration for 1 GBit speedRoelof Berg1-1/+1
2020-06-01lan743x: Added fixed link and RGMII supportRoelof Berg4-13/+80
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-05-08net: microchip: encx24j600: add missed kthread_stopChuhong Yuan1-1/+4
2020-05-07net: encx24j600: make encx24j600_hw_init() return voidJason Yan1-10/+2
2020-05-05net: microchip: Remove unused inline function is_bits_setYueHaibing1-5/+0
2019-12-26net: Introduce peer to peer one step PTP time stamping.Richard Cochran1-0/+3
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2-2/+2
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2019-11-11Support LAN743x PTP periodic output on any GPIOJohn Efstathiades2-96/+230
2019-09-06lan743x: remove redundant assignment to variable rx_process_resultColin Ian King1-2/+1
2019-08-23ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-20enc28j60: Convert to use SPDX identifierAndy Shevchenko1-5/+1
2019-03-20enc28j60: Fix indentation splatsAndy Shevchenko1-37/+21
2019-03-20enc28j60: Amend comments by fixing typos, adding periods, etcAndy Shevchenko1-15/+16
2019-03-20enc28j60: Remove linux/init.hAndy Shevchenko1-1/+0
2019-03-20enc28j60: Convert printk() to netdev_printk()Andy Shevchenko1-24/+27
2019-03-20enc28j60: Convert HW related printk() to dev_printk()Andy Shevchenko1-119/+141