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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-09
net: fs_enet: Add NAPI TX
LEROY Christophe
5
-11
/
+132
2014-10-09
net: fs_enet: Remove non NAPI RX
LEROY Christophe
1
-149
/
+15
2014-10-06
fec: Fix fec_enet_alloc_buffers() error path
Fabio Estevam
1
-7
/
+10
2014-10-06
net: fec: fix build error at m68k platform
Frank Li
1
-0
/
+1
2014-10-02
net: fec: implement rx_copybreak to improve rx performance
Nimrod Andy
2
-65
/
+145
2014-09-27
net: fec: free resource after phy probe failed
Nimrod Andy
1
-0
/
+2
2014-09-27
net: fec: align rx data buffer size for dma map/unmap
Nimrod Andy
1
-3
/
+5
2014-09-27
net: fec: remove the ERR006358 workaround for imx6sx enet
Nimrod Andy
1
-2
/
+2
2014-09-27
net: fec: Add Ftype to BD to distiguish three tx queues for AVB
Nimrod Andy
2
-0
/
+12
2014-09-26
fec: Remove fec_enet_select_queue()
Fabio Estevam
1
-7
/
+0
2014-09-22
net: fec: fix code identation
Nimrod Andy
1
-1
/
+1
2014-09-19
net: fec: Workaround for imx6sx enet tx hang when enable three queues
Fugang Duan
1
-2
/
+15
2014-09-19
net:fec: increase DMA queue number
Fugang Duan
1
-1
/
+1
2014-09-19
net: fec: add interrupt coalescence feature support
Fugang Duan
2
-0
/
+151
2014-09-19
net: fec: refine error handle of parser queue number from DT
Frank Li
1
-10
/
+10
2014-09-17
net: fec: fix build error at m68k platform
Frank Li
1
-5
/
+25
2014-09-15
net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in c...
Rickard Strandqvist
1
-2
/
+2
2014-09-15
net: fec: use container_of to resolve bufdesc_ex from bufdesc
Fabian Frederick
1
-2
/
+2
2014-09-14
net: fec: init complete variable in early to avoid kernel dump
Fugang Duan
1
-0
/
+1
2014-09-14
net: fec: change FEC alignment according to i.mx6 sx requirement
Fugang Duan
2
-11
/
+27
2014-09-14
net:fec: Add fsl,imx6sx-fec compatible strings
Fugang Duan
1
-0
/
+2
2014-09-14
net: fec: add enet-avb IP support
Frank Li
2
-18
/
+51
2014-09-14
net:fec: Disable enet-avb MAC instead of reset MAC
Fugang Duan
1
-6
/
+20
2014-09-14
net: fec: init multi queue date structure
Frank Li
1
-113
/
+252
2014-09-14
net: fec: parser max queue number from dt file
Fugang Duan
2
-1
/
+47
2014-09-14
net: fec: change data structure to support multiqueue
Fugang Duan
2
-196
/
+400
2014-09-14
net:fec: add enet AVB feature macro define for imx6sx
Fugang Duan
1
-0
/
+16
2014-09-14
net:fec: add enet refrence clock for i.MX 6SX chip
Fugang Duan
2
-0
/
+18
2014-08-22
net: fec: ptp: avoid register access when ipg clock is disabled
Nimrod Andy
3
-15
/
+41
2014-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-43
/
+79
2014-08-12
net: fec: Support phys probed from devicetree and fixed-link
Uwe Kleine-König
2
-21
/
+56
2014-08-11
net: ucc_geth: fix build failure
Uwe Kleine-König
1
-2
/
+2
2014-08-08
fec_mpc52xx: delete unneeded test before of_node_put
Julia Lawall
1
-2
/
+1
2014-08-08
net: ucc_geth: Don't use the MAC as PHY without a fixed link
Uwe Kleine-König
1
-7
/
+6
2014-08-08
net: ucc_geth: make probe consistently acquire a reference to the phy node
Uwe Kleine-König
1
-1
/
+1
2014-08-08
net: ucc_geth: drop acquired references in probe error path and remove
Uwe Kleine-König
1
-1
/
+8
2014-08-08
net: fs_enet: fix reference counting for phy_node
Uwe Kleine-König
1
-1
/
+1
2014-08-08
net: gianfar: fix reference counting for phy_node
Uwe Kleine-König
1
-2
/
+2
2014-08-08
net: gianfar: no need to check parameter being != NULL for of_node_put
Uwe Kleine-König
1
-8
/
+4
2014-08-07
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2
-2
/
+0
2014-07-31
net/fsl: Add format length modifier to avoid negative values
Shruti Kanetkar
1
-1
/
+1
2014-07-31
net/fsl: fix misspelled word
Madalin Bucur
1
-1
/
+1
2014-07-25
fec: Simplify the PM related hooks
Fabio Estevam
1
-6
/
+2
2014-07-21
ucc_geth: remove unnecessary break after return
Fabian Frederick
1
-2
/
+0
2014-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2014-07-09
net: fec: consolidate hwtstamp implementation
Russell King
1
-18
/
+19
2014-07-09
net: fec: remove useless status check in tx reap path
Russell King
1
-3
/
+0
2014-07-09
net: fec: add support for dumping transmit ring on timeout
Russell King
1
-0
/
+23
2014-07-09
net: fec: reorder ethtool ops to match order in struct declaration
Russell King
1
-7
/
+5
2014-07-09
net: fec: clear receive interrupts before processing a packet
Russell King
1
-0
/
+2
[next]