index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
smsc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-11
net: smc911x: use io{read,write}*_rep accessors
Matthew Leach
2
-12
/
+12
2012-12-10
net: smc91x: use io{read, write}*_rep accessors instead of string functions
Will Deacon
1
-10
/
+10
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
3
-7
/
+5
2012-12-03
epic100: remove __dev* attributes
Bill Pemberton
1
-6
/
+6
2012-12-03
smsc9420: remove __dev* attributes
Bill Pemberton
1
-3
/
+3
2012-12-03
smc911x: remove __dev* attributes
Bill Pemberton
1
-5
/
+5
2012-12-03
smsc911x: remove __dev* attributes
Bill Pemberton
1
-7
/
+7
2012-12-03
smc91x: remove __dev* attributes
Bill Pemberton
1
-5
/
+5
2012-11-19
net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open
Joachim Eastwood
3
-25
/
+0
2012-11-14
net/smsc911x: Fix ready check in cases where WORD_SWAP is needed
Kamlakant Patel
1
-2
/
+15
2012-07-16
ethernet: Use eth_random_addr
Joe Perches
1
-1
/
+1
2012-07-10
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2
-6
/
+6
2012-06-22
smsc911x.c: encapsulate enable irq calls
Matthias Brugger
1
-7
/
+10
2012-06-06
ethernet: Remove casts to same type
Joe Perches
1
-2
/
+1
2012-05-30
net/smsc911x: Repair broken failure paths
Lee Jones
1
-3
/
+4
2012-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2012-04-21
drivers/net: Do not free an IRQ if its request failed
Lee Jones
1
-2
/
+1
2012-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+5
2012-04-13
net: smsc911x: fix skb handling in receive path
Will Deacon
1
-9
/
+5
2012-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+1
2012-04-07
epic100: stop using net_device.{base_addr, irq} and convert to __iomem.
Francois Romieu
1
-202
/
+201
2012-04-07
smsc9420: stop using net_device.{base_addr, irq}.
Francois Romieu
1
-24
/
+23
2012-04-04
smsc9420: Support the get_ts_info ethtool method.
Richard Cochran
1
-0
/
+1
2012-04-04
smsc911x: Support the get_ts_info ethtool method.
Richard Cochran
1
-0
/
+1
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
1
-1
/
+0
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-27
Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2012-02-15
net: use eth_hw_addr_random() and reset addr_assign_type
Danny Kukawka
1
-1
/
+2
2012-02-15
net: replace random_ether_addr() with eth_hw_addr_random()
Danny Kukawka
1
-3
/
+2
2012-02-09
ARM: sa11x0: neponset: provide function to manipulate NCR_0
Russell King
1
-1
/
+1
2012-02-08
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A. Dalvi
6
-9
/
+7
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
5
-9
/
+3
2012-01-10
smsc911x: use an unique MDIO bus name.
Florian Fainelli
1
-1
/
+2
2012-01-07
smsc911x: Unconditionally include linux/smscphy.h in smsc911x.h
David S. Miller
1
-2
/
+0
2012-01-03
net/smsc911x: Check if PHY is in operational mode before software reset
Javier Martinez Canillas
1
-0
/
+92
2012-01-03
net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>
Javier Martinez Canillas
1
-0
/
+4
2011-11-29
net/smsc911x: Add regulator support
Robert Marklund
1
-11
/
+100
2011-11-29
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
Axel Lin
2
-24
/
+2
2011-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+12
2011-11-16
net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines
Rick Jones
1
-2
/
+2
2011-11-14
net/smsc911x: Always wait for the chip to be ready
Robert Marklund
1
-0
/
+12
2011-11-08
sweep the floors and convert some .get_drvinfo routines to strlcpy
Rick Jones
2
-6
/
+7
2011-10-31
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
1
-0
/
+1
2011-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
14
-0
/
+17252
2011-10-24
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2011-09-21
net/smsc911x: Correctly configure 16-bit register access from DT
Dave Martin
1
-0
/
+2
2011-09-15
MII: fix Kconfig dependencies for MII
Jeff Kirsher
1
-0
/
+5
2011-08-27
drivers/net/ethernet/*: Enabled vendor Kconfig options
Jeff Kirsher
1
-0
/
+1
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
7
-7
/
+7
2011-08-10
smsc: Move the SMC (SMSC) drivers
Jeff Kirsher
14
-0
/
+17243