aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-06net: fec: Rename "phy-reset-active-low" propertyBernhard Walle1-4/+4
2016-02-16net: fec: Add "phy-reset-active-low" property to DTBernhard Walle1-2/+6
2016-02-11net: fec: improve error handlingTroy Kisky1-4/+7
2016-02-11net: fec: don't transfer ownership until descriptor write is completeTroy Kisky1-1/+13
2016-02-11net: fec: don't disable FEC_ENET_TS_TIMER interruptTroy Kisky1-1/+1
2016-02-11net: fec: add variable reg_desc_active to speed things upTroy Kisky1-20/+24
2016-02-11net: fec: add struct bufdesc_propTroy Kisky1-170/+118
2016-02-11net: fec: fix fec_enet_get_free_txdesc_numTroy Kisky1-1/+1
2016-02-11net: fec: fix rx error countsTroy Kisky1-21/+15
2016-02-11net: fec: stop the "rcv is not +last, " error messagesTroy Kisky1-0/+1
2016-01-25net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28Johannes Berg1-2/+1
2016-01-25net: fec: make driver endian-safeJohannes Berg1-61/+69
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-5/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-14/+2
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-3/+1
2015-11-24net: fec: no need to test for the return type of of_property_read_u32Saurabh Sengar1-7/+2
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-11-01fec: Use gpio_set_value_cansleep()Fabio Estevam1-1/+1
2015-09-28net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam1-2/+1
2015-09-09net: fec: add netif status check before set mac addressNimrod Andy1-0/+8
2015-09-05net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero1-1/+3
2015-09-02net: fec: clear receive interrupts before processing a packetRussell King1-0/+1
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-08-25net: fec: use reinit_completion() in mdio accessor functionsRussell King1-2/+2
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-08-12net: fec: Remove unneeded use of IS_ERR_VALUE() macroFabio Estevam1-3/+3
2015-08-10net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao1-15/+20
2015-08-06net: fec: fix initial runtime PM refcountLucas Stach1-0/+1
2015-07-27net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+76
2015-07-26net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach1-3/+2
2015-07-26net: fec: use managed DMA API functions to allocate BD ringLucas Stach1-2/+2
2015-07-15Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam1-75/+13
2015-07-08net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+75
2015-06-28net: fec: don't access RACC register when not availableGreg Ungerer1-13/+17
2015-06-23net: fec: init MAC prior to mii bus probeNimrod Andy1-1/+3
2015-05-11net: fec: add support of ethtool get_regsPhilippe Reynes1-0/+78
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-03-29net: fec: setup right value for mdio hold timeUwe Kleine-König1-3/+27
2015-03-13Revert "net: fec: fix the warning found by dma debug"Fabio Estevam1-23/+11
2015-03-10net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy1-2/+1
2015-03-05net: fec: fix unbalanced clk disable on driver unbindStefan Agner1-1/+0
2015-03-04net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan1-1/+1
2015-02-05net: fec: Delete unnecessary checks before the function call "kfree"Markus Elfring1-5/+2
2015-01-24net: fec: fix the warning found by dma debugNimrod Andy1-11/+23
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner1-4/+5
2015-01-08net: fec: fix NULL pointer dereference in fec_enet_timeout_workHubert Feurstein1-0/+1
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