summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
31 hoursnet: enetc: remove xdp_drops statistic from enetc_xdp_drop()Wei Fang1-1/+1
6 daysnet: enetc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+1
2024-09-18net: dpaa: Pad packets to ETH_ZLENSean Anderson1-1/+8
2024-09-12net: dpaa: avoid on-stack arrays of NR_CPUS elementsVladimir Oltean2-6/+24
2024-08-29dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()Dan Carpenter1-3/+4
2024-08-14net: fec: Stop PPS on driver removeCsókás, Bence1-0/+3
2024-08-03net: fec: Fix FEC_ECR_EN1588 being cleared on link-downCsókás, Bence1-0/+6
2024-08-03net: fec: Refactor: #define magic constantsCsókás Bence1-16/+30
2024-07-05net/dpaa2: Avoid explicit cpumask var allocation on stackDawei Li1-5/+9
2024-06-12net:fec: Add fec_enet_deinit()Xiaolei Wang1-0/+10
2024-06-12net: fec: avoid lock evasion when reading pps_enableWei Fang1-6/+8
2024-04-10net: fec: Set mac_managed_pm during probeWei Fang1-2/+9
2024-04-10drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov1-1/+1
2024-02-01net: fec: fix the unhandled context fault from smmuShenwei Wang1-0/+2
2024-01-10dpaa2-eth: recycle the RX buffer only after all processing doneIoana Ciornei1-2/+5
2024-01-10net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_statsIoana Ciornei1-10/+8
2023-12-20dpaa2-switch: do not ask for MDB, VLAN and FDB replayIoana Ciornei1-9/+2
2023-12-20dpaa2-switch: fix size of the dma_unmapIoana Ciornei1-3/+4
2023-12-20net: fec: correct queue selectionRadu Bulie1-16/+11
2023-12-08dpaa2-eth: increase the needed headroom to account for alignmentIoana Ciornei2-5/+5
2023-09-06net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_indexChristoph Hellwig1-1/+1
2023-06-21net: enetc: correct the indexes of highest and 2nd highest TCsWei Fang1-2/+2
2023-06-14net: enetc: correct rx_bytes statistics of XDPWei Fang1-0/+8
2023-06-14net: enetc: correct the statistics of rx bytesWei Fang1-1/+7
2023-05-24net: fec: Better handle pm_runtime_get() failing in .remove()Uwe Kleine-König1-4/+11
2023-05-17net: enetc: check the index of the SFI rather than the handleWei Fang1-1/+1
2023-05-11net: dpaa: Fix uninitialized variable in dpaa_stop()Dan Carpenter1-1/+2
2023-02-09dpaa2-eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+6
2023-02-09dpaa_eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-02-01net: fec: Use page_pool_put_full_page when freeing rx buffersWei Fang1-1/+1
2023-02-01net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()Vladimir Oltean1-2/+2
2022-12-31net: fec: check the return value of build_skb()Wei Fang1-0/+8
2022-12-31net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean1-27/+8
2022-12-07dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switc...Yuan Can1-0/+4
2022-12-07net: fec: properly guard irq coalesce setupRasmus Villemoes1-1/+2
2022-11-25net: fec: don't reset irq coalesce settings to defaults on "ip link up"Rasmus Villemoes1-16/+6
2022-11-24net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean3-11/+19
2022-11-05net: fman: Unregister ethernet device on removalSean Anderson1-0/+9
2022-10-31net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong1-2/+2
2022-10-27net: enetc: survive memory pressure without crashingVladimir Oltean1-0/+5
2022-10-27net: fec: limit register access on i.MX6ULJuergen Borleis1-2/+44
2022-10-24net: fman: Use physical address for userspace interfacesSean Anderson4-10/+10
2022-10-07net: enetc: Remove duplicated include in enetc_qos.cYang Li1-1/+0
2022-10-03net: fec: using page pool to manage RX buffersShenwei Wang3-58/+119
2022-09-30net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean3-6/+57
2022-09-30net: enetc: use common naming scheme for PTGCR and PTGCAPR registersVladimir Oltean2-12/+11
2022-09-30net: enetc: cache accesses to &priv->si->hwVladimir Oltean3-48/+49
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski7-12/+8
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-156/+109
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean5-25/+34