aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2024-04-15Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2024-04-10net: fec: Set mac_managed_pm during probeWei Fang
2024-04-10drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov
2024-02-06Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2024-01-31net: fec: fix the unhandled context fault from smmuShenwei Wang
2024-01-11Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2024-01-10dpaa2-eth: recycle the RX buffer only after all processing doneIoana Ciornei
2024-01-10net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_statsIoana Ciornei
2024-01-09net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-12-20dpaa2-switch: do not ask for MDB, VLAN and FDB replayIoana Ciornei
2023-12-20dpaa2-switch: fix size of the dma_unmapIoana Ciornei
2023-12-20net: fec: correct queue selectionRadu Bulie
2023-12-08dpaa2-eth: increase the needed headroom to account for alignmentIoana Ciornei
2023-09-06net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_indexChristoph Hellwig
2023-06-21net: enetc: correct the indexes of highest and 2nd highest TCsWei Fang
2023-06-14net: enetc: correct rx_bytes statistics of XDPWei Fang
2023-06-14net: enetc: correct the statistics of rx bytesWei Fang
2023-05-24net: fec: Better handle pm_runtime_get() failing in .remove()Uwe Kleine-König
2023-05-17net: enetc: check the index of the SFI rather than the handleWei Fang
2023-05-11net: dpaa: Fix uninitialized variable in dpaa_stop()Dan Carpenter
2023-02-09dpaa2-eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson
2023-02-09dpaa_eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson
2023-02-01net: fec: Use page_pool_put_full_page when freeing rx buffersWei Fang
2023-02-01net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()Vladimir Oltean
2022-12-31net: fec: check the return value of build_skb()Wei Fang
2022-12-31net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean
2022-12-07dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switc...Yuan Can
2022-12-06net: fec: properly guard irq coalesce setupRasmus Villemoes
2022-11-25net: fec: don't reset irq coalesce settings to defaults on "ip link up"Rasmus Villemoes
2022-11-23net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean
2022-11-04net: fman: Unregister ethernet device on removalSean Anderson
2022-10-31net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong
2022-10-27net: enetc: survive memory pressure without crashingVladimir Oltean
2022-10-26net: fec: limit register access on i.MX6ULJuergen Borleis
2022-10-24net: fman: Use physical address for userspace interfacesSean Anderson
2022-10-07net: enetc: Remove duplicated include in enetc_qos.cYang Li
2022-10-03net: fec: using page pool to manage RX buffersShenwei Wang
2022-09-29net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean
2022-09-29net: enetc: use common naming scheme for PTGCR and PTGCAPR registersVladimir Oltean
2022-09-29net: enetc: cache accesses to &priv->si->hwVladimir Oltean
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean
2022-09-20Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"Francesco Dolcini
2022-09-20Revert "fec: Restart PPS after link state change"Francesco Dolcini
2022-09-19net: enetc: expose some standardized ethtool countersVladimir Oltean
2022-09-19net: enetc: parameterize port MAC stats to also cover the pMACVladimir Oltean
2022-09-19net: fec: Add initial s32v234 supportWei Fang
2022-09-19net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarationsGaosheng Cui