summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)AuthorFilesLines
2021-11-06net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino1-4/+6
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
2021-06-03drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-4/+2
2020-12-30lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck1-20/+23
2020-12-21lan743x: fix for potential NULL pointer dereference with bare cardSergej Bauer1-4/+5
2020-11-24lan743x: prevent entire kernel HANG on open, for some platformsSven Van Asbroeck1-1/+2
2020-11-24lan743x: fix issue causing intermittent kernel log warningsSven Van Asbroeck1-5/+5
2020-11-18lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck2-12/+3
2020-06-03net: microchip: encx24j600: add missed kthread_stopChuhong Yuan1-1/+4
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2019-09-06lan743x: remove redundant assignment to variable rx_process_resultColin Ian King1-2/+1
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-07-22net: 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-19enc28j60: Convert to use SPDX identifierAndy Shevchenko1-5/+1
2019-03-19enc28j60: Fix indentation splatsAndy Shevchenko1-37/+21
2019-03-19enc28j60: Amend comments by fixing typos, adding periods, etcAndy Shevchenko1-15/+16
2019-03-19enc28j60: Remove linux/init.hAndy Shevchenko1-1/+0
2019-03-19enc28j60: Convert printk() to netdev_printk()Andy Shevchenko1-24/+27
2019-03-19enc28j60: Convert HW related printk() to dev_printk()Andy Shevchenko1-119/+141
2019-03-19enc28j60: Switch to dev_<level> from pr_<level>Andy Shevchenko1-12/+17
2019-03-19enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()Andy Shevchenko1-1/+1
2019-03-19enc28j60: Switch to use module_spi_driver() macroAndy Shevchenko1-19/+2
2019-03-19enc28j60: Drop driver name duplication from messagesAndy Shevchenko1-7/+6
2019-03-19enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()Andy Shevchenko1-24/+18
2019-03-19enc28j60: Remove duplicate messagingAndy Shevchenko1-20/+0
2019-03-19enc28j60: Use device_get_mac_address()Andy Shevchenko1-4/+3
2019-03-13lan743x: Fix TX Stall IssueBryan Whitehead1-8/+1
2019-03-11lan743x: Fix RX Kernel PanicBryan Whitehead1-14/+32
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+13
2019-03-01lan743x: Fix TX Stall IssueBryan Whitehead1-4/+12
2019-02-27enc28j60: Correct description of debug module parameterAndy Shevchenko1-1/+1
2019-01-26lan743x: Provide Read/Write Access to on chip OTPBryan Whitehead2-52/+182
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 Whitehead2-0/+2
2018-11-27lan743x: fix return value for lan743x_tx_napi_pollBryan Whitehead1-5/+5
2018-10-25lan743x: Remove SPI dependency from Microchip group.Bryan Whitehead1-1/+0
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-09-05net: lan743x_ptp: make function lan743x_ptp_set_sync_ts_insert() staticYueHaibing1-2/+2
2018-08-19net: lan743x_ptp: convert to ktime_get_clocktai_ts64Arnd Bergmann1-2/+1
2018-08-13net: lan743x: fix building without CONFIG_PTP_1588_CLOCKArnd Bergmann2-11/+6