index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
fec_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-06
fec: Revert "fec: Do not assume that PHY reset is active low"
Fabio Estevam
1
-10
/
+4
2013-12-30
fec: Do not assume that PHY reset is active low
Fabio Estevam
1
-4
/
+10
2013-12-20
net: fec: fix potential use after free
Eric Dumazet
1
-2
/
+2
2013-12-12
net:fec: remove duplicate lines in comment about errata ERR006358
Philippe De Muyter
1
-4
/
+0
2013-12-03
net: fec_main: dma_map() only the length of the skb
Sebastian Siewior
1
-5
/
+4
2013-11-15
net:fec: fix WARNING caused by lack of calls to dma_mapping_error()
Duan Fugang-B38611
1
-6
/
+25
2013-09-16
net: fec: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-1
/
+1
2013-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-48
/
+75
2013-09-04
net: fec: fix the error to get the previous BD entry
Duan Fugang-B38611
1
-46
/
+74
2013-08-31
net: fec: fix time stamping logic after napi conversion
Richard Cochran
1
-2
/
+1
2013-08-31
net/fec: cleanup types in fec_get_mac()
Dan Carpenter
1
-4
/
+4
2013-08-31
net: fec: use dev_get_platdata()
Jingoo Han
1
-2
/
+2
2013-08-29
fec: Use NAPI_POLL_WEIGHT
Fabio Estevam
1
-2
/
+1
2013-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+31
2013-07-31
net/fec: Don't let ndo_start_xmit return NETDEV_TX_BUSY without link
Uwe Kleine-König
1
-5
/
+0
2013-07-28
net: fec: workaround stop tx during errata ERR006358
Frank Li
1
-2
/
+30
2013-07-24
fec: Add MODULE_ALIAS
Fabio Estevam
1
-0
/
+1
2013-07-23
fec: Use devm_request_irq()
Fabio Estevam
1
-18
/
+3
2013-07-23
fec: Remove unneeded check in platform_get_resource()
Fabio Estevam
1
-4
/
+1
2013-07-23
fec: Check the return value from clk_prepare_enable()
Fabio Estevam
1
-12
/
+54
2013-07-23
fec: Enable/disable clk_ptp in suspend/resume
Fabio Estevam
1
-0
/
+4
2013-07-23
fec: Fix the order for enabling/disabling the clocks
Fabio Estevam
1
-8
/
+8
2013-07-23
fec: Do not enable/disable optional clocks unconditionally
Fabio Estevam
1
-8
/
+16
2013-07-04
net: fec: Add VLAN receive HW support.
Jim Baxter
1
-10
/
+52
2013-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+13
2013-07-02
net: fec: Fix RMON registers on imx6
Jim Baxter
1
-5
/
+2
2013-07-02
net: fec: Fix Transmitted bytes counter
Jim Baxter
1
-0
/
+1
2013-07-02
net: fec: Fix multicast list setup in fec_restart().
Christoph Müllner
1
-3
/
+4
2013-06-27
fec: Add support for reading RMON registers
Chris Healy
1
-0
/
+114
2013-06-20
net: fec: Fix build for MCF5272
Guenter Roeck
1
-0
/
+14
2013-06-18
fec: Add support to restart autonegotiate
Chris Healy
1
-0
/
+12
2013-06-12
net: fec: Convert to use devm_ioremap_resource
Tushar Behera
1
-6
/
+6
2013-06-08
fec: Only pass pdev in fec_ptp_init()
Fabio Estevam
1
-1
/
+1
2013-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+12
2013-06-05
net: fec: add fallback to random MAC address
Lucas Stach
1
-0
/
+12
2013-05-28
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-05-28
fec: Handle the regulator in suspend/resume
Fabio Estevam
1
-0
/
+10
2013-05-28
fec: Remove irqs first
Fabio Estevam
1
-5
/
+5
2013-05-28
fec: Disable the PHY regulator on error and removal
Fabio Estevam
1
-0
/
+6
2013-05-28
fec: Invert the order of error path sequence
Fabio Estevam
1
-2
/
+2
2013-05-28
fec: Place the phy regulator in the private structure
Fabio Estevam
1
-4
/
+3
2013-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+7
2013-05-23
fec: Use DIV_ROUND_UP macro
Fabio Estevam
1
-1
/
+1
2013-05-23
net: fec: use a more proper compatible string for MVF type device
Shawn Guo
1
-3
/
+3
2013-05-21
fec: Let device core handle pinctrl
Fabio Estevam
1
-9
/
+0
2013-05-16
fec: Invert the order of function calls in fec_restart()
Fabio Estevam
1
-3
/
+3
2013-05-16
fec: Fix inconsistent lock state
Fabio Estevam
1
-2
/
+2
2013-05-12
net: fec: enable hardware checksum only on imx6q-fec
Shawn Guo
1
-7
/
+13
2013-05-09
net: fec: fix kernel oops when plug/unplug cable many times
Frank Li
1
-11
/
+33
2013-05-07
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+13
[next]