index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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-11
net: enc28j60: Use threaded interrupt instead of workqueue
Philipp Rosenberger
1
-22
/
+6
2022-08-31
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-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-03-19
enc28j60: Convert to use SPDX identifier
Andy Shevchenko
1
-5
/
+1
2019-03-19
enc28j60: Fix indentation splats
Andy Shevchenko
1
-37
/
+21
2019-03-19
enc28j60: Amend comments by fixing typos, adding periods, etc
Andy Shevchenko
1
-15
/
+16
2019-03-19
enc28j60: Remove linux/init.h
Andy Shevchenko
1
-1
/
+0
2019-03-19
enc28j60: Convert printk() to netdev_printk()
Andy Shevchenko
1
-24
/
+27
2019-03-19
enc28j60: Convert HW related printk() to dev_printk()
Andy Shevchenko
1
-119
/
+141
2019-03-19
enc28j60: Switch to dev_<level> from pr_<level>
Andy Shevchenko
1
-12
/
+17
2019-03-19
enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()
Andy Shevchenko
1
-1
/
+1
2019-03-19
enc28j60: Switch to use module_spi_driver() macro
Andy Shevchenko
1
-19
/
+2
2019-03-19
enc28j60: Drop driver name duplication from messages
Andy Shevchenko
1
-7
/
+6
2019-03-19
enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()
Andy Shevchenko
1
-24
/
+18
2019-03-19
enc28j60: Remove duplicate messaging
Andy Shevchenko
1
-20
/
+0
2019-03-19
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-12
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-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2013-04-07
net: ethernet: enc28j60: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
1
-2
/
+2
2013-01-03
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-15
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-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-3
/
+0
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-08-12
enc28j60: Move the Microchip driver
Jeff Kirsher
1
-0
/
+1667