Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
121b8fe2fdc931a60f7437a94db3b8af8c62ee54
/
drivers
/
net
/
ethernet
/
microchip
/
enc28j60.c
75dd98c
enc28j60: Convert to use SPDX identifier
by Andy Shevchenko
· 6 years ago
5c22dc8
enc28j60: Fix indentation splats
by Andy Shevchenko
· 6 years ago
f3cb67b
enc28j60: Amend comments by fixing typos, adding periods, etc
by Andy Shevchenko
· 6 years ago
ba2c379
enc28j60: Remove linux/init.h
by Andy Shevchenko
· 6 years ago
c93a0f2
enc28j60: Convert printk() to netdev_printk()
by Andy Shevchenko
· 6 years ago
6eae141
enc28j60: Convert HW related printk() to dev_printk()
by Andy Shevchenko
· 6 years ago
e303b6a
enc28j60: Switch to dev_<level> from pr_<level>
by Andy Shevchenko
· 6 years ago
b4f7a6f
enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()
by Andy Shevchenko
· 6 years ago
41e48c3
enc28j60: Switch to use module_spi_driver() macro
by Andy Shevchenko
· 6 years ago
571fb07
enc28j60: Drop driver name duplication from messages
by Andy Shevchenko
· 6 years ago
35b60f3
enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()
by Andy Shevchenko
· 6 years ago
f23304c
enc28j60: Remove duplicate messaging
by Andy Shevchenko
· 6 years ago
9b52517
enc28j60: Use device_get_mac_address()
by Andy Shevchenko
· 6 years ago
287beb2
enc28j60: Correct description of debug module parameter
by Andy Shevchenko
· 6 years ago
8ff638e
net: microchip: enc28j60: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
a52ad51
net: deprecate eth_change_mtu, remove usage
by Jarod Wilson
· 8 years ago
373819e
enc28j60: Fix race condition in enc28j60 driver
by Sergio Valverde
· 9 years ago
2dd355a
net: ethernet: enc28j60: add device tree support
by Michael Heimpold
· 9 years ago
2957a28
net: ethernet: enc28j60: support half-duplex SPI controllers
by Michael Heimpold
· 9 years ago
3821a06
spi: Drop owner assignment from spi_drivers
by Andrew F. Davis
· 9 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 11 years ago
5743756
net: ethernet: enc28j60: use spi_get_drvdata() and spi_set_drvdata()
by Jingoo Han
· 12 years ago
15c6ff3
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
by Jiri Pirko
· 12 years ago
19d1b44
enc28j60: remove __dev* attributes
by Bill Pemberton
· 12 years ago
7ce5d22
net: use eth_hw_addr_random() and reset addr_assign_type
by Danny Kukawka
· 13 years ago
c056b73
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A Dalvi
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
580416e
enc28j60: Move the Microchip driver
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/enc28j60.c]
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
25db033
ethtool: Use full 32 bit speed range in ethtool's set_settings
by David Decotigny
· 14 years ago
fca540a
enc28j60: Fix reading of transmit status vector
by Stefan Weil
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
e0626e3
spi: prefix modalias with "spi:"
by Anton Vorontsov
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 16 years ago
1f5ec79
enc28j60: update to net_device_ops
by Stephen Hemminger
· 16 years ago
2269201
enc28j60: fix RX buffer overflow
by Baruch Siach
· 16 years ago
5664dd5
enc28j60: reduce the number of spi transfers in enc28j60_set_bank()
by Baruch Siach
· 16 years ago
354ade9
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
2c413a6
enc28j60: use netif_rx_ni() to deliver RX packets
by Baruch Siach
· 16 years ago
730c30e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
5176da7
enc28j60: Fix sporadic packet loss (corrected again)
by Baruch Siach
· 16 years ago
fb28ad3
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
b39d66a
drivers/net: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
c7b7b04
enc28j60: don't specify (wrong) IRQ type
by David Brownell
· 17 years ago
7dac6f8
net/enc28j60: low power mode
by David Brownell
· 17 years ago
6fd6588
net/enc28j60: section fix
by David Brownell
· 17 years ago
02ff05c
net/enc28j60: oops fix
by David Brownell
· 17 years ago
3ec9c11
add driver for enc28j60 ethernet chip
by Claudio Lanconelli
· 17 years ago