summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2020-07-29enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil1-0/+1
2020-07-29dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian1-1/+1
2020-07-29net: fec: fix hardware time stamping by external devicesSergey Organov3-6/+30
2020-07-29dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()Ioana Ciornei1-1/+1
2020-07-09enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil3-17/+34
2020-07-09net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu4-0/+96
2020-06-30enetc: Fix tx rings bitmap iteration range, irq handlingClaudiu Manoil1-2/+2
2020-06-22dpaa2-eth: fix return codes used in ndo_setup_tcJesper Dangaard Brouer1-2/+2
2020-05-26dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean1-1/+1
2020-05-23net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp1-6/+7
2020-05-15dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei2-12/+18
2020-05-10net: freescale: select CONFIG_FIXED_PHY where neededArnd Bergmann2-0/+3
2020-05-09dpaa2-eth: prevent array underflow in update_cls_rule()Dan Carpenter1-1/+1
2020-05-04net: enetc: fix an issue about leak system resourcesDejin Zheng1-1/+1
2020-04-08net: fec: set GPR bit on suspend by DT configuration.Martin Fuzzey2-29/+127
2020-03-30dpaa_eth: Make dpaa_a050385_wa staticYueHaibing1-1/+1
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-23enetc: Remove unused variable 'enetc_drv_name'YueHaibing2-2/+0
2020-03-17net: fsl/fman: treat all RGMII modes in memac_adjust_link()Madalin Bucur1-1/+1
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-9/+162
2020-03-12net: gianfar: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-12net: fec: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-12net: dpaa: reject unsupported coalescing paramsJakub Kicinski1-4/+2
2020-03-12net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski1-3/+3
2020-03-11dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor1-3/+1
2020-03-11enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil5-30/+48
2020-03-11enetc: Clean up Rx BD iterationClaudiu Manoil2-20/+28
2020-03-11enetc: Clean up of ehtool stats lenClaudiu Manoil1-7/+13
2020-03-11enetc: Drop redundant device node checkClaudiu Manoil1-5/+0
2020-03-09dpaa_eth: Use random MAC address when none is givenMadalin Bucur1-2/+14
2020-03-09fsl/fman: tolerate missing MAC address in device treeMadalin Bucur4-25/+18
2020-03-09fsl/fman: reuse set_mac_address() in dtsec init()Madalin Bucur1-25/+19
2020-03-07dpaa_eth: FMan erratum A050385 workaroundMadalin Bucur1-3/+107
2020-03-07fsl/fman: detect FMan erratum A050385Madalin Bucur3-0/+51
2020-03-04gianfar: remove unnecessary zeroing coalesce settingsJakub Kicinski1-29/+0
2020-03-04net/freescale: Don't set zero if FW iand bus not-available in gianfarLeon Romanovsky1-2/+0
2020-03-04net/freescale: Don't set zero if FW not-available in ucc_gethLeon Romanovsky1-1/+0
2020-03-04net/freescale: Don't set zero if FW not-available in dpaaLeon Romanovsky1-9/+0
2020-03-04net/freescale: Clean drivers from static versionsLeon Romanovsky12-40/+0
2020-02-27net: dpaa2-mac: use resolved link config in mac_link_up()Russell King2-22/+33
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-2/+5
2020-02-27dpaa2-eth: add support for nway resetRussell King1-0/+11
2020-02-27dpaa2-eth: add support for mii ioctlsRussell King1-1/+6
2020-02-25freescale: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
2020-02-21enetc: remove "depends on (ARCH_LAYERSCAPE || COMPILE_TEST)"Vladimir Oltean1-3/+3
2020-02-18net: fec: Prevent unbind operationFabio Estevam1-0/+1
2020-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+11
2020-02-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-1/+1
2020-02-07dpaa_eth: support all modes with rate adapting PHYsMadalin Bucur1-3/+11
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+8