index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
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
|
\
|
*
net: fec: Add software TSO support
Nimrod Andy
2014-06-12
2
-23
/
+238
|
*
net: fec: Add Scatter/gather support
Nimrod Andy
2014-06-12
2
-62
/
+178
|
*
net: fec: Increase buffer descriptor entry number
Nimrod Andy
2014-06-12
2
-16
/
+17
|
*
net: fec: Factorize feature setting
Nimrod Andy
2014-06-12
1
-5
/
+3
|
*
net: fec: Enable IP header hardware checksum
Nimrod Andy
2014-06-12
1
-1
/
+2
|
*
net: fec: Factorize the .xmit transmit function
Nimrod Andy
2014-06-12
2
-35
/
+47
|
*
net/fsl: xgmac_mdio is dependent on OF_MDIO
Andy Fleming
2014-06-11
1
-0
/
+1
|
*
net/fsl: Make xgmac_mdio read error message useful
Shruti Kanetkar
2014-06-11
1
-1
/
+3
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-06-05
1
-3
/
+3
|
|
\
|
|
*
gianfar: Call netif_carrier_off() prior to registration
Fabio Estevam
2014-06-05
1
-3
/
+3
|
*
|
gianfar: Fix the section mismatch warnings.
Xiubo Li
2014-06-04
1
-1
/
+1
[next]