index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
fec_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fec: fix regression on i.MX28 introduced by rx_copybreak support
Lothar Waßmann
2014-11-07
1
-4
/
+19
*
net: fec: fix suspend broken on multiple MACs sillicons
Nimrod Andy
2014-11-03
1
-8
/
+8
*
net: fec: ptp: fix NULL pointer dereference if ptp_clock is not set
Philipp Zabel
2014-10-22
1
-1
/
+2
*
net: fec: ptp: fix convergence issue to support LinuxPTP stack
Nimrod Andy
2014-10-15
1
-42
/
+1
*
net: fec: ptp: Enable PPS output based on ptp clock
Luwei Zhou
2014-10-14
1
-0
/
+2
*
net: fec: Fix sparse warnings with different lock contexts for basic block
Nimrod Andy
2014-10-14
1
-10
/
+14
*
fec: Fix fec_enet_alloc_buffers() error path
Fabio Estevam
2014-10-06
1
-7
/
+10
*
net: fec: fix build error at m68k platform
Frank Li
2014-10-06
1
-0
/
+1
*
net: fec: implement rx_copybreak to improve rx performance
Nimrod Andy
2014-10-02
1
-65
/
+143
*
net: fec: free resource after phy probe failed
Nimrod Andy
2014-09-26
1
-0
/
+2
*
net: fec: align rx data buffer size for dma map/unmap
Nimrod Andy
2014-09-26
1
-3
/
+5
*
net: fec: remove the ERR006358 workaround for imx6sx enet
Nimrod Andy
2014-09-26
1
-2
/
+2
*
net: fec: Add Ftype to BD to distiguish three tx queues for AVB
Nimrod Andy
2014-09-26
1
-0
/
+11
*
fec: Remove fec_enet_select_queue()
Fabio Estevam
2014-09-26
1
-7
/
+0
*
net: fec: fix code identation
Nimrod Andy
2014-09-22
1
-1
/
+1
*
net: fec: Workaround for imx6sx enet tx hang when enable three queues
Fugang Duan
2014-09-19
1
-2
/
+15
*
net: fec: add interrupt coalescence feature support
Fugang Duan
2014-09-19
1
-0
/
+136
*
net: fec: refine error handle of parser queue number from DT
Frank Li
2014-09-19
1
-10
/
+10
*
net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in c...
Rickard Strandqvist
2014-09-15
1
-2
/
+2
*
net: fec: use container_of to resolve bufdesc_ex from bufdesc
Fabian Frederick
2014-09-15
1
-2
/
+2
*
net: fec: init complete variable in early to avoid kernel dump
Fugang Duan
2014-09-13
1
-0
/
+1
*
net: fec: change FEC alignment according to i.mx6 sx requirement
Fugang Duan
2014-09-13
1
-11
/
+24
*
net:fec: Add fsl,imx6sx-fec compatible strings
Fugang Duan
2014-09-13
1
-0
/
+2
*
net: fec: add enet-avb IP support
Frank Li
2014-09-13
1
-18
/
+18
*
net:fec: Disable enet-avb MAC instead of reset MAC
Fugang Duan
2014-09-13
1
-6
/
+20
*
net: fec: init multi queue date structure
Frank Li
2014-09-13
1
-113
/
+252
*
net: fec: parser max queue number from dt file
Fugang Duan
2014-09-13
1
-1
/
+45
*
net: fec: change data structure to support multiqueue
Fugang Duan
2014-09-13
1
-172
/
+309
*
net:fec: add enet AVB feature macro define for imx6sx
Fugang Duan
2014-09-13
1
-0
/
+16
*
net:fec: add enet refrence clock for i.MX 6SX chip
Fugang Duan
2014-09-13
1
-0
/
+17
*
net: fec: ptp: avoid register access when ipg clock is disabled
Nimrod Andy
2014-08-22
1
-3
/
+15
*
net: fec: Support phys probed from devicetree and fixed-link
Uwe Kleine-König
2014-08-11
1
-21
/
+55
*
fec: Simplify the PM related hooks
Fabio Estevam
2014-07-25
1
-6
/
+2
*
net: fec: consolidate hwtstamp implementation
Russell King
2014-07-09
1
-18
/
+19
*
net: fec: remove useless status check in tx reap path
Russell King
2014-07-09
1
-3
/
+0
*
net: fec: add support for dumping transmit ring on timeout
Russell King
2014-07-09
1
-0
/
+23
*
net: fec: reorder ethtool ops to match order in struct declaration
Russell King
2014-07-09
1
-7
/
+5
*
net: fec: clear receive interrupts before processing a packet
Russell King
2014-07-09
1
-0
/
+2
*
net: fec: replace delayed work with standard work
Russell King
2014-07-09
1
-20
/
+14
*
net: fec: better implementation of iMX6 ERR006358 quirk
Russell King
2014-07-09
1
-26
/
+4
*
net: fec: clean up duplex mode handling
Russell King
2014-07-09
1
-12
/
+12
*
net: fec: quiesce packet processing when taking link down in fec_enet_adjust_...
Russell King
2014-07-09
1
-0
/
+4
*
net: fec: quiesce packet processing before changing features
Russell King
2014-07-09
1
-9
/
+16
*
net: fec: quiesce packet processing before stopping device in fec_set_features()
Russell King
2014-07-09
1
-1
/
+1
*
net: fec: quiesce packet processing before stopping device in fec_suspend()
Russell King
2014-07-09
1
-7
/
+9
*
net: fec: remove inappropriate calls around fec_restart()
Russell King
2014-07-09
1
-20
/
+6
*
net: fec: move calls to quiesce/resume packet processing out of fec_restart()
Russell King
2014-07-09
1
-19
/
+45
*
net: fec: only restart or stop the device if it is present and running
Russell King
2014-07-09
1
-5
/
+14
*
net: fec: ensure fec_enet_close() copes with resume failure
Russell King
2014-07-09
1
-2
/
+2
*
net: fec: improve safety of suspend/resume/transmit timeout paths
Russell King
2014-07-09
1
-0
/
+7
[next]