aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-13net: lan743x: select CRC16Arnd Bergmann1-0/+1
2018-08-13lan743x: lan743x: Remove duplicated include from lan743x_ptp.cYue Haibing1-1/+0
2018-08-11lan743x: lan743x: Add PTP supportBryan Whitehead6-5/+1443
2018-07-25lan743x: Make symbol lan743x_pm_ops staticWei Yongjun1-1/+1
2018-07-23lan743x: Add RSS supportBryan Whitehead3-0/+171
2018-07-23lan743x: Add EEE supportBryan Whitehead2-0/+88
2018-07-23lan743x: Add power management supportBryan Whitehead3-0/+270
2018-07-23lan743x: Add support for ethtool eeprom accessBryan Whitehead2-0/+242
2018-07-23lan743x: Add support for ethtool message levelBryan Whitehead1-0/+17
2018-07-23lan743x: Add support for ethtool statisticsBryan Whitehead3-3/+214
2018-07-23lan743x: Add support for ethtool link settingsBryan Whitehead1-0/+5
2018-07-23lan743x: Add support for ethtool get_drvinfoBryan Whitehead4-1/+35
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 Whitehead4-0/+3391
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-02-12net: microchip: encx24j600: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+18
2017-02-12net: microchip: enc28j60: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+17
2016-12-16encx24j600: Fix some checkstyle warningsJeroen De Wachter2-8/+25
2016-12-16encx24j600: bugfix - always move ERXTAIL to next packet in encx24j600_rx_packetsJeroen De Wachter1-1/+2
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-5/+5
2016-07-02enc28j60: Fix race condition in enc28j60 driverSergio Valverde1-2/+5
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-04-29net: ethernet: enc28j60: add device tree supportMichael Heimpold1-3/+17
2016-04-29net: ethernet: enc28j60: support half-duplex SPI controllersMichael Heimpold1-5/+9
2015-11-20net: encx24j600: move rev announcement to probe functionJon Ringle1-12/+12
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-11-02net: encx24j600: Export missing SPI module alias informationJavier Martinez Canillas1-0/+1
2015-11-02net: encx24j600: Fix SPI id table definitionJavier Martinez Canillas1-3/+4
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-25net: encx24j600: Fix mask to update LED configurationJon Ringle1-3/+3
2015-10-11net: encx24j600: Fix typos in KconfigJon Ringle1-2/+2
2015-10-08net: Microchip encx24j600 driverJon Ringle5-0/+2087