summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)Author
2026-07-01dpaa2-switch: add support for imprecise source portIoana Ciornei
2026-07-01dpaa2-switch: trap all link local reserved addresses to the CPUIoana Ciornei
2026-07-01dpaa2-switch: offload port objects on an upper bond deviceIoana Ciornei
2026-07-01dpaa2-switch: offload FDBs added on an upper bond deviceIoana Ciornei
2026-07-01dpaa2-switch: add support for LAG offloadIoana Ciornei
2026-07-01dpaa2-switch: add LAG configuration APIIoana Ciornei
2026-07-01dpaa2-switch: consolidate unicast and multicast managementIoana Ciornei
2026-07-01dpaa2-switch: add dpaa2_switch_port_to_bridge_port() helperIoana Ciornei
2026-07-01dpaa2-switch: check early if an FDB entry should be addedIoana Ciornei
2026-07-01dpaa2-switch: create a separate dpaa2_switch_port_fdb_event() functionIoana Ciornei
2026-07-01dpaa2-switch: extend the FDB management to cover bond scenariosIoana Ciornei
2026-07-01dpaa2-switch: avoid holding rtnl_lock in dpaa2_switch_event_work()Ioana Ciornei
2026-07-01dpaa2-switch: remove unnecessary dev_mc_add/dev_mc_del callsIoana Ciornei
2026-06-21dpaa2-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