aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-08net: fec: Let fec_ptp have its own interrupt routineTroy Kisky1-9/+22
2017-09-20net: fec: return IRQ_HANDLED if fec_ptp_check_pps_event handled itTroy Kisky1-2/+2
2017-09-20net: fec: only check queue 0 if RXF_0/TXF_0 interrupt is setTroy Kisky1-2/+2
2017-08-23net: define the TSO header size in net/tso.hAntoine Ténart1-1/+0
2017-07-30net: fec: Allow reception of frames bigger than 1522 bytesAndrew Lunn1-3/+5
2017-07-30net: fec: Issue error for missing but expected PHYAndrew Lunn1-1/+3
2017-06-10net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272Fabio Estevam1-0/+4
2017-06-07net: fec: Clear and enable MIB counters on imx51Andrew Lunn1-3/+24
2017-05-24net: fec: add post PHY reset delay DT propertyQuentin Schulz1-1/+15
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2017-04-11net: fec: add ERR007885 for i.MX6ul enet IPFugang Duan1-2/+3
2017-04-11net: fec: correct the errata number comment typoFugang Duan1-1/+1
2017-04-11net: fec: add phy-reset-gpios PROBE_DEFER checkFugang Duan1-8/+18
2017-04-11net: fec: pass ->dev to dma_alloc__coherent() APIFugang Duan1-2/+2
2017-04-11net: fec: avoid BD pointer type cast to 32bitFugang Duan1-2/+2
2017-04-11net: fec: add return value check after calling .of_property_read_u32()Fugang Duan1-2/+2
2017-03-24net: fec: Fix typo in error msg and commentPeter Meerwald-Stadler1-2/+2
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+9
2017-02-14net: fec: fix multicast filtering hardware setupRui Sousa1-14/+9
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2016-12-06net: fec: fix compile with CONFIG_M5272Nikita Yushchenko1-3/+10
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+24
2016-11-30net: fec: cache statistics while device is downNikita Yushchenko1-4/+19
2016-11-29net: ethernet: fec: fix fixed-link phydev leaksJohan Hovold1-0/+5
2016-11-15net: fec: Utilize phy_ethtool_nway_resetFlorian Fainelli1-11/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2016-10-23net: fec: Call swap_buffer() prior to IP header alignmentFabio Estevam1-3/+3
2016-10-20net: fec: drop check for clk==NULL before calling clk_*Uwe Kleine-König1-14/+11
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-10-03net: fec: set mac address unconditionallyGavin Schenk1-7/+5
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2016-09-27net: fec: align IP header in hardwareEric Nelson1-1/+10
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx27Eric Nelson1-1/+1
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx25Eric Nelson1-1/+1
2016-08-13net: fix up a few missing hashtable.h conflict resolutionsJiri Kosina1-3/+3
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+12
2016-07-05Merge tag 'imx-soc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/socOlof Johansson1-0/+12
2016-06-27net: fec: use a more proper compatible string for i.MX6UL type deviceFugang Duan1-0/+8
2016-06-27net: fec: add interrupt coalesc quirk flagFugang Duan1-10/+9
2016-06-12net: fec: handle small PHY reset durations more preciselyStefan Wahren1-1/+6
2016-06-12ARM: imx6: disable deeper idle states when FEC is active w/o HW workaroundLucas Stach1-0/+12
2016-06-07net: fec: fix spelling mistakes and add missing newlineColin Ian King1-4/+4
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky1-5/+3
2016-05-10net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-05-10net: ethernet: fec: use phydev from struct net_devicePhilippe Reynes1-28/+21
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2016-05-04net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König1-2/+8
2016-04-18fec: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-8/+8
2016-03-31fec: Do not access unexisting register in ColdfireFabio Estevam1-1/+1