aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)Author
2020-06-08net: microchip: encx24j600: add missed kthread_stopChuhong Yuan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-19enc28j60: Convert to use SPDX identifierAndy Shevchenko
2019-03-19enc28j60: Fix indentation splatsAndy Shevchenko
2019-03-19enc28j60: Amend comments by fixing typos, adding periods, etcAndy Shevchenko
2019-03-19enc28j60: Remove linux/init.hAndy Shevchenko
2019-03-19enc28j60: Convert printk() to netdev_printk()Andy Shevchenko
2019-03-19enc28j60: Convert HW related printk() to dev_printk()Andy Shevchenko
2019-03-19enc28j60: Switch to dev_<level> from pr_<level>Andy Shevchenko
2019-03-19enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()Andy Shevchenko
2019-03-19enc28j60: Switch to use module_spi_driver() macroAndy Shevchenko
2019-03-19enc28j60: Drop driver name duplication from messagesAndy Shevchenko
2019-03-19enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()Andy Shevchenko
2019-03-19enc28j60: Remove duplicate messagingAndy Shevchenko
2019-03-19enc28j60: Use device_get_mac_address()Andy Shevchenko
2019-03-13lan743x: Fix TX Stall IssueBryan Whitehead
2019-03-11lan743x: Fix RX Kernel PanicBryan Whitehead
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-01lan743x: Fix TX Stall IssueBryan Whitehead
2019-02-27enc28j60: Correct description of debug module parameterAndy Shevchenko
2019-01-26lan743x: Provide Read/Write Access to on chip OTPBryan Whitehead
2019-01-08lan743x: Remove phy_read from link status change functionBryan Whitehead
2018-12-19lan743x: Remove MAC Reset from initializationBryan Whitehead
2018-12-18lan743x: Expand phy search for LAN7431Bryan Whitehead
2018-11-27lan743x: Enable driver to work with LAN7431Bryan Whitehead
2018-11-27lan743x: fix return value for lan743x_tx_napi_pollBryan Whitehead
2018-10-25lan743x: Remove SPI dependency from Microchip group.Bryan Whitehead
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-17net: ethernet: Fix a unused function warning.zhong jiang
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn
2018-09-05net: lan743x_ptp: make function lan743x_ptp_set_sync_ts_insert() staticYueHaibing
2018-08-19net: lan743x_ptp: convert to ktime_get_clocktai_ts64Arnd Bergmann
2018-08-13net: lan743x: fix building without CONFIG_PTP_1588_CLOCKArnd Bergmann
2018-08-13net: lan743x: select CRC16Arnd Bergmann
2018-08-13lan743x: lan743x: Remove duplicated include from lan743x_ptp.cYue Haibing
2018-08-11lan743x: lan743x: Add PTP supportBryan Whitehead
2018-07-25lan743x: Make symbol lan743x_pm_ops staticWei Yongjun
2018-07-23lan743x: Add RSS supportBryan Whitehead
2018-07-23lan743x: Add EEE supportBryan Whitehead
2018-07-23lan743x: Add power management supportBryan Whitehead
2018-07-23lan743x: Add support for ethtool eeprom accessBryan Whitehead
2018-07-23lan743x: Add support for ethtool message levelBryan Whitehead
2018-07-23lan743x: Add support for ethtool statisticsBryan Whitehead
2018-07-23lan743x: Add support for ethtool link settingsBryan Whitehead
2018-07-23lan743x: Add support for ethtool get_drvinfoBryan Whitehead
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2018-03-12lan743x: make functions lan743x_csr_read and lan743x_csr_read staticColin Ian King