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
/
fec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+2
2011-02-28
net/fec: fix unterminated platform_device_id table
Axel Lin
1
-1
/
+2
2011-02-17
net/fec: remove unused driver data
Uwe Kleine-König
1
-2
/
+0
2011-02-15
net/fec: enable flow control and length check on enet-mac
Uwe Kleine-König
1
-11
/
+13
2011-02-15
net/fec: postpone unsetting driver data until the hardware is stopped
Uwe Kleine-König
1
-2
/
+2
2011-02-15
net/fec: provide device for dma functions and matching sizes for map and unmap
Uwe Kleine-König
1
-8
/
+9
2011-02-15
net/fec: reorder functions a bit allows removing forward declarations
Uwe Kleine-König
1
-179
/
+174
2011-02-15
net/fec: some whitespace cleanup
Uwe Kleine-König
1
-11
/
+11
2011-02-15
net/fec: consistenly name struct net_device pointers "ndev"
Uwe Kleine-König
1
-121
/
+121
2011-02-15
net/fec: add phy_stop to fec_enet_close
Uwe Kleine-König
1
-1
/
+3
2011-02-15
net/fec: consolidate all i.MX options to CONFIG_ARM
Uwe Kleine-König
1
-3
/
+2
2011-02-15
net/fec: put the ioremap cookie immediately into a void __iomem pointer
Uwe Kleine-König
1
-5
/
+4
2011-02-15
net/fec: no need to memzero private data
Uwe Kleine-König
1
-1
/
+0
2011-02-15
net/fec: no need to check for validity of ndev in suspend and resume
Uwe Kleine-König
1
-16
/
+12
2011-02-15
net/fec: don't free an irq that failed to be requested
Uwe Kleine-König
1
-2
/
+1
2011-02-15
net/fec: release mem_region requested in probe in error path and remove
Uwe Kleine-König
1
-2
/
+12
2011-02-15
net/fec: no need to cast arguments for memcpy
Uwe Kleine-König
1
-1
/
+1
2011-01-09
net/fec: add dual fec support for mx28
Shawn Guo
1
-16
/
+132
2011-01-09
net/fec: improve pm for better suspend/resume
Shawn Guo
1
-4
/
+8
2011-01-09
net/fec: add mac field into platform data and consolidate fec_get_mac
Shawn Guo
1
-43
/
+38
2011-01-09
net/fec: remove the use of "index" which is legacy
Shawn Guo
1
-6
/
+3
2011-01-09
net/fec: fix MMFR_OP type in fec_enet_mdio_write
Shawn Guo
1
-2
/
+2
2010-10-13
net: allow FEC driver to use fixed PHY support
Greg Ungerer
1
-14
/
+27
2010-10-10
net/fec: carrier off initially to avoid root mount failure
Oskar Schirmer
1
-0
/
+3
2010-07-22
net/fec: restore interrupt mask after software-reset in fec_stop()
Wolfram Sang
1
-3
/
+4
2010-07-18
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
Richard Cochran
1
-1
/
+1
2010-07-12
fec: use interrupt for MDIO completion indication
Baruch Siach
1
-30
/
+25
2010-06-25
net/fec: clean suspend/resume
Eric Benard
1
-18
/
+12
2010-06-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-8
/
+8
2010-06-05
fec: convert legacy PM hooks to dem_pm_ops
Denis Kirjanov
1
-2
/
+20
2010-06-03
fec: Cleanup PHY probing
Denis Kirjanov
1
-11
/
+5
2010-06-03
fec: convert TX hook to netdev_tx_t
Denis Kirjanov
1
-1
/
+1
2010-06-02
net/fec: fix pm to survive to suspend/resume
Eric Bénard
1
-8
/
+8
2010-05-28
netdev/fec: fix ifconfig eth0 down hang issue
Bryan Wu
1
-12
/
+16
2010-05-24
fec: add support for PHY interface platform data
Baruch Siach
1
-0
/
+22
2010-05-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-2
/
+0
2010-05-05
FEC: Fix kernel panic in fec_set_mac_address.
Mattias Walström
1
-1
/
+1
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-5
/
+5
2010-04-01
netdev/fec.c: add phylib supporting to enable carrier detection (v2)
Bryan Wu
1
-877
/
+251
2010-02-22
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
Jiri Pirko
1
-4
/
+2
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-1
/
+1
2010-02-10
fec: Add LAN8700 phy support
Amit Kucheria
1
-0
/
+21
2010-02-10
fec: fix uninitialized rx buffer usage
Rob Herring
1
-28
/
+29
2009-10-20
net: fix section mismatch in fec.c
Steven King
1
-1
/
+1
2009-09-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
1
-15
/
+3
2009-09-16
m68knommu: remove ColdFire direct interrupt register access
Greg Ungerer
1
-15
/
+3
2009-09-02
fec: don't enable irqs in hard irq context
Uwe Kleine-König
1
-6
/
+6
2009-09-02
fec: fix recursive locking of mii_lock
Uwe Kleine-König
1
-5
/
+17
2009-08-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+5
[next]