summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc
AgeCommit message (Expand)AuthorLines
7 daysnet: enetc: do not skip setting LaBCR[MDIO_PHYAD_PRTAD] for addr 0Wei Fang-12/+0
7 daysnet: enetc: fix incorrect fallback PHY address handlingWei Fang-2/+10
12 daysnet: enetc: use truesize as XDP RxQ info frag_sizeLarysa Zaremba-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-14/+14
2026-02-02net: enetc: Convert 16-bit register reads to 32-bit for ENETC v4Claudiu Manoil-4/+15
2026-02-02net: enetc: Convert 16-bit register writes to 32-bit for ENETC v4Claudiu Manoil-2/+2
2026-02-02net: enetc: Remove CBDR cacheability AXI settings for ENETC v4Claudiu Manoil-4/+0
2026-02-02net: enetc: Remove SI/BDR cacheability AXI settings for ENETC v4Claudiu Manoil-4/+7
2026-01-08net: enetc: fix build warning when PAGE_SIZE is greater than 128KWei Fang-2/+2
2025-12-30net: enetc: do not print error log if addr is 0Wei Fang-1/+7
2025-12-18net: enetc: do not transmit redirected XDP frames when the link is downWei Fang-1/+2
2025-12-01net: enetc: convert to use .get_rx_ring_countBreno Leitao-26/+11
2025-11-25net: enetc: update the base address of port MDIO registers for ENETC v4Wei Fang-2/+18
2025-11-25net: enetc: set external PHY address in IERB for i.MX94 ENETCWei Fang-0/+57
2025-11-25net: enetc: set the external PHY address in IERB for port MDIO usageWei Fang-1/+140
2025-10-29net: enetc: add standalone ENETC support for i.MX94Wei Fang-0/+7
2025-10-29net: enetc: add basic support for the ENETC with pseudo MAC for i.MX94Wei Fang-2/+142
2025-10-29net: enetc: add ptp timer binding support for i.MX94Clark Wang-0/+100
2025-10-29net: enetc: add preliminary i.MX94 NETC blocks control supportWei Fang-0/+104
2025-10-17net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang-1/+1
2025-10-17net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang-4/+21
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-11/+6
2025-09-30net: enetc: initialize SW PIR and CIR based HW PIR and CIR valuesWei Fang-10/+5
2025-09-26net: enetc: Fix probing error message typo for the ENETCv4 PF driverClaudiu Manoil-1/+1
2025-09-22net: enetc: use generic interfaces to get phc_index for ENETC v1Wei Fang-24/+10
2025-09-22net: enetc: fix sleeping function called from rcu_read_lock() contextWei Fang-1/+2
2025-09-02net: enetc: don't update sync packet checksum if checksum offload is usedWei Fang-8/+9
2025-09-02net: enetc: add PTP synchronization support for ENETC v4Wei Fang-22/+129
2025-09-02net: enetc: move sync packet modification before dma_map_single()Wei Fang-7/+8
2025-09-02net: enetc: remove unnecessary CONFIG_FSL_ENETC_PTP_CLOCK checkWei Fang-4/+3
2025-09-02net: enetc: extract enetc_update_ptp_sync_msg() to handle PTP Sync packetsWei Fang-59/+71
2025-09-02net: enetc: save the parsed information of PTP packet to skb->cbWei Fang-31/+43
2025-08-13net: enetc: Remove error print for devm_add_action_or_reset()Waqar Hameed-2/+1
2025-07-30net: enetc: fix device and OF node leak at probeJohan Hovold-2/+12
2025-06-30net: enetc: read 64-bit statistics from port MAC countersWei Fang-42/+42
2025-06-30net: enetc: separate 64-bit counters from enetc_port_countersWei Fang-1/+15
2025-06-30net: enetc: change the statistics of ring to unsigned long typeWei Fang-11/+11
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-06-25net: enetc: Correct endianness handling in _enetc_rd_reg64Simon Horman-1/+1
2025-06-17net: enetc: replace PCVLANR1/2 with SICVLANR1/2 and remove dead branchWei Fang-7/+8
2025-06-16eth: enetc: migrate to new RXFH callbacksJakub Kicinski-6/+5
2025-06-06net: enetc: fix the netc-lib driver build dependencyWei Fang-1/+5
2025-05-20net: enetc: fix the error handling in enetc4_pf_netdev_create()Wei Fang-1/+2
2025-05-14net: phy: remove Kconfig symbol MDIO_DEVRESHeiner Kallweit-2/+0
2025-05-14net: enetc: fix implicit declaration of function FIELD_PREPWei Fang-0/+1
2025-05-13net: enetc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean-26/+31