summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: fec: Fix RGMII-ID modeMarkus Pargmann2015-04-301-1/+4
* net: fec: setup right value for mdio hold timeUwe Kleine-König2015-03-291-3/+27
* Revert "net: fec: fix the warning found by dma debug"Fabio Estevam2015-03-131-23/+11
* net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy2015-03-101-2/+1
* net: fec: fix unbalanced clk disable on driver unbindStefan Agner2015-03-051-1/+0
* net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan2015-03-041-1/+1
* net: fec: Delete unnecessary checks before the function call "kfree"Markus Elfring2015-02-051-5/+2
* net: fec: fix the warning found by dma debugNimrod Andy2015-01-241-11/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-4/+6
|\
| * net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner2015-01-141-4/+5
| * net: fec: fix NULL pointer dereference in fec_enet_timeout_workHubert Feurstein2015-01-081-0/+1
* | net: fec: add Wake-on-LAN supportNimrod Andy2014-12-311-10/+94
|/
* net: fec: Fix NAPI raceNimrod Andy2014-12-161-12/+7
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
| |\
| | * net: ethernet: freescale: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | net: fec: only enable mdio interrupt before phy device link upNimrod Andy2014-12-101-1/+4
* | | net: fec: clear all interrupt events to support i.MX6SXNimrod Andy2014-12-101-1/+1
* | | net: fec: reset fep link status in suspend functionNimrod Andy2014-12-101-0/+6
* | | net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy2014-12-091-0/+2
* | | net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy2014-11-241-3/+1
* | | net: fec: remove unused return value from swap_buffer()Lothar Waßmann2014-11-181-3/+1
* | | net: fec: simplify loop counter handling in swap_buffer()Lothar Waßmann2014-11-181-1/+1
* | | net: fec: use swab32s() instead of cpu_to_be32()Lothar Waßmann2014-11-181-1/+1
* | | net: fec: improve access to quirk flags by copying them into fec_enet_private...Lothar Waßmann2014-11-181-68/+38
* | | net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann2014-11-181-3/+1
* | | net: fec: fix regression on i.MX28 introduced by rx_copybreak supportLothar Waßmann2014-11-071-4/+19
* | | net: fec: fix suspend broken on multiple MACs silliconsNimrod Andy2014-11-031-8/+8
|/ /
* | net: fec: ptp: fix NULL pointer dereference if ptp_clock is not setPhilipp Zabel2014-10-221-1/+2
|/
* net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy2014-10-151-42/+1
* net: fec: ptp: Enable PPS output based on ptp clockLuwei Zhou2014-10-141-0/+2
* net: fec: Fix sparse warnings with different lock contexts for basic blockNimrod Andy2014-10-141-10/+14
* fec: Fix fec_enet_alloc_buffers() error pathFabio Estevam2014-10-061-7/+10
* net: fec: fix build error at m68k platformFrank Li2014-10-061-0/+1
* net: fec: implement rx_copybreak to improve rx performanceNimrod Andy2014-10-011-65/+143
* net: fec: free resource after phy probe failedNimrod Andy2014-09-261-0/+2
* net: fec: align rx data buffer size for dma map/unmapNimrod Andy2014-09-261-3/+5
* net: fec: remove the ERR006358 workaround for imx6sx enetNimrod Andy2014-09-261-2/+2
* net: fec: Add Ftype to BD to distiguish three tx queues for AVBNimrod Andy2014-09-261-0/+11
* fec: Remove fec_enet_select_queue()Fabio Estevam2014-09-261-7/+0
* net: fec: fix code identationNimrod Andy2014-09-221-1/+1
* net: fec: Workaround for imx6sx enet tx hang when enable three queuesFugang Duan2014-09-191-2/+15
* net: fec: add interrupt coalescence feature supportFugang Duan2014-09-191-0/+136
* net: fec: refine error handle of parser queue number from DTFrank Li2014-09-191-10/+10
* net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in c...Rickard Strandqvist2014-09-151-2/+2
* net: fec: use container_of to resolve bufdesc_ex from bufdescFabian Frederick2014-09-151-2/+2
* net: fec: init complete variable in early to avoid kernel dumpFugang Duan2014-09-131-0/+1
* net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan2014-09-131-11/+24
* net:fec: Add fsl,imx6sx-fec compatible stringsFugang Duan2014-09-131-0/+2
* net: fec: add enet-avb IP supportFrank Li2014-09-131-18/+18
OpenPOWER on IntegriCloud