summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fec.h
AgeCommit message (Expand)Author
2021-12-07net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang
2021-08-13net: fec: add WoL support for i.MX8MQJoakim Zhang
2021-08-09net: fec: fix build error for ARCH m68kJoakim Zhang
2021-07-28net: fec: add MAC internal delayed clock feature supportFugang Duan
2021-07-28net: fec: add eee mode tx lpi supportFugang Duan
2021-07-28net: fec: add imx8mq and imx8qm new versions supportFugang Duan
2021-06-21net: fec: add FEC_QUIRK_HAS_MULTI_QUEUES represents i.MX6SX ENET IPJoakim Zhang
2021-01-26net: fec: Fix temporary RMII clock reset on link upLaurent Badel
2020-10-30net: fec: fix MDIO probing for some FEC hardware blocksGreg Ungerer
2020-07-16net: fec: fix hardware time stamping by external devicesSergey Organov
2020-07-07net: ethernet: fec: prevent tx starvation under high rx loadTobias Waldekranz
2020-05-02net: ethernet: fec: Replace interrupt driven MDIO with polled IOAndrew Lunn
2020-04-30net: ethernet: fec: Revert "net: ethernet: fec: Replace interrupt driven MDIO...Fugang Duan
2020-04-20net: ethernet: fec: Replace interrupt driven MDIO with polled IOAndrew Lunn
2020-04-07net: fec: set GPR bit on suspend by DT configuration.Martin Fuzzey
2020-02-24freescale: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2018-12-18net: fec: remove workaround to restart phylib state machine on MDIO timeoutHeiner Kallweit
2018-10-15net: fec: don't dump RX FIFO register when not availableFugang Duan
2018-05-17net: ethernet: freescale: Allow FEC with COMPILE_TESTFlorian Fainelli
2018-01-22net: fec: add necessary defines to work on ARM64Lucas Stach
2017-11-08net: fec: Let fec_ptp have its own interrupt routineTroy Kisky
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-20net: fec: remove unused interrupt FEC_ENET_TS_TIMERTroy Kisky
2017-06-07net: fec: Clear and enable MIB counters on imx51Andrew Lunn
2016-11-30net: fec: cache statistics while device is downNikita Yushchenko
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2016-06-27net: fec: add interrupt coalesc quirk flagFugang Duan
2016-06-12ARM: imx6: disable deeper idle states when FEC is active w/o HW workaroundLucas Stach
2016-05-10net: ethernet: fec: use phydev from struct net_devicePhilippe Reynes
2016-02-11net: fec: don't disable FEC_ENET_TS_TIMER interruptTroy Kisky
2016-02-11net: fec: add variable reg_desc_active to speed things upTroy Kisky
2016-02-11net: fec: add struct bufdesc_propTroy Kisky
2016-02-11net: fec: stop the "rcv is not +last, " error messagesTroy Kisky
2016-01-25net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28Johannes Berg
2016-01-25net: fec: make driver endian-safeJohannes Berg
2015-07-26net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach
2015-06-28net: fec: don't access RACC register when not availableGreg Ungerer
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner
2014-12-31net: fec: add Wake-on-LAN supportNimrod Andy
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran
2014-11-24net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy
2014-11-18net: fec: improve access to quirk flags by copying them into fec_enet_private...Lothar Waßmann
2014-11-18net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann
2014-11-18net: fec: properly parenthesize macro argsLothar Waßmann
2014-11-18net: fec: consistently use lower case chars as hex digitsLothar Waßmann
2014-11-18net: fec: indentation cleanupLothar Waßmann
2014-10-15net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy
2014-10-14net: fec: ptp: Enable PPS output based on ptp clockLuwei Zhou
2014-10-14net: fec: ptp: Use hardware algorithm to adjust PTP counter.Luwei Zhou