aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)AuthorFilesLines
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet1-5/+7
2026-07-30net: ethernet: remove conditional return with no effectSang-Heon Jeon1-5/+1
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+2
2026-07-21dpaa2-eth: put MAC endpoint device on disconnectGuangshuo Li1-0/+1
2026-07-21dpaa2-switch: put MAC endpoint device on disconnectGuangshuo Li1-0/+1
2026-07-01dpaa2-switch: add support for imprecise source portIoana Ciornei2-2/+16
2026-07-01dpaa2-switch: trap all link local reserved addresses to the CPUIoana Ciornei1-7/+6
2026-07-01dpaa2-switch: offload port objects on an upper bond deviceIoana Ciornei1-28/+41
2026-07-01dpaa2-switch: offload FDBs added on an upper bond deviceIoana Ciornei2-26/+225
2026-07-01dpaa2-switch: add support for LAG offloadIoana Ciornei2-12/+476
2026-07-01dpaa2-switch: add LAG configuration APIIoana Ciornei3-1/+107
2026-07-01dpaa2-switch: consolidate unicast and multicast managementIoana Ciornei1-12/+27
2026-07-01dpaa2-switch: add dpaa2_switch_port_to_bridge_port() helperIoana Ciornei1-3/+20
2026-07-01dpaa2-switch: check early if an FDB entry should be addedIoana Ciornei1-4/+3
2026-07-01dpaa2-switch: create a separate dpaa2_switch_port_fdb_event() functionIoana Ciornei1-7/+21
2026-07-01dpaa2-switch: extend the FDB management to cover bond scenariosIoana Ciornei1-10/+25
2026-07-01dpaa2-switch: avoid holding rtnl_lock in dpaa2_switch_event_work()Ioana Ciornei1-2/+8
2026-07-01dpaa2-switch: remove unnecessary dev_mc_add/dev_mc_del callsIoana Ciornei1-48/+2
2026-06-21dpaa2-switch: do not accept VLAN uppers while bridgedIoana Ciornei1-0/+8
2026-06-18dpaa2-switch: fix VLAN upper check not rejecting bridge joinIoana Ciornei1-1/+1
2026-06-13dpaa2-switch: unify the FDB update logic in dpaa2_switch_port_set_fdb()Ioana Ciornei1-31/+19
2026-06-13dpaa2-switch: move FDB selection for leave path into a helperIoana Ciornei1-18/+30
2026-06-13dpaa2-switch: move FDB selection for join path into a helperIoana Ciornei1-25/+35
2026-06-13dpaa2-switch: factor out the FDB in-use check into a helperIoana Ciornei1-13/+18
2026-06-13dpaa2-switch: change dpaa2_switch_port_set_fdb() function prototypeIoana Ciornei1-16/+13
2026-06-02dpaa2-switch: fix handling of NAPI on the remove pathIoana Ciornei1-5/+10
2026-06-02dpaa2-switch: support VLAN flag changes on existing VIDsIoana Ciornei1-42/+58
2026-06-02dpaa2-switch: remove duplicated check for the maximum number of VLANsIoana Ciornei1-10/+0
2026-06-02dpaa2-switch: fix the error path in dpaa2_switch_rx()Ioana Ciornei1-11/+12
2026-06-02dpaa2-switch: rework FDB management on the bridge leave pathIoana Ciornei1-7/+24
2026-05-25eth: dpaa2: constify dpaa2_ethtool_stats and dpaa2_ethtool_extrasLen Bao1-2/+2
2026-04-06dpaa2: avoid linking objects into multiple modulesArnd Bergmann2-4/+21
2026-03-26net: dpaa2-mac: export standard statisticsIoana Ciornei4-2/+338
2026-03-26net: dpaa2-mac: retrieve MAC statistics in one firmware commandIoana Ciornei2-40/+171
2026-03-26net: dpaa2-mac: extend APIs related to statisticsIoana Ciornei3-4/+132
2026-03-14dpaa2: add independent dependencies for FSL_DPAA2_SWITCHCai Xinchen1-0/+4
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/netdev/netLinus 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 Cook2-3/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-22/+21
2026-01-29dpaa2-switch: add bounds check for if_id in IRQ handlerJunrui Luo1-0/+4
2026-01-29dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zeroJunrui Luo1-0/+6
2025-12-01net: dpaa2: convert to use .get_rx_ring_countBreno Leitao1-3/+8
2025-10-17dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei1-2/+1
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-11dpaa2-switch: fix buffer pool seeding for control trafficIoana Ciornei1-1/+1
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+24