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.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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-25
net: fec: build fec.c and fec_ptp.c to one module
Frank Li
1
-1966
/
+0
2013-03-20
net: fec: make local function fec_poll_controller() static
Wei Yongjun
1
-1
/
+1
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+19
2013-03-20
net: fec: Define indexes as 'unsigned int'
Fabio Estevam
1
-3
/
+3
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
1
-4
/
+2
2013-03-15
net: fec: fix missing napi_disable call
Georg Hofmann
1
-0
/
+1
2013-03-15
net: fec: restart the FEC when PHY speed changes
Lucas Stach
1
-11
/
+15
2013-03-12
fec: Use devm_request_and_ioremap()
Fabio Estevam
1
-18
/
+3
2013-03-12
fec: Remove unused pci header
Fabio Estevam
1
-1
/
+0
2013-03-10
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
1
-2
/
+0
2013-03-04
net: fec: put tx to napi poll function to fix dead lock
Frank Li
1
-44
/
+41
2013-02-23
net: fec: Fix division by zero
Fabio Estevam
1
-34
/
+34
2013-02-22
net: fec: Ensure that initialization is done prior to request_irq()
Fabio Estevam
1
-15
/
+15
2013-02-19
net: fec: Do a sanity check on the gpio number
Fabio Estevam
1
-1
/
+4
2013-02-08
net: fec: correct fix method about miss init spinlock
Frank Li
1
-4
/
+3
2013-02-05
net: fec: fix miss init spinlock
Frank Li
1
-0
/
+1
2013-01-29
net: fec: add napi support to improve proformance
Frank Li
1
-7
/
+34
2013-01-18
net: fec: enable pause frame to improve rx prefomance for 1G network
Frank Li
1
-1
/
+86
2013-01-15
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
1
-1
/
+1
2013-01-09
net: fec: Remove 'inline' declarations
Fabio Estevam
1
-3
/
+3
2013-01-08
net: fec: report correct hardware stamping info to ethtool
Frank Li
1
-1
/
+30
2013-01-07
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-3
/
+4
2013-01-05
NET: FEC: dynamtic check DMA desc buff type
Frank Li
1
-67
/
+108
2012-12-03
net/freescale: remove __dev* attributes
Bill Pemberton
1
-5
/
+5
2012-11-01
FEC: Add time stamping code and a PTP hardware clock
Frank Li
1
-1
/
+87
2012-11-01
net: fec: move fec_enet_private to header file
Frank Li
1
-73
/
+0
2012-07-11
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
1
-2
/
+2
2012-06-28
net: fec: add phy-reset-duration for device tree probe
Shawn Guo
1
-1
/
+7
2012-06-28
net: fec: use managed function devm_gpio_request_one
Shawn Guo
1
-1
/
+2
2012-06-28
net: fec: enable regulator for fec phy
Shawn Guo
1
-0
/
+13
2012-06-28
net: fec: reset phy after pinctrl setup
Shawn Guo
1
-2
/
+2
2012-05-26
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-12
/
+23
2012-05-22
Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-0
/
+9
2012-05-14
Merge branch 'imx/pinctrl' into imx/clock
Arnd Bergmann
1
-0
/
+9
2012-05-12
net: fec: adopt pinctrl support
Shawn Guo
1
-0
/
+9
2012-04-25
net fec: do not depend on grouped clocks
Sascha Hauer
1
-12
/
+23
2012-04-04
fec: Support the get_ts_info ethtool method.
Richard Cochran
1
-0
/
+1
2012-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-02-14
fec: fix PHY name to match fixed MDIO bus name
Florian Fainelli
1
-1
/
+1
2012-02-07
net: fec: Fix build due to wrong dev annotation
Fabio Estevam
1
-2
/
+2
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
1
-2
/
+2
2012-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-02-01
net: fec: correct phy_name buffer length when init phy_name
Richard Zhao
1
-1
/
+1
2012-01-25
net: fec: use module_platform_driver
Fabio Estevam
1
-16
/
+1
2012-01-13
net: fsl: fec: handle 10Mbps speed in RMII mode
Eric Benard
1
-3
/
+6
2012-01-11
fec: use an unique MDIO bus name.
Florian Fainelli
1
-1
/
+2
2012-01-10
Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-5
/
+5
2012-01-05
net: make ethtool_ops const
stephen hemminger
1
-1
/
+1
2011-12-28
net: fec: Adjust ENET MDIO timeouts
Rogerio Pimentel
1
-1
/
+1
2011-12-28
net: fec: add clk_prepare/clk_unprepare
Richard Zhao
1
-5
/
+5
[next]