summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)Author
14 daysdpaa2-switch: do not accept VLAN uppers while bridgedIoana Ciornei
2026-06-18dpaa2-switch: fix VLAN upper check not rejecting bridge joinIoana Ciornei
2026-06-13dpaa2-switch: unify the FDB update logic in dpaa2_switch_port_set_fdb()Ioana Ciornei
2026-06-13dpaa2-switch: move FDB selection for leave path into a helperIoana Ciornei
2026-06-13dpaa2-switch: move FDB selection for join path into a helperIoana Ciornei
2026-06-13dpaa2-switch: factor out the FDB in-use check into a helperIoana Ciornei
2026-06-13dpaa2-switch: change dpaa2_switch_port_set_fdb() function prototypeIoana Ciornei
2026-06-02dpaa2-switch: fix handling of NAPI on the remove pathIoana Ciornei
2026-06-02dpaa2-switch: support VLAN flag changes on existing VIDsIoana Ciornei
2026-06-02dpaa2-switch: remove duplicated check for the maximum number of VLANsIoana Ciornei
2026-06-02dpaa2-switch: fix the error path in dpaa2_switch_rx()Ioana Ciornei
2026-06-02dpaa2-switch: rework FDB management on the bridge leave pathIoana Ciornei
2026-05-25eth: dpaa2: constify dpaa2_ethtool_stats and dpaa2_ethtool_extrasLen Bao
2026-04-06dpaa2: avoid linking objects into multiple modulesArnd Bergmann
2026-03-26net: dpaa2-mac: export standard statisticsIoana Ciornei
2026-03-26net: dpaa2-mac: retrieve MAC statistics in one firmware commandIoana Ciornei
2026-03-26net: dpaa2-mac: extend APIs related to statisticsIoana Ciornei
2026-03-14dpaa2: add independent dependencies for FSL_DPAA2_SWITCHCai Xinchen
2026-02-28dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handlerGuenter Roeck
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-26dpaa2-switch: validate num_ifs to prevent out-of-bounds writeJunrui Luo
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_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-01-29dpaa2-switch: add bounds check for if_id in IRQ handlerJunrui Luo
2026-01-29dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zeroJunrui Luo
2025-12-01net: dpaa2: convert to use .get_rx_ring_countBreno Leitao
2025-10-17dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-11dpaa2-switch: fix buffer pool seeding for control trafficIoana Ciornei
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-18dpaa2-switch: Fix device reference count leak in MAC endpoint handlingMa Ke
2025-07-18dpaa2-eth: Fix device reference count leak in MAC endpoint handlingMa Ke
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-06-27dpaa2-eth: fix xdp_rxq_info leakFushuai Wang
2025-06-24net: xsk: dpaa2: avoid repeatedly updating the global consumerJason Xing
2025-06-18eth: dpaa2: migrate to new RXFH callbacksJakub Kicinski
2025-05-09net: dpaa2-eth: add ndo_hwtstamp_get() implementationVladimir Oltean
2025-05-09net: dpaa2-eth: convert to ndo_hwtstamp_set()Vladimir Oltean
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet
2024-10-31net: freescale: use ethtool string helpersRosen Penev
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-20dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()Dan Carpenter
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-22dpaa2-switch: flower: validate control flagsAsbjørn Sloth Tønnesen