summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
Commit message (Expand)AuthorAgeFilesLines
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-074-4/+4
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-057-8/+8
* net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)2021-10-041-6/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-2/+1
|\
| * net: enetc: fix the incorrect clearing of IF_MODE bitsVladimir Oltean2021-09-241-2/+1
* | dpaa2-eth: Register devlink instance at the end of probeLeon Romanovsky2021-09-273-7/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-234-8/+4
|\|
| * net: freescale: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-191-1/+0
| * enetc: Fix uninitialized struct dim_sample field usageClaudiu Manoil2021-09-191-1/+1
| * enetc: Fix illegal access when reading affinity_hintClaudiu Manoil2021-09-191-4/+1
| * net: update NXP copyright textVladimir Oltean2021-09-172-2/+2
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-12/+1
* | net: dpaa2-mac: add support for more ethtool 10G link modesRussell King2021-09-191-0/+5
* | net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-164-20/+10
|/
* dpaa2-eth: Replace strlcpy with strscpyJason Wang2021-08-311-4/+4
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-244-11/+27
* net: dpaa2-switch: call dpaa2_switch_port_disconnect_mac on probe error pathVladimir Oltean2021-08-201-5/+14
* net: dpaa2-switch: phylink_disconnect_phy needs rtnl_lockVladimir Oltean2021-08-201-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-201-18/+18
|\
| * net: dpaa2-switch: disable the control interface on error pathVladimir Oltean2021-08-191-18/+18
* | ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-141-1/+1
* | net: dpaa_eth: remove dead select in menuconfig FSL_DPAA_ETHLukas Bulwahn2021-08-141-1/+0
* | net: fec: add WoL support for i.MX8MQJoakim Zhang2021-08-142-5/+23
* | net: fec: fix build error for ARCH m68kJoakim Zhang2021-08-091-0/+2
* | devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-061-1/+1
|\|
| * net: fec: fix use-after-free in fec_drv_removePavel Skripkin2021-08-051-1/+1
* | dpaa2-switch: export MAC statistics in ethtoolIoana Ciornei2021-08-041-5/+19
* | dpaa2-switch: add a prefix to HW ethtool statsIoana Ciornei2021-08-041-12/+12
* | dpaa2-switch: integrate the MAC endpoint supportIoana Ciornei2021-08-045-7/+130
* | bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei2021-08-041-1/+1
* | dpaa2-switch: no need to check link state right after ndo_openIoana Ciornei2021-08-041-14/+0
* | dpaa2-switch: do not enable the DPSW at probe timeIoana Ciornei2021-08-041-6/+0
* | dpaa2-switch: use the port index in the IRQ handlerIoana Ciornei2021-08-041-16/+11
* | dpaa2-switch: request all interrupts sources on the DPSWIoana Ciornei2021-08-041-8/+6
* | net: fec: fix MAC internal delay doesn't workJoakim Zhang2021-08-031-10/+38
* | dpaa2-eth: make the array faf_bits static const, makes object smallerColin Ian King2021-08-031-1/+1
* | dpaa2-switch: offload shared block mirror filters when binding to a portIoana Ciornei2021-07-293-0/+71
* | dpaa2-switch: add VLAN based mirroringIoana Ciornei2021-07-291-5/+138
* | dpaa2-switch: add support for port mirroringIoana Ciornei2021-07-293-5/+182
* | dpaa2-switch: add API for setting up mirroringIoana Ciornei2021-07-293-0/+130
* | dpaa2-switch: reorganize dpaa2_switch_cls_matchall_replaceIoana Ciornei2021-07-291-6/+25
* | dpaa2-switch: reorganize dpaa2_switch_cls_flower_replaceIoana Ciornei2021-07-291-6/+26
* | dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_blockIoana Ciornei2021-07-293-125/+130
* | dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACLIoana Ciornei2021-07-291-8/+8
* | net: fec: add MAC internal delayed clock feature supportFugang Duan2021-07-282-0/+33
* | net: fec: add eee mode tx lpi supportFugang Duan2021-07-282-0/+95
* | net: fec: add imx8mq and imx8qm new versions supportFugang Duan2021-07-282-0/+43
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-279-9/+9