summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc
AgeCommit message (Expand)Author
9 daysnet: enetc: fix VSI mailbox timeout handling and DMA lifecycleWei Fang
2026-04-16net: enetc: fix NTMP DMA use-after-free issueWei Fang
2026-04-16net: enetc: correct the command BD ring consumer indexWei Fang
2026-04-12net: enetc: add unstructured counters for ENETC v4Wei Fang
2026-04-12net: enetc: add unstructured pMAC counters for ENETC v1Wei Fang
2026-04-12net: enetc: remove standardized counters from enetc_pm_countersWei Fang
2026-04-12net: enetc: show RX drop counters only for assigned RX ringsWei Fang
2026-04-12net: enetc: add support for the standardized countersWei Fang
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-27net: enetc: do not allow VF to configure the RSS keyWei Fang
2026-03-27net: enetc: check whether the RSS algorithm is ToeplitzWei Fang
2026-03-26net: enetc: do not access non-existent registers on pseudo MACWei Fang
2026-03-26net: enetc: add graceful stop to safely reinitialize the TX RingWei Fang
2026-03-26net: enetc: reset PIR and CIR if they are not equal when initializing TX ringWei Fang
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-23net: enetc: fix the output issue of 'ethtool --show-ring'Wei Fang
2026-03-14net: enetc: remove stray semicolonWei Fang
2026-03-10net: enetc: do not skip setting LaBCR[MDIO_PHYAD_PRTAD] for addr 0Wei Fang
2026-03-10net: enetc: fix incorrect fallback PHY address handlingWei Fang
2026-03-05net: enetc: use truesize as XDP RxQ info frag_sizeLarysa Zaremba
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
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: Convert 16-bit register reads to 32-bit for ENETC v4Claudiu Manoil
2026-02-02net: enetc: Convert 16-bit register writes to 32-bit for ENETC v4Claudiu Manoil
2026-02-02net: enetc: Remove CBDR cacheability AXI settings for ENETC v4Claudiu Manoil
2026-02-02net: enetc: Remove SI/BDR cacheability AXI settings for ENETC v4Claudiu Manoil
2026-01-08net: enetc: fix build warning when PAGE_SIZE is greater than 128KWei Fang
2025-12-30net: enetc: do not print error log if addr is 0Wei Fang
2025-12-18net: enetc: do not transmit redirected XDP frames when the link is downWei Fang
2025-12-01net: enetc: convert to use .get_rx_ring_countBreno Leitao
2025-11-25net: enetc: update the base address of port MDIO registers for ENETC v4Wei Fang
2025-11-25net: enetc: set external PHY address in IERB for i.MX94 ENETCWei Fang
2025-11-25net: enetc: set the external PHY address in IERB for port MDIO usageWei 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-29net: enetc: add ptp timer binding support for i.MX94Clark Wang
2025-10-29net: enetc: add preliminary i.MX94 NETC blocks control supportWei Fang
2025-10-17net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang
2025-10-17net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-09-30net: enetc: initialize SW PIR and CIR based HW PIR and CIR valuesWei Fang
2025-09-26net: enetc: Fix probing error message typo for the ENETCv4 PF driverClaudiu Manoil
2025-09-22net: enetc: use generic interfaces to get phc_index for ENETC v1Wei Fang
2025-09-22net: enetc: fix sleeping function called from rcu_read_lock() contextWei Fang
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