summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
7 daysnet: enetc: fix NTMP DMA use-after-free issueWei Fang2-96/+126
7 daysnet: enetc: correct the command BD ring consumer indexWei Fang2-3/+12
7 daysdpaa2: compile dpaa2 even CONFIG_FSL_DPAA2_ETH=nCai Xinchen1-2/+1
7 daysdpaa2: add independent dependencies for FSL_DPAA2_SWITCHCai Xinchen1-0/+4
2026-04-04net: fec: make FIXED_PHY dependency unconditionalArnd Bergmann1-1/+1
2026-03-28net: enetc: do not allow VF to configure the RSS keyWei Fang1-1/+5
2026-03-28net: enetc: check whether the RSS algorithm is ToeplitzWei Fang1-0/+4
2026-03-27net: enetc: do not access non-existent registers on pseudo MACWei Fang1-0/+7
2026-03-27net: enetc: add graceful stop to safely reinitialize the TX RingWei Fang2-14/+108
2026-03-27net: enetc: reset PIR and CIR if they are not equal when initializing TX ringWei Fang1-1/+12
2026-03-27net: fec: fix the PTP periodic output sysfs interfaceBuday Csaba1-3/+0
2026-03-24net: enetc: fix the output issue of 'ethtool --show-ring'Wei Fang1-0/+2
2026-03-10net: enetc: do not skip setting LaBCR[MDIO_PHYAD_PRTAD] for addr 0Wei Fang1-12/+0
2026-03-10net: enetc: fix incorrect fallback PHY address handlingWei Fang1-2/+10
2026-03-05net: enetc: use truesize as XDP RxQ info frag_sizeLarysa Zaremba1-1/+1
2026-02-28dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handlerGuenter Roeck1-1/+2
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+7
2026-02-26dpaa2-switch: validate num_ifs to prevent out-of-bounds writeJunrui Luo1-0/+7
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook5-9/+7
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-10/+5
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds25-46/+46
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook26-84/+79
2026-02-10net: fec: add AF_XDP zero-copy supportWei Fang2-44/+754
2026-02-10net: fec: improve fec_enet_tx_queue()Wei Fang1-26/+17
2026-02-10net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page poolWei Fang1-32/+58
2026-02-10net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()Wei Fang1-18/+40
2026-02-10net: fec: remove the size parameter from fec_enet_create_page_pool()Wei Fang1-3/+3
2026-02-10net: fec: use switch statement to check the type of tx_bufWei Fang1-61/+73
2026-02-10net: fec: remove unnecessary NULL pointer check when clearing TX BD ringWei Fang1-23/+12
2026-02-10net: fec: transmit XDP frames in bulkWei Fang1-3/+9
2026-02-10net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()Wei Fang1-19/+19
2026-02-10net: fec: add fec_enet_rx_queue_xdp() for XDP pathWei Fang1-86/+170
2026-02-10net: fec: improve fec_enet_rx_queue()Wei Fang1-20/+15
2026-02-10net: fec: add fec_build_skb() to build a skbWei Fang1-46/+60
2026-02-10net: fec: add rx_shift to indicate the extra bytes padded in front of RX frameWei Fang2-13/+9
2026-02-10net: fec: add fec_rx_error_check() to check RX errorsWei Fang1-22/+36
2026-02-10net: fec: add fec_txq_trigger_xmit() helperWei Fang1-18/+14
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-14/+34
2026-02-03net: enetc: Convert 16-bit register reads to 32-bit for ENETC v4Claudiu Manoil2-4/+15
2026-02-03net: enetc: Convert 16-bit register writes to 32-bit for ENETC v4Claudiu Manoil1-2/+2
2026-02-03net: enetc: Remove CBDR cacheability AXI settings for ENETC v4Claudiu Manoil1-4/+0
2026-02-03net: enetc: Remove SI/BDR cacheability AXI settings for ENETC v4Claudiu Manoil1-4/+7
2026-01-30dpaa2-switch: add bounds check for if_id in IRQ handlerJunrui Luo1-0/+4
2026-01-30dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zeroJunrui Luo1-0/+6
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+10
2026-01-22net: fec: account for VLAN header in frame length calculationsClemens Gruber1-6/+7
2026-01-16net: freescale: ucc_geth: Return early when TBI PHY can't be foundMaxime Chevallier1-1/+3
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2026-01-08net: enetc: fix build warning when PAGE_SIZE is greater than 128KWei Fang1-2/+2