index
:
amd/drm-amd
amdgpu-upstream-wip
amdgpu-upstream-wip2
amdgpu-upstream-wip3
amdgpu-upstream-wip4
amdgpu-upstream-wip5
amdgpu-upstream-wip6
amdgpu-upstream-wip7
kfd-eviction-wip
master
Kernel display support for AMD GPUs
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
fec_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-29
net: fec: setup right value for mdio hold time
Uwe Kleine-König
1
-3
/
+27
2015-03-13
Revert "net: fec: fix the warning found by dma debug"
Fabio Estevam
1
-23
/
+11
2015-03-10
net: fec: fix receive VLAN CTAG HW acceleration issue
Nimrod Andy
1
-2
/
+1
2015-03-05
net: fec: fix unbalanced clk disable on driver unbind
Stefan Agner
1
-1
/
+0
2015-03-04
net: fec: fix rcv is not last issue when do suspend/resume test
Fugang Duan
1
-1
/
+1
2015-02-05
net: fec: Delete unnecessary checks before the function call "kfree"
Markus Elfring
1
-5
/
+2
2015-01-24
net: fec: fix the warning found by dma debug
Nimrod Andy
1
-11
/
+23
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+6
2015-01-14
net: fec: fix MDIO bus assignement for dual fec SoC's
Stefan Agner
1
-4
/
+5
2015-01-08
net: fec: fix NULL pointer dereference in fec_enet_timeout_work
Hubert Feurstein
1
-0
/
+1
2014-12-31
net: fec: add Wake-on-LAN support
Nimrod Andy
1
-10
/
+94
2014-12-16
net: fec: Fix NAPI race
Nimrod Andy
1
-12
/
+7
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-10
net: fec: only enable mdio interrupt before phy device link up
Nimrod Andy
1
-1
/
+4
2014-12-10
net: fec: clear all interrupt events to support i.MX6SX
Nimrod Andy
1
-1
/
+1
2014-12-10
net: fec: reset fep link status in suspend function
Nimrod Andy
1
-0
/
+6
2014-12-09
net: fec: avoid kernal crash by NULL pointer when no phy connection
Nimrod Andy
1
-0
/
+2
2014-11-24
net: fec: init maximum receive buffer size for ring1 and ring2
Nimrod Andy
1
-3
/
+1
2014-11-18
net: fec: remove unused return value from swap_buffer()
Lothar Waßmann
1
-3
/
+1
2014-11-18
net: fec: simplify loop counter handling in swap_buffer()
Lothar Waßmann
1
-1
/
+1
2014-11-18
net: fec: use swab32s() instead of cpu_to_be32()
Lothar Waßmann
1
-1
/
+1
2014-11-18
net: fec: improve access to quirk flags by copying them into fec_enet_private...
Lothar Waßmann
1
-68
/
+38
2014-11-18
net: fec: change type of 'bufdesc_ex' to bool
Lothar Waßmann
1
-3
/
+1
2014-11-07
net: fec: fix regression on i.MX28 introduced by rx_copybreak support
Lothar Waßmann
1
-4
/
+19
2014-11-03
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-1
/
+0
2014-11-03
net: fec: fix suspend broken on multiple MACs sillicons
Nimrod Andy
1
-8
/
+8
2014-10-22
net: fec: ptp: fix NULL pointer dereference if ptp_clock is not set
Philipp Zabel
1
-1
/
+2
2014-10-20
net: ethernet: freescale: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-15
net: fec: ptp: fix convergence issue to support LinuxPTP stack
Nimrod Andy
1
-42
/
+1
2014-10-14
net: fec: ptp: Enable PPS output based on ptp clock
Luwei Zhou
1
-0
/
+2
2014-10-14
net: fec: Fix sparse warnings with different lock contexts for basic block
Nimrod Andy
1
-10
/
+14
2014-10-06
fec: Fix fec_enet_alloc_buffers() error path
Fabio Estevam
1
-7
/
+10
2014-10-06
net: fec: fix build error at m68k platform
Frank Li
1
-0
/
+1
2014-10-01
net: fec: implement rx_copybreak to improve rx performance
Nimrod Andy
1
-65
/
+143
2014-09-26
net: fec: free resource after phy probe failed
Nimrod Andy
1
-0
/
+2
2014-09-26
net: fec: align rx data buffer size for dma map/unmap
Nimrod Andy
1
-3
/
+5
2014-09-26
net: fec: remove the ERR006358 workaround for imx6sx enet
Nimrod Andy
1
-2
/
+2
2014-09-26
net: fec: Add Ftype to BD to distiguish three tx queues for AVB
Nimrod Andy
1
-0
/
+11
2014-09-26
fec: Remove fec_enet_select_queue()
Fabio Estevam
1
-7
/
+0
2014-09-22
net: fec: fix code identation
Nimrod Andy
1
-1
/
+1
2014-09-19
net: fec: Workaround for imx6sx enet tx hang when enable three queues
Fugang Duan
1
-2
/
+15
2014-09-19
net: fec: add interrupt coalescence feature support
Fugang Duan
1
-0
/
+136
2014-09-19
net: fec: refine error handle of parser queue number from DT
Frank Li
1
-10
/
+10
2014-09-15
net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in c...
Rickard Strandqvist
1
-2
/
+2
2014-09-15
net: fec: use container_of to resolve bufdesc_ex from bufdesc
Fabian Frederick
1
-2
/
+2
2014-09-13
net: fec: init complete variable in early to avoid kernel dump
Fugang Duan
1
-0
/
+1
2014-09-13
net: fec: change FEC alignment according to i.mx6 sx requirement
Fugang Duan
1
-11
/
+24
2014-09-13
net:fec: Add fsl,imx6sx-fec compatible strings
Fugang Duan
1
-0
/
+2
2014-09-13
net: fec: add enet-avb IP support
Frank Li
1
-18
/
+18
2014-09-13
net:fec: Disable enet-avb MAC instead of reset MAC
Fugang Duan
1
-6
/
+20
[next]