summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorLines
2026-04-12net: enetc: add unstructured counters for ENETC v4Wei Fang-25/+234
2026-04-12net: enetc: add unstructured pMAC counters for ENETC v1Wei Fang-21/+56
2026-04-12net: enetc: remove standardized counters from enetc_pm_countersWei Fang-40/+0
2026-04-12net: enetc: show RX drop counters only for assigned RX ringsWei Fang-16/+2
2026-04-12net: enetc: add support for the standardized countersWei Fang-18/+245
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2026-04-06dpaa2: avoid linking objects into multiple modulesArnd Bergmann-4/+21
2026-04-03net: fec: make FIXED_PHY dependency unconditionalArnd Bergmann-1/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+136
2026-03-27net: enetc: do not allow VF to configure the RSS keyWei Fang-1/+5
2026-03-27net: enetc: check whether the RSS algorithm is ToeplitzWei Fang-0/+4
2026-03-26net: enetc: do not access non-existent registers on pseudo MACWei Fang-0/+7
2026-03-26net: enetc: add graceful stop to safely reinitialize the TX RingWei Fang-14/+108
2026-03-26net: enetc: reset PIR and CIR if they are not equal when initializing TX ringWei Fang-1/+12
2026-03-26net: fec: fix the PTP periodic output sysfs interfaceBuday Csaba-3/+0
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2026-03-26net: dpaa2-mac: export standard statisticsIoana Ciornei-2/+338
2026-03-26net: dpaa2-mac: retrieve MAC statistics in one firmware commandIoana Ciornei-40/+171
2026-03-26net: dpaa2-mac: extend APIs related to statisticsIoana Ciornei-4/+132
2026-03-23net: enetc: fix the output issue of 'ethtool --show-ring'Wei Fang-0/+2
2026-03-14dpaa2: compile dpaa2 even CONFIG_FSL_DPAA2_ETH=nCai Xinchen-2/+1
2026-03-14dpaa2: add independent dependencies for FSL_DPAA2_SWITCHCai Xinchen-0/+4
2026-03-14net: enetc: remove stray semicolonWei Fang-1/+1
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+10
2026-03-10net: enetc: do not skip setting LaBCR[MDIO_PHYAD_PRTAD] for addr 0Wei Fang-12/+0
2026-03-10net: enetc: fix incorrect fallback PHY address handlingWei Fang-2/+10
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2026-03-05net: enetc: use truesize as XDP RxQ info frag_sizeLarysa Zaremba-1/+1
2026-02-28dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handlerGuenter Roeck-1/+2
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-84/+79
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+7
2026-02-26dpaa2-switch: validate num_ifs to prevent out-of-bounds writeJunrui Luo-0/+7
2026-02-25net: fs_enet: allow nvmem to override MAC addressRosen Penev-1/+3
2026-02-24net: freescale: ucc_geth: call of_node_put onceRosen Penev-2/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-9/+7
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-10/+5
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-46/+46
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-84/+79
2026-02-10net: fec: add AF_XDP zero-copy supportWei Fang-44/+754
2026-02-10net: fec: improve fec_enet_tx_queue()Wei Fang-26/+17
2026-02-10net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page poolWei Fang-32/+58
2026-02-10net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()Wei Fang-18/+40
2026-02-10net: fec: remove the size parameter from fec_enet_create_page_pool()Wei Fang-3/+3
2026-02-10net: fec: use switch statement to check the type of tx_bufWei Fang-61/+73
2026-02-10net: fec: remove unnecessary NULL pointer check when clearing TX BD ringWei Fang-23/+12
2026-02-10net: fec: transmit XDP frames in bulkWei Fang-3/+9
2026-02-10net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()Wei Fang-19/+19
2026-02-10net: fec: add fec_enet_rx_queue_xdp() for XDP pathWei Fang-86/+170
2026-02-10net: fec: improve fec_enet_rx_queue()Wei Fang-20/+15