summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip
Commit message (Expand)AuthorAgeFilesLines
* net: microchip: encx24j600: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-121-14/+18
* net: microchip: enc28j60: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-121-14/+17
* encx24j600: Fix some checkstyle warningsJeroen De Wachter2016-12-162-8/+25
* encx24j600: bugfix - always move ERXTAIL to next packet in encx24j600_rx_packetsJeroen De Wachter2016-12-161-1/+2
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-5/+5
* enc28j60: Fix race condition in enc28j60 driverSergio Valverde2016-07-021-2/+5
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1
* net: ethernet: enc28j60: add device tree supportMichael Heimpold2016-04-291-3/+17
* net: ethernet: enc28j60: support half-duplex SPI controllersMichael Heimpold2016-04-291-5/+9
* net: encx24j600: move rev announcement to probe functionJon Ringle2015-11-201-12/+12
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-051-1/+0
|\
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* | net: encx24j600: Export missing SPI module alias informationJavier Martinez Canillas2015-11-021-0/+1
* | net: encx24j600: Fix SPI id table definitionJavier Martinez Canillas2015-11-021-3/+4
* | net: encx24j600: Fix mask to update LED configurationJon Ringle2015-10-251-3/+3
* | net: encx24j600: Fix typos in KconfigJon Ringle2015-10-111-2/+2
* | net: Microchip encx24j600 driverJon Ringle2015-10-085-0/+2087
* | Revert "net: Microchip encx24j600 driver"David S. Miller2015-10-065-2122/+0
* | Revert "net: encx24j600_exit() can be static"David S. Miller2015-10-061-1/+1
* | net: encx24j600_exit() can be statickbuild test robot2015-10-051-1/+1
* | net: Microchip encx24j600 driverJon Ringle2015-10-055-0/+2122
|/
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* net: ethernet: enc28j60: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-2/+2
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+2
|\
| * drivers/net/ethernet/microchip: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-2/+2
* | net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-031-1/+0
|/
* enc28j60: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2012-02-151-1/+2
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-061-2/+1
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-3/+0
* drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher2011-08-271-0/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* enc28j60: Move the Microchip driverJeff Kirsher2011-08-124-0/+2018