index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microchip
/
enc28j60.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-12
net: enc28j60: Use threaded interrupt instead of workqueue
Philipp Rosenberger
1
-22
/
+6
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-03-04
net: ethernet: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+1
2021-10-07
ethernet: make more use of device_get_ethdev_address()
Jakub Kicinski
1
-4
/
+1
2021-10-07
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
1
-1
/
+1
2021-10-07
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-2
/
+2
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-03-20
enc28j60: Convert to use SPDX identifier
Andy Shevchenko
1
-5
/
+1
2019-03-20
enc28j60: Fix indentation splats
Andy Shevchenko
1
-37
/
+21
2019-03-20
enc28j60: Amend comments by fixing typos, adding periods, etc
Andy Shevchenko
1
-15
/
+16
2019-03-20
enc28j60: Remove linux/init.h
Andy Shevchenko
1
-1
/
+0
2019-03-20
enc28j60: Convert printk() to netdev_printk()
Andy Shevchenko
1
-24
/
+27
2019-03-20
enc28j60: Convert HW related printk() to dev_printk()
Andy Shevchenko
1
-119
/
+141
2019-03-20
enc28j60: Switch to dev_<level> from pr_<level>
Andy Shevchenko
1
-12
/
+17
2019-03-20
enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()
Andy Shevchenko
1
-1
/
+1
2019-03-20
enc28j60: Switch to use module_spi_driver() macro
Andy Shevchenko
1
-19
/
+2
2019-03-20
enc28j60: Drop driver name duplication from messages
Andy Shevchenko
1
-7
/
+6
2019-03-20
enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()
Andy Shevchenko
1
-24
/
+18
2019-03-20
enc28j60: Remove duplicate messaging
Andy Shevchenko
1
-20
/
+0
2019-03-20
enc28j60: Use device_get_mac_address()
Andy Shevchenko
1
-4
/
+3
2019-02-27
enc28j60: Correct description of debug module parameter
Andy Shevchenko
1
-1
/
+1
2017-02-13
net: microchip: enc28j60: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-14
/
+17
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-07-02
enc28j60: Fix race condition in enc28j60 driver
Sergio Valverde
1
-2
/
+5
2016-04-29
net: ethernet: enc28j60: add device tree support
Michael Heimpold
1
-3
/
+17
2016-04-29
net: ethernet: enc28j60: support half-duplex SPI controllers
Michael Heimpold
1
-5
/
+9
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2013-04-08
net: ethernet: enc28j60: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
1
-2
/
+2
2013-01-04
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
1
-1
/
+0
2012-12-03
enc28j60: remove __dev* attributes
Bill Pemberton
1
-3
/
+3
2012-02-16
net: use eth_hw_addr_random() and reset addr_assign_type
Danny Kukawka
1
-1
/
+2
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
1
-2
/
+1
2012-02-01
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-3
/
+0
2011-08-18
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-08-13
enc28j60: Move the Microchip driver
Jeff Kirsher
1
-0
/
+1667