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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-07-09
net: fec: replace delayed work with standard work
Russell King
2
-26
/
+16
2014-07-09
net: fec: better implementation of iMX6 ERR006358 quirk
Russell King
2
-27
/
+4
2014-07-09
net: fec: clean up duplex mode handling
Russell King
1
-12
/
+12
2014-07-09
net: fec: quiesce packet processing when taking link down in fec_enet_adjust_...
Russell King
1
-0
/
+4
2014-07-09
net: fec: quiesce packet processing before changing features
Russell King
1
-9
/
+16
2014-07-09
net: fec: quiesce packet processing before stopping device in fec_set_features()
Russell King
1
-1
/
+1
2014-07-09
net: fec: quiesce packet processing before stopping device in fec_suspend()
Russell King
1
-7
/
+9
2014-07-09
net: fec: remove inappropriate calls around fec_restart()
Russell King
1
-20
/
+6
2014-07-09
net: fec: move calls to quiesce/resume packet processing out of fec_restart()
Russell King
1
-19
/
+45
2014-07-09
net: fec: only restart or stop the device if it is present and running
Russell King
1
-5
/
+14
2014-07-09
net: fec: ensure fec_enet_close() copes with resume failure
Russell King
1
-2
/
+2
2014-07-09
net: fec: improve safety of suspend/resume/transmit timeout paths
Russell King
1
-0
/
+7
2014-07-08
net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
Russell King
1
-6
/
+9
2014-07-08
net: fec: ensure fec_enet_free_buffers() properly cleans the rings
Russell King
1
-1
/
+6
2014-07-08
net: fec: clean up transmit descriptor setup
Russell King
1
-15
/
+18
2014-07-08
net: fec: make rx skb handling more robust
Russell King
1
-6
/
+11
2014-07-08
net: fec: remove useless fep->opened
Russell King
2
-6
/
+0
2014-07-08
net: fec: stop the phy before shutting down the MAC
Russell King
1
-1
/
+4
2014-07-08
net: fec: ensure that a disconnected phy isn't configured
Russell King
1
-0
/
+4
2014-07-08
net: fec: remove checking for NULL phy_dev in fec_enet_close()
Russell King
1
-4
/
+2
2014-07-08
net: fec: use netif_tx_disable() rather than netif_stop_queue()
Russell King
1
-2
/
+2
2014-07-08
net: fec: fix interrupt handling races
Russell King
1
-18
/
+22
2014-07-08
net: fec: fix ethtool set_pauseparam duplex bug
Russell King
1
-1
/
+1
2014-07-08
net: fec: iMX6 FEC does not support half-duplex gigabit
Russell King
1
-0
/
+1
2014-07-08
powerpc/ucc_geth: deal with a compile warning
Zhao Qiang
1
-2
/
+2
2014-06-26
powerpc/8xx: Remove empty asm/mpc8xx.h
Scott Wood
2
-2
/
+0
2014-06-18
net: fec: Don't clear IPV6 header checksum field when IP accelerator enable
Fugang Duan
1
-1
/
+7
2014-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
8
-184
/
+550
2014-06-12
net: fec: Add software TSO support
Nimrod Andy
2
-23
/
+238
[next]