aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-31net: fec: add Wake-on-LAN supportNimrod Andy1-10/+94
2014-12-16net: fec: Fix NAPI raceNimrod Andy1-12/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-10net: fec: only enable mdio interrupt before phy device link upNimrod Andy1-1/+4
2014-12-10net: fec: clear all interrupt events to support i.MX6SXNimrod Andy1-1/+1
2014-12-10net: fec: reset fep link status in suspend functionNimrod Andy1-0/+6
2014-12-09net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy1-0/+2
2014-11-24net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy1-3/+1
2014-11-18net: fec: remove unused return value from swap_buffer()Lothar Waßmann1-3/+1
2014-11-18net: fec: simplify loop counter handling in swap_buffer()Lothar Waßmann1-1/+1
2014-11-18net: fec: use swab32s() instead of cpu_to_be32()Lothar Waßmann1-1/+1
2014-11-18net: fec: improve access to quirk flags by copying them into fec_enet_private structLothar Waßmann1-68/+38
2014-11-18net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann1-3/+1
2014-11-07net: fec: fix regression on i.MX28 introduced by rx_copybreak supportLothar Waßmann1-4/+19
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-11-03net: fec: fix suspend broken on multiple MACs silliconsNimrod Andy1-8/+8
2014-10-22net: fec: ptp: fix NULL pointer dereference if ptp_clock is not setPhilipp Zabel1-1/+2
2014-10-20net: ethernet: freescale: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy1-42/+1
2014-10-14net: fec: ptp: Enable PPS output based on ptp clockLuwei Zhou1-0/+2
2014-10-14net: fec: Fix sparse warnings with different lock contexts for basic blockNimrod Andy1-10/+14
2014-10-06fec: Fix fec_enet_alloc_buffers() error pathFabio Estevam1-7/+10
2014-10-06net: fec: fix build error at m68k platformFrank Li1-0/+1
2014-10-01net: fec: implement rx_copybreak to improve rx performanceNimrod Andy1-65/+143
2014-09-26net: fec: free resource after phy probe failedNimrod Andy1-0/+2
2014-09-26net: fec: align rx data buffer size for dma map/unmapNimrod Andy1-3/+5
2014-09-26net: fec: remove the ERR006358 workaround for imx6sx enetNimrod Andy1-2/+2
2014-09-26net: fec: Add Ftype to BD to distiguish three tx queues for AVBNimrod Andy1-0/+11
2014-09-26fec: Remove fec_enet_select_queue()Fabio Estevam1-7/+0
2014-09-22net: fec: fix code identationNimrod Andy1-1/+1
2014-09-19net: fec: Workaround for imx6sx enet tx hang when enable three queuesFugang Duan1-2/+15
2014-09-19net: fec: add interrupt coalescence feature supportFugang Duan1-0/+136
2014-09-19net: fec: refine error handle of parser queue number from DTFrank Li1-10/+10
2014-09-15net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-2/+2
2014-09-15net: fec: use container_of to resolve bufdesc_ex from bufdescFabian Frederick1-2/+2
2014-09-13net: fec: init complete variable in early to avoid kernel dumpFugang Duan1-0/+1
2014-09-13net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan1-11/+24
2014-09-13net:fec: Add fsl,imx6sx-fec compatible stringsFugang Duan1-0/+2
2014-09-13net: fec: add enet-avb IP supportFrank Li1-18/+18
2014-09-13net:fec: Disable enet-avb MAC instead of reset MACFugang Duan1-6/+20
2014-09-13net: fec: init multi queue date structureFrank Li1-113/+252
2014-09-13net: fec: parser max queue number from dt fileFugang Duan1-1/+45
2014-09-13net: fec: change data structure to support multiqueueFugang Duan1-172/+309
2014-09-13net:fec: add enet AVB feature macro define for imx6sxFugang Duan1-0/+16
2014-09-13net:fec: add enet refrence clock for i.MX 6SX chipFugang Duan1-0/+17
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy1-3/+15
2014-08-11net: fec: Support phys probed from devicetree and fixed-linkUwe Kleine-König1-21/+55
2014-07-24fec: Simplify the PM related hooksFabio Estevam1-6/+2
2014-07-08net: fec: consolidate hwtstamp implementationRussell King1-18/+19
2014-07-08net: fec: remove useless status check in tx reap pathRussell King1-3/+0