aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-08net: enetc: add support for software TSOIoana Ciornei4-24/+311
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei3-5/+15
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski4-4/+4
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski7-8/+8
2021-10-04net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)1-6/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2021-09-27dpaa2-eth: Register devlink instance at the end of probeLeon Romanovsky3-7/+21
2021-09-24net: enetc: fix the incorrect clearing of IF_MODE bitsVladimir Oltean1-2/+1
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-8/+4
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-12/+1
2021-09-19net: freescale: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-09-19net: dpaa2-mac: add support for more ethtool 10G link modesRussell King1-0/+5
2021-09-19enetc: Fix uninitialized struct dim_sample field usageClaudiu Manoil1-1/+1
2021-09-19enetc: Fix illegal access when reading affinity_hintClaudiu Manoil1-4/+1
2021-09-17net: update NXP copyright textVladimir Oltean2-2/+2
2021-09-16net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing4-20/+10
2021-08-31dpaa2-eth: Replace strlcpy with strscpyJason Wang1-4/+4
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo4-11/+27
2021-08-20net: dpaa2-switch: call dpaa2_switch_port_disconnect_mac on probe error pathVladimir Oltean1-5/+14
2021-08-20net: dpaa2-switch: phylink_disconnect_phy needs rtnl_lockVladimir Oltean1-0/+4
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+18
2021-08-19net: dpaa2-switch: disable the control interface on error pathVladimir Oltean1-18/+18
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-1/+1
2021-08-13net: dpaa_eth: remove dead select in menuconfig FSL_DPAA_ETHLukas Bulwahn1-1/+0
2021-08-13net: fec: add WoL support for i.MX8MQJoakim Zhang2-5/+23
2021-08-09net: fec: fix build error for ARCH m68kJoakim Zhang1-0/+2
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-05net: fec: fix use-after-free in fec_drv_removePavel Skripkin1-1/+1
2021-08-04dpaa2-switch: export MAC statistics in ethtoolIoana Ciornei1-5/+19
2021-08-04dpaa2-switch: add a prefix to HW ethtool statsIoana Ciornei1-12/+12
2021-08-04dpaa2-switch: integrate the MAC endpoint supportIoana Ciornei5-7/+130
2021-08-04bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei1-1/+1
2021-08-04dpaa2-switch: no need to check link state right after ndo_openIoana Ciornei1-14/+0
2021-08-04dpaa2-switch: do not enable the DPSW at probe timeIoana Ciornei1-6/+0
2021-08-04dpaa2-switch: use the port index in the IRQ handlerIoana Ciornei1-16/+11
2021-08-04dpaa2-switch: request all interrupts sources on the DPSWIoana Ciornei1-8/+6
2021-08-03net: fec: fix MAC internal delay doesn't workJoakim Zhang1-10/+38
2021-08-02dpaa2-eth: make the array faf_bits static const, makes object smallerColin Ian King1-1/+1
2021-07-29dpaa2-switch: offload shared block mirror filters when binding to a portIoana Ciornei3-0/+71
2021-07-29dpaa2-switch: add VLAN based mirroringIoana Ciornei1-5/+138
2021-07-29dpaa2-switch: add support for port mirroringIoana Ciornei3-5/+182
2021-07-29dpaa2-switch: add API for setting up mirroringIoana Ciornei3-0/+130
2021-07-29dpaa2-switch: reorganize dpaa2_switch_cls_matchall_replaceIoana Ciornei1-6/+25
2021-07-29dpaa2-switch: reorganize dpaa2_switch_cls_flower_replaceIoana Ciornei1-6/+26
2021-07-29dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_blockIoana Ciornei3-125/+130
2021-07-29dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACLIoana Ciornei1-8/+8
2021-07-28net: fec: add MAC internal delayed clock feature supportFugang Duan2-0/+33
2021-07-28net: fec: add eee mode tx lpi supportFugang Duan2-0/+95