index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fec: ptp: avoid register access when ipg clock is disabled
Nimrod Andy
2014-08-22
3
-15
/
+41
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-08-13
6
-43
/
+79
|
\
|
*
net: fec: Support phys probed from devicetree and fixed-link
Uwe Kleine-König
2014-08-11
2
-21
/
+56
|
*
net: ucc_geth: fix build failure
Uwe Kleine-König
2014-08-10
1
-2
/
+2
|
*
fec_mpc52xx: delete unneeded test before of_node_put
Julia Lawall
2014-08-08
1
-2
/
+1
|
*
net: ucc_geth: Don't use the MAC as PHY without a fixed link
Uwe Kleine-König
2014-08-07
1
-7
/
+6
|
*
net: ucc_geth: make probe consistently acquire a reference to the phy node
Uwe Kleine-König
2014-08-07
1
-1
/
+1
|
*
net: ucc_geth: drop acquired references in probe error path and remove
Uwe Kleine-König
2014-08-07
1
-1
/
+8
|
*
net: fs_enet: fix reference counting for phy_node
Uwe Kleine-König
2014-08-07
1
-1
/
+1
|
*
net: gianfar: fix reference counting for phy_node
Uwe Kleine-König
2014-08-07
1
-2
/
+2
|
*
net: gianfar: no need to check parameter being != NULL for of_node_put
Uwe Kleine-König
2014-08-07
1
-8
/
+4
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2014-08-07
2
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
powerpc/8xx: Remove empty asm/mpc8xx.h
Scott Wood
2014-06-25
2
-2
/
+0
*
|
net/fsl: Add format length modifier to avoid negative values
Shruti Kanetkar
2014-07-30
1
-1
/
+1
*
|
net/fsl: fix misspelled word
Madalin Bucur
2014-07-30
1
-1
/
+1
*
|
fec: Simplify the PM related hooks
Fabio Estevam
2014-07-24
1
-6
/
+2
*
|
ucc_geth: remove unnecessary break after return
Fabian Frederick
2014-07-20
1
-2
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-16
1
-2
/
+2
|
\
\
|
*
|
powerpc/ucc_geth: deal with a compile warning
Zhao Qiang
2014-07-07
1
-2
/
+2
*
|
|
net: fec: consolidate hwtstamp implementation
Russell King
2014-07-08
1
-18
/
+19
*
|
|
net: fec: remove useless status check in tx reap path
Russell King
2014-07-08
1
-3
/
+0
*
|
|
net: fec: add support for dumping transmit ring on timeout
Russell King
2014-07-08
1
-0
/
+23
*
|
|
net: fec: reorder ethtool ops to match order in struct declaration
Russell King
2014-07-08
1
-7
/
+5
*
|
|
net: fec: clear receive interrupts before processing a packet
Russell King
2014-07-08
1
-0
/
+2
*
|
|
net: fec: replace delayed work with standard work
Russell King
2014-07-08
2
-26
/
+16
*
|
|
net: fec: better implementation of iMX6 ERR006358 quirk
Russell King
2014-07-08
2
-27
/
+4
*
|
|
net: fec: clean up duplex mode handling
Russell King
2014-07-08
1
-12
/
+12
*
|
|
net: fec: quiesce packet processing when taking link down in fec_enet_adjust_...
Russell King
2014-07-08
1
-0
/
+4
*
|
|
net: fec: quiesce packet processing before changing features
Russell King
2014-07-08
1
-9
/
+16
*
|
|
net: fec: quiesce packet processing before stopping device in fec_set_features()
Russell King
2014-07-08
1
-1
/
+1
*
|
|
net: fec: quiesce packet processing before stopping device in fec_suspend()
Russell King
2014-07-08
1
-7
/
+9
*
|
|
net: fec: remove inappropriate calls around fec_restart()
Russell King
2014-07-08
1
-20
/
+6
*
|
|
net: fec: move calls to quiesce/resume packet processing out of fec_restart()
Russell King
2014-07-08
1
-19
/
+45
*
|
|
net: fec: only restart or stop the device if it is present and running
Russell King
2014-07-08
1
-5
/
+14
*
|
|
net: fec: ensure fec_enet_close() copes with resume failure
Russell King
2014-07-08
1
-2
/
+2
*
|
|
net: fec: improve safety of suspend/resume/transmit timeout paths
Russell King
2014-07-08
1
-0
/
+7
*
|
|
net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
Russell King
2014-07-07
1
-6
/
+9
*
|
|
net: fec: ensure fec_enet_free_buffers() properly cleans the rings
Russell King
2014-07-07
1
-1
/
+6
*
|
|
net: fec: clean up transmit descriptor setup
Russell King
2014-07-07
1
-15
/
+18
*
|
|
net: fec: make rx skb handling more robust
Russell King
2014-07-07
1
-6
/
+11
*
|
|
net: fec: remove useless fep->opened
Russell King
2014-07-07
2
-6
/
+0
*
|
|
net: fec: stop the phy before shutting down the MAC
Russell King
2014-07-07
1
-1
/
+4
*
|
|
net: fec: ensure that a disconnected phy isn't configured
Russell King
2014-07-07
1
-0
/
+4
*
|
|
net: fec: remove checking for NULL phy_dev in fec_enet_close()
Russell King
2014-07-07
1
-4
/
+2
*
|
|
net: fec: use netif_tx_disable() rather than netif_stop_queue()
Russell King
2014-07-07
1
-2
/
+2
*
|
|
net: fec: fix interrupt handling races
Russell King
2014-07-07
1
-18
/
+22
*
|
|
net: fec: fix ethtool set_pauseparam duplex bug
Russell King
2014-07-07
1
-1
/
+1
*
|
|
net: fec: iMX6 FEC does not support half-duplex gigabit
Russell King
2014-07-07
1
-0
/
+1
|
/
/
*
|
net: fec: Don't clear IPV6 header checksum field when IP accelerator enable
Fugang Duan
2014-06-17
1
-1
/
+7
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-06-12
8
-184
/
+550
|
\
[next]