Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1f65da742d15462786533cf3ea58335aa32e3daa
/
drivers
/
net
/
ethernet
/
smsc
/
smsc9420.c
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
c018b7a
smsc9420: use named constants for pci_power_t values
by Julia Lawall
· 11 years ago
0ab75ae
ethernet: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
acec6d7
smsc9420: Use netif_<level>
by Joe Perches
· 11 years ago
4800599
smsc9420: replace printk with netdev_ calls
by Ben Boeckel
· 11 years ago
215081f
net: smsc9420: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
cf68ca1
net: smsc: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
720a43e
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
by Joe Perches
· 12 years ago
14f8dc4
drivers: net: Remove remaining alloc/OOM messages
by Joe Perches
· 12 years ago
f9a8f83
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
by Florian Fainelli
· 12 years ago
f3f9e50
smsc9420: remove __dev* attributes
by Bill Pemberton
· 12 years ago
6469933
ethernet: Remove casts to same type
by Joe Perches
· 13 years ago
b5a8083
smsc9420: stop using net_device.{base_addr, irq}.
by Francois Romieu
· 13 years ago
50c0c11
smsc9420: Support the get_ts_info ethtool method.
by Richard Cochran
· 13 years ago
f2cedb6
net: replace random_ether_addr() with eth_hw_addr_random()
by Danny Kukawka
· 13 years ago
dae2e9f
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
68aad78
sweep the floors and convert some .get_drvinfo routines to strlcpy
by Rick Jones
· 13 years ago
9d9779e
drivers/net: Add module.h to drivers who were implicitly using it
by Paul Gortmaker
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
ae15043
smsc: Move the SMC (SMSC) drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/smsc9420.c]
6241207
smsc9420: fix race in transmit time stamping.
by Richard Cochran
· 14 years ago
ec1d7c9
smsc9420: enable transmit time stamping.
by Richard Cochran
· 14 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
28b0411
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
by Richard Cochran
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 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
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
5508590
net: convert multiple drivers to use netdev_for_each_mc_addr, part2
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
ff9c38b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
6c53b1b
smsc9420: prevent BUG() if ethtool is called with interface down
by Steve Glendinning
· 15 years ago
a974a67
drivers/net/smsc9420.c: remove exceptional & on function name
by Julia Lawall
· 15 years ago
451f144
drivers: Kill now superfluous ->last_rx stores
by Eric Dumazet
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
cd7a3b7
smsc9420: fix big endian rx checksum offload
by Steve Glendinning
· 16 years ago
e70049b
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
196b7e1
smsc9420: handle magic field of ethtool_eeprom
by Steve Glendinning
· 16 years ago
9df8f4e
smsc9420: fix another postfixed timeout
by Steve Glendinning
· 16 years ago
b3ff29d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
46578a69
net: variables reach -1, but 0 tested
by Roel Kluin
· 16 years ago
05bee47
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
1609559
smsc9420: fix interrupt signalling test failures
by Steve Glendinning
· 16 years ago
db1d7bf
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
fe96aaa
netdev: add missing set_mac_address hook
by Stephen Hemminger
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
bc02ff9
net: Refactor full duplex flow control resolution
by Steve Glendinning
· 16 years ago
a7276db
smsc9420: add ethtool register dump support
by Steve Glendinning
· 16 years ago
012b215
smsc9420: add ethtool eeprom support
by Steve Glendinning
· 16 years ago
e312674
smsc9420: add netpoll support
by Steve Glendinning
· 16 years ago
2cb3772
smsc9420: SMSC LAN9420 10/100 PCI ethernet adapter
by Steve Glendinning
· 16 years ago