index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
fec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-03-03
1
-1
/
+2
|
\
|
*
net/fec: fix unterminated platform_device_id table
Axel Lin
2011-02-28
1
-1
/
+2
*
|
net/fec: remove unused driver data
Uwe Kleine-König
2011-02-17
1
-2
/
+0
*
|
net/fec: enable flow control and length check on enet-mac
Uwe Kleine-König
2011-02-15
1
-11
/
+13
*
|
net/fec: postpone unsetting driver data until the hardware is stopped
Uwe Kleine-König
2011-02-15
1
-2
/
+2
*
|
net/fec: provide device for dma functions and matching sizes for map and unmap
Uwe Kleine-König
2011-02-15
1
-8
/
+9
*
|
net/fec: reorder functions a bit allows removing forward declarations
Uwe Kleine-König
2011-02-15
1
-179
/
+174
*
|
net/fec: some whitespace cleanup
Uwe Kleine-König
2011-02-15
1
-11
/
+11
*
|
net/fec: consistenly name struct net_device pointers "ndev"
Uwe Kleine-König
2011-02-15
1
-121
/
+121
*
|
net/fec: add phy_stop to fec_enet_close
Uwe Kleine-König
2011-02-15
1
-1
/
+3
*
|
net/fec: consolidate all i.MX options to CONFIG_ARM
Uwe Kleine-König
2011-02-15
1
-3
/
+2
*
|
net/fec: put the ioremap cookie immediately into a void __iomem pointer
Uwe Kleine-König
2011-02-15
1
-5
/
+4
*
|
net/fec: no need to memzero private data
Uwe Kleine-König
2011-02-15
1
-1
/
+0
*
|
net/fec: no need to check for validity of ndev in suspend and resume
Uwe Kleine-König
2011-02-15
1
-16
/
+12
*
|
net/fec: don't free an irq that failed to be requested
Uwe Kleine-König
2011-02-15
1
-2
/
+1
*
|
net/fec: release mem_region requested in probe in error path and remove
Uwe Kleine-König
2011-02-15
1
-2
/
+12
*
|
net/fec: no need to cast arguments for memcpy
Uwe Kleine-König
2011-02-15
1
-1
/
+1
|
/
*
net/fec: add dual fec support for mx28
Shawn Guo
2011-01-09
1
-16
/
+132
*
net/fec: improve pm for better suspend/resume
Shawn Guo
2011-01-09
1
-4
/
+8
*
net/fec: add mac field into platform data and consolidate fec_get_mac
Shawn Guo
2011-01-09
1
-43
/
+38
*
net/fec: remove the use of "index" which is legacy
Shawn Guo
2011-01-09
1
-6
/
+3
*
net/fec: fix MMFR_OP type in fec_enet_mdio_write
Shawn Guo
2011-01-09
1
-2
/
+2
*
net: allow FEC driver to use fixed PHY support
Greg Ungerer
2010-10-13
1
-14
/
+27
*
net/fec: carrier off initially to avoid root mount failure
Oskar Schirmer
2010-10-10
1
-0
/
+3
*
net/fec: restore interrupt mask after software-reset in fec_stop()
Wolfram Sang
2010-07-22
1
-3
/
+4
*
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
Richard Cochran
2010-07-18
1
-1
/
+1
*
fec: use interrupt for MDIO completion indication
Baruch Siach
2010-07-12
1
-30
/
+25
*
net/fec: clean suspend/resume
Eric Benard
2010-06-25
1
-18
/
+12
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-06-06
1
-8
/
+8
|
\
|
*
net/fec: fix pm to survive to suspend/resume
Eric Bénard
2010-06-02
1
-8
/
+8
*
|
fec: convert legacy PM hooks to dem_pm_ops
Denis Kirjanov
2010-06-05
1
-2
/
+20
*
|
fec: Cleanup PHY probing
Denis Kirjanov
2010-06-03
1
-11
/
+5
*
|
fec: convert TX hook to netdev_tx_t
Denis Kirjanov
2010-06-03
1
-1
/
+1
|
/
*
netdev/fec: fix ifconfig eth0 down hang issue
Bryan Wu
2010-05-28
1
-12
/
+16
*
fec: add support for PHY interface platform data
Baruch Siach
2010-05-24
1
-0
/
+22
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-05-12
1
-1
/
+1
|
\
|
*
FEC: Fix kernel panic in fec_set_mac_address.
Mattias Walström
2010-05-05
1
-1
/
+1
*
|
net: trans_start cleanups
Eric Dumazet
2010-05-10
1
-2
/
+0
*
|
net: convert multicast list to list_head
Jiri Pirko
2010-04-03
1
-5
/
+5
*
|
netdev/fec.c: add phylib supporting to enable carrier detection (v2)
Bryan Wu
2010-04-01
1
-877
/
+251
|
/
*
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
Jiri Pirko
2010-02-22
1
-4
/
+2
*
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
2010-02-12
1
-1
/
+1
*
fec: Add LAN8700 phy support
Amit Kucheria
2010-02-10
1
-0
/
+21
*
fec: fix uninitialized rx buffer usage
Rob Herring
2010-02-10
1
-28
/
+29
*
net: fix section mismatch in fec.c
Steven King
2009-10-20
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
2009-09-17
1
-15
/
+3
|
\
|
*
m68knommu: remove ColdFire direct interrupt register access
Greg Ungerer
2009-09-16
1
-15
/
+3
*
|
fec: don't enable irqs in hard irq context
Uwe Kleine-König
2009-09-02
1
-6
/
+6
*
|
fec: fix recursive locking of mii_lock
Uwe Kleine-König
2009-09-02
1
-5
/
+17
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-08-12
1
-4
/
+5
|
\
|
[next]