aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/enc28j60.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-02-27enc28j60: Correct description of debug module parameterAndy Shevchenko1-1/+1
2017-02-12net: microchip: enc28j60: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+17
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-07-02enc28j60: Fix race condition in enc28j60 driverSergio Valverde1-2/+5
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-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2013-04-07net: ethernet: enc28j60: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2012-12-03enc28j60: remove __dev* attributesBill Pemberton1-3/+3
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka1-1/+2
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-2/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+0
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12enc28j60: Move the Microchip driverJeff Kirsher1-0/+1667