summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2022-01-12net: dpaa2-mac: use phylink_generic_validate()Russell King (Oracle)
2022-01-12net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()Russell King (Oracle)
2022-01-12net: dpaa2-mac: populate supported_interfaces memberRussell King
2022-01-12net: enetc: use phylink_generic_validate()Russell King (Oracle)
2022-01-12net: enetc: remove interface checks in enetc_pl_mac_validate()Russell King (Oracle)
2022-01-12net: enetc: populate supported_interfaces memberRussell King (Oracle)
2022-01-02net/fsl: Remove leftover definition in xgmac_mdioMarkus Koch
2021-12-30fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin
2021-12-15dpaa2-eth: fix ethtool statisticsIoana Ciornei
2021-12-07net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang
2021-11-30dpaa2-eth: destroy workqueue at the end of remove functionDongliang Mu
2021-11-17net: dpaa2-eth: fix use-after-free in dpaa2_eth_removePavel Skripkin
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-21net: enetc: use the skb variable directly in enetc_clean_tx_ring()Vladimir Oltean
2021-10-21net: enetc: remove local "priv" variable in enetc_clean_tx_ring()Vladimir Oltean
2021-10-21net: enetc: make sure all traffic classes can send large framesVladimir Oltean
2021-10-21net: enetc: fix ethtool counter name for PM0_TERRVladimir Oltean
2021-10-20net: enetc: unmap DMA in enetc_send_cmd()Tim Gardner
2021-10-19ethernet: fec: use eth_hw_addr_gen()Jakub Kicinski
2021-10-16ethernet: enetc: use eth_hw_addr_set()Jakub Kicinski
2021-10-15net: dpaa2: add adaptive interrupt coalescingIoana Ciornei
2021-10-15net: dpaa2: add support for manual setup of IRQ coalesingIoana Ciornei
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-13net: enetc: fix check for allocation failureDan Carpenter
2021-10-13net: enetc: include ip6_checksum.h for csum_ipv6_magicIoana Ciornei
2021-10-08net: enetc: add support for software TSOIoana Ciornei
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-04net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-27dpaa2-eth: Register devlink instance at the end of probeLeon Romanovsky
2021-09-24net: enetc: fix the incorrect clearing of IF_MODE bitsVladimir Oltean
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-09-19net: freescale: drop unneeded MODULE_ALIASKrzysztof Kozlowski
2021-09-19net: dpaa2-mac: add support for more ethtool 10G link modesRussell King
2021-09-19enetc: Fix uninitialized struct dim_sample field usageClaudiu Manoil
2021-09-19enetc: Fix illegal access when reading affinity_hintClaudiu Manoil
2021-09-17net: update NXP copyright textVladimir Oltean
2021-09-16net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing
2021-08-31dpaa2-eth: Replace strlcpy with strscpyJason Wang
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-20net: dpaa2-switch: call dpaa2_switch_port_disconnect_mac on probe error pathVladimir Oltean
2021-08-20net: dpaa2-switch: phylink_disconnect_phy needs rtnl_lockVladimir Oltean
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-19net: dpaa2-switch: disable the control interface on error pathVladimir Oltean
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann