summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc.c
AgeCommit message (Expand)Author
2026-03-05net: enetc: use truesize as XDP RxQ info frag_sizeLarysa Zaremba
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-02net: enetc: Remove SI/BDR cacheability AXI settings for ENETC v4Claudiu Manoil
2025-12-18net: enetc: do not transmit redirected XDP frames when the link is downWei Fang
2025-10-29net: enetc: add standalone ENETC support for i.MX94Wei Fang
2025-10-29net: enetc: add basic support for the ENETC with pseudo MAC for i.MX94Wei Fang
2025-10-17net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang
2025-09-02net: enetc: don't update sync packet checksum if checksum offload is usedWei Fang
2025-09-02net: enetc: add PTP synchronization support for ENETC v4Wei Fang
2025-09-02net: enetc: move sync packet modification before dma_map_single()Wei Fang
2025-09-02net: enetc: remove unnecessary CONFIG_FSL_ENETC_PTP_CLOCK checkWei Fang
2025-09-02net: enetc: extract enetc_update_ptp_sync_msg() to handle PTP Sync packetsWei Fang
2025-09-02net: enetc: save the parsed information of PTP packet to skb->cbWei Fang
2025-06-17net: enetc: replace PCVLANR1/2 with SICVLANR1/2 and remove dead branchWei Fang
2025-05-13net: enetc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-05-08net: enetc: enable RSS feature by defaultWei Fang
2025-05-08net: enetc: change enetc_set_rss() to void typeWei Fang
2025-05-08net: enetc: add RSS support for i.MX95 ENETC PFWei Fang
2025-05-08net: enetc: add set/get_rss_table() hooks to enetc_si_opsWei Fang
2025-05-08net: enetc: move generic MAC filtering interfaces to enetc-coreWei Fang
2025-04-21net: enetc: fix frame corruption on bpf_xdp_adjust_head/tail() and XDP_PASSVladimir Oltean
2025-04-21net: enetc: refactor bulk flipping of RX buffers to separate functionVladimir Oltean
2025-04-21net: enetc: register XDP RX queues with frag_sizeVladimir Oltean
2025-02-25net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()Wei Fang
2025-02-25net: enetc: update UDP checksum when updating originTimestamp fieldWei Fang
2025-02-25net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNCWei Fang
2025-02-25net: enetc: correct the xdp_tx statisticsWei Fang
2025-02-25net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()Wei Fang
2025-02-25net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()Wei Fang
2024-12-23net: enetc: add LSO support for i.MX95 ENETC PFWei Fang
2024-12-23net: enetc: update max chained Tx BD number for i.MX95 ENETCWei Fang
2024-12-23net: enetc: add Tx checksum offload for i.MX95 ENETCWei Fang
2024-11-29net: enetc: Do not configure preemptible TCs if SIs do not supportWei Fang
2024-11-29net: enetc: read TSN capabilities from port register, not SIVladimir Oltean
2024-11-04net: enetc: add preliminary support for i.MX95 ENETC PFWei Fang
2024-11-04net: enetc: optimize the allocation of tx_bdrClark Wang
2024-11-04net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()Clark Wang
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-10-11net: enetc: disable NAPI after all rings are disabledWei Fang
2024-10-11net: enetc: disable Tx BD rings after they are emptyWei Fang
2024-10-11net: enetc: block concurrent XDP transmissions during ring reconfigurationWei Fang
2024-10-11net: enetc: remove xdp_drops statistic from enetc_xdp_drop()Wei Fang
2024-09-13net: enetc: Replace ifdef with IS_ENABLEDMartyn Welch
2024-09-12net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-03-29enetc: avoid truncating error messageArnd Bergmann
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-24net: fill in MODULE_DESCRIPTION()s for enetcBreno Leitao