aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-18net: fec: remove workaround to restart phylib state machine on MDIO timeoutHeiner Kallweit1-1/+0
2018-10-15net: fec: don't dump RX FIFO register when not availableFugang Duan1-0/+4
2018-05-17net: ethernet: freescale: Allow FEC with COMPILE_TESTFlorian Fainelli1-1/+1
2018-01-22net: fec: add necessary defines to work on ARM64Lucas Stach1-2/+3
2017-11-08net: fec: Let fec_ptp have its own interrupt routineTroy Kisky1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-20net: fec: remove unused interrupt FEC_ENET_TS_TIMERTroy Kisky1-2/+2
2017-06-07net: fec: Clear and enable MIB counters on imx51Andrew Lunn1-0/+4
2016-11-30net: fec: cache statistics while device is downNikita Yushchenko1-0/+2
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2016-06-27net: fec: add interrupt coalesc quirk flagFugang Duan1-0/+2
2016-06-12ARM: imx6: disable deeper idle states when FEC is active w/o HW workaroundLucas Stach1-0/+2
2016-05-10net: ethernet: fec: use phydev from struct net_devicePhilippe Reynes1-1/+0
2016-02-11net: fec: don't disable FEC_ENET_TS_TIMER interruptTroy Kisky1-0/+1
2016-02-11net: fec: add variable reg_desc_active to speed things upTroy Kisky1-6/+1
2016-02-11net: fec: add struct bufdesc_propTroy Kisky1-15/+14
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-5/+3
2016-01-25net: fec: make driver endian-safeJohannes Berg1-11/+29
2015-07-26net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach1-0/+1
2015-06-28net: fec: don't access RACC register when not availableGreg Ungerer1-0/+2
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner1-0/+2
2014-12-31net: fec: add Wake-on-LAN supportNimrod Andy1-0/+2
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-0/+1
2014-11-24net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy1-2/+9
2014-11-18net: fec: improve access to quirk flags by copying them into fec_enet_private structLothar Waßmann1-0/+1
2014-11-18net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann1-1/+1
2014-11-18net: fec: properly parenthesize macro argsLothar Waßmann1-15/+16
2014-11-18net: fec: consistently use lower case chars as hex digitsLothar Waßmann1-44/+44
2014-11-18net: fec: indentation cleanupLothar Waßmann1-54/+54
2014-10-15net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy1-0/+50
2014-10-14net: fec: ptp: Enable PPS output based on ptp clockLuwei Zhou1-0/+7
2014-10-14net: fec: ptp: Use hardware algorithm to adjust PTP counter.Luwei Zhou1-0/+3
2014-10-01net: fec: implement rx_copybreak to improve rx performanceNimrod Andy1-0/+2
2014-09-26net: fec: Add Ftype to BD to distiguish three tx queues for AVBNimrod Andy1-0/+1
2014-09-19net:fec: increase DMA queue numberFugang Duan1-1/+1
2014-09-19net: fec: add interrupt coalescence feature supportFugang Duan1-0/+15
2014-09-16net: fec: fix build error at m68k platformFrank Li1-5/+25
2014-09-13net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan1-0/+3
2014-09-13net: fec: add enet-avb IP supportFrank Li1-0/+33
2014-09-13net: fec: parser max queue number from dt fileFugang Duan1-0/+2
2014-09-13net: fec: change data structure to support multiqueueFugang Duan1-24/+91
2014-09-13net:fec: add enet refrence clock for i.MX 6SX chipFugang Duan1-0/+1
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy1-1/+4
2014-08-11net: fec: Support phys probed from devicetree and fixed-linkUwe Kleine-König1-0/+1
2014-07-08net: fec: replace delayed work with standard workRussell King1-6/+2
2014-07-08net: fec: better implementation of iMX6 ERR006358 quirkRussell King1-1/+0
2014-07-07net: fec: remove useless fep->openedRussell King1-1/+0
2014-06-12net: fec: Add software TSO supportNimrod Andy1-0/+6