Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
41f149a285da21529bc9a0bad323df53b2f17b16
/
drivers
/
net
/
ethernet
/
smsc
4d26aa3
Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
73287a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
c9ef713
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64
by Linus Torvalds
· 12 years ago
1ae90e7
arm64: vexpress: Enable ARMv8 RTSM model (SoC) support
by Catalin Marinas
· 12 years ago
6fed959
net/smsc911x: Use NULL instead of integer for pointer
by Sachin Kamat
· 12 years ago
fdd3f29
drivers/net: use module_pcmcia_driver() in pcmcia drivers
by H Hartley Sweeten
· 12 years ago
720a43e
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
by Joe Perches
· 12 years ago
b6c2301
net/smsc911x: Provide common clock functionality
by Lee Jones
· 12 years ago
14f8dc4
drivers: net: Remove remaining alloc/OOM messages
by Joe Perches
· 12 years ago
6b80778
smsc: smc911x: Fix sparse warnings
by Fabio Estevam
· 12 years ago
f9a8f83
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
by Florian Fainelli
· 12 years ago
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 12 years ago
15c6ff3
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
by Jiri Pirko
· 12 years ago
d62fdf8
drivers/net: Use of_match_ptr() macro in smsc911x.c
by Sachin Kamat
· 12 years ago
89ce376
drivers/net: Use of_match_ptr() macro in smc91x.c
by Sachin Kamat
· 12 years ago
2925f6c
net: smc911x: use io{read,write}*_rep accessors
by Matthew Leach
· 12 years ago
4ba73aa
net: smc91x: use io{read, write}*_rep accessors instead of string functions
by Will Deacon
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
b0171cd
epic100: remove __dev* attributes
by Bill Pemberton
· 12 years ago
f3f9e50
smsc9420: remove __dev* attributes
by Bill Pemberton
· 12 years ago
9f1e13d
smc911x: remove __dev* attributes
by Bill Pemberton
· 12 years ago
8489ec1
smsc911x: remove __dev* attributes
by Bill Pemberton
· 12 years ago
1e48fea
smc91x: remove __dev* attributes
by Bill Pemberton
· 12 years ago
c867b55
net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open
by Joachim Eastwood
· 12 years ago
769ce4c
net/smsc911x: Fix ready check in cases where WORD_SWAP is needed
by Kamlakant Patel
· 12 years ago
7efd26d
ethernet: Use eth_random_addr
by Joe Perches
· 12 years ago
49ce9c2
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
8e27628
smsc911x.c: encapsulate enable irq calls
by Matthias Brugger
· 12 years ago
6469933
ethernet: Remove casts to same type
by Joe Perches
· 12 years ago
2e1d4a0
net/smsc911x: Repair broken failure paths
by Lee Jones
· 12 years ago
f240019
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
163faf3
drivers/net: Do not free an IRQ if its request failed
by Lee Jones
· 13 years ago
56845d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
3c5e979
net: smsc911x: fix skb handling in receive path
by Will Deacon
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
aae9bc3
epic100: stop using net_device.{base_addr, irq} and convert to __iomem.
by Francois Romieu
· 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
b5d1d25
smsc911x: Support the get_ts_info ethtool method.
by Richard Cochran
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
9e4db1c
Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 13 years ago
7ce5d22
net: use eth_hw_addr_random() and reset addr_assign_type
by Danny Kukawka
· 13 years ago
f2cedb6
net: replace random_ether_addr() with eth_hw_addr_random()
by Danny Kukawka
· 13 years ago
6ad1b61
ARM: sa11x0: neponset: provide function to manipulate NCR_0
by Russell King
· 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
09ef078
smsc911x: use an unique MDIO bus name.
by Florian Fainelli
· 13 years ago
96dab45
smsc911x: Unconditionally include linux/smscphy.h in smsc911x.h
by David S. Miller
· 13 years ago
6386994
net/smsc911x: Check if PHY is in operational mode before software reset
by Javier Martinez Canillas
· 13 years ago
43c6759
net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>
by Javier Martinez Canillas
· 13 years ago
c7e963f
net/smsc911x: Add regulator support
by Robert Marklund
· 13 years ago
db62f68
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
by Axel Lin
· 13 years ago
efd0bf9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
33a5ba1
net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines
by Rick Jones
· 13 years ago
3ac3546
net/smsc911x: Always wait for the chip to be ready
by Robert Marklund
· 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
8a9ea32
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
1805b2f
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
f26cd41
net/smsc911x: Correctly configure 16-bit register access from DT
by Dave Martin
· 13 years ago
aaba215
MII: fix Kconfig dependencies for MII
by Jeff Kirsher
· 13 years ago
88f0748
drivers/net/ethernet/*: Enabled vendor Kconfig options
by Jeff Kirsher
· 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