index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
2014-09-13
net: fec: change data structure to support multiqueue
Fugang Duan
2014-09-13
net:fec: add enet AVB feature macro define for imx6sx
Fugang Duan
2014-09-13
net:fec: add enet refrence clock for i.MX 6SX chip
Fugang Duan
2014-08-22
net: fec: ptp: avoid register access when ipg clock is disabled
Nimrod Andy
2014-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-08-11
net: fec: Support phys probed from devicetree and fixed-link
Uwe Kleine-König
2014-08-10
net: ucc_geth: fix build failure
Uwe Kleine-König
2014-08-08
fec_mpc52xx: delete unneeded test before of_node_put
Julia Lawall
2014-08-07
net: ucc_geth: Don't use the MAC as PHY without a fixed link
Uwe Kleine-König
2014-08-07
net: ucc_geth: make probe consistently acquire a reference to the phy node
Uwe Kleine-König
2014-08-07
net: ucc_geth: drop acquired references in probe error path and remove
Uwe Kleine-König
2014-08-07
net: fs_enet: fix reference counting for phy_node
Uwe Kleine-König
2014-08-07
net: gianfar: fix reference counting for phy_node
Uwe Kleine-König
2014-08-07
net: gianfar: no need to check parameter being != NULL for of_node_put
Uwe Kleine-König
2014-08-07
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2014-07-30
net/fsl: Add format length modifier to avoid negative values
Shruti Kanetkar
2014-07-30
net/fsl: fix misspelled word
Madalin Bucur
2014-07-24
fec: Simplify the PM related hooks
Fabio Estevam
2014-07-20
ucc_geth: remove unnecessary break after return
Fabian Frederick
2014-07-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-08
net: fec: consolidate hwtstamp implementation
Russell King
2014-07-08
net: fec: remove useless status check in tx reap path
Russell King
2014-07-08
net: fec: add support for dumping transmit ring on timeout
Russell King
2014-07-08
net: fec: reorder ethtool ops to match order in struct declaration
Russell King
2014-07-08
net: fec: clear receive interrupts before processing a packet
Russell King
2014-07-08
net: fec: replace delayed work with standard work
Russell King
2014-07-08
net: fec: better implementation of iMX6 ERR006358 quirk
Russell King
2014-07-08
net: fec: clean up duplex mode handling
Russell King
2014-07-08
net: fec: quiesce packet processing when taking link down in fec_enet_adjust_...
Russell King
2014-07-08
net: fec: quiesce packet processing before changing features
Russell King
2014-07-08
net: fec: quiesce packet processing before stopping device in fec_set_features()
Russell King
2014-07-08
net: fec: quiesce packet processing before stopping device in fec_suspend()
Russell King
2014-07-08
net: fec: remove inappropriate calls around fec_restart()
Russell King
2014-07-08
net: fec: move calls to quiesce/resume packet processing out of fec_restart()
Russell King
2014-07-08
net: fec: only restart or stop the device if it is present and running
Russell King
2014-07-08
net: fec: ensure fec_enet_close() copes with resume failure
Russell King
2014-07-08
net: fec: improve safety of suspend/resume/transmit timeout paths
Russell King
2014-07-07
net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
Russell King
2014-07-07
net: fec: ensure fec_enet_free_buffers() properly cleans the rings
Russell King
2014-07-07
net: fec: clean up transmit descriptor setup
Russell King
2014-07-07
net: fec: make rx skb handling more robust
Russell King
2014-07-07
net: fec: remove useless fep->opened
Russell King
2014-07-07
net: fec: stop the phy before shutting down the MAC
Russell King
2014-07-07
net: fec: ensure that a disconnected phy isn't configured
Russell King
2014-07-07
net: fec: remove checking for NULL phy_dev in fec_enet_close()
Russell King
2014-07-07
net: fec: use netif_tx_disable() rather than netif_stop_queue()
Russell King
2014-07-07
net: fec: fix interrupt handling races
Russell King
2014-07-07
net: fec: fix ethtool set_pauseparam duplex bug
Russell King
2014-07-07
net: fec: iMX6 FEC does not support half-duplex gigabit
Russell King
2014-07-07
powerpc/ucc_geth: deal with a compile warning
Zhao Qiang
[next]