summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)AuthorLines
2026-02-28dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handlerGuenter Roeck-1/+2
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-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-22/+21
2026-01-29dpaa2-switch: add bounds check for if_id in IRQ handlerJunrui Luo-0/+4
2026-01-29dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zeroJunrui Luo-0/+6
2025-12-01net: dpaa2: convert to use .get_rx_ring_countBreno Leitao-3/+8
2025-10-17dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei-2/+1
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+1
2025-09-11dpaa2-switch: fix buffer pool seeding for control trafficIoana Ciornei-1/+1
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+24
2025-07-18dpaa2-switch: Fix device reference count leak in MAC endpoint handlingMa Ke-3/+12
2025-07-18dpaa2-eth: Fix device reference count leak in MAC endpoint handlingMa Ke-3/+12
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-2/+24
2025-06-27dpaa2-eth: fix xdp_rxq_info leakFushuai Wang-2/+24
2025-06-24net: xsk: dpaa2: avoid repeatedly updating the global consumerJason Xing-2/+0
2025-06-18eth: dpaa2: migrate to new RXFH callbacksJakub Kicinski-12/+24
2025-05-09net: dpaa2-eth: add ndo_hwtstamp_get() implementationVladimir Oltean-0/+16
2025-05-09net: dpaa2-eth: convert to ndo_hwtstamp_set()Vladimir Oltean-15/+10
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet-1/+2
2024-10-31net: freescale: use ethtool string helpersRosen Penev-22/+13
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-1/+2
2024-08-20dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()Dan Carpenter-3/+4
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-2/+2
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds-1/+1
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-2/+2
2024-04-22dpaa2-switch: flower: validate control flagsAsbjørn Sloth Tønnesen-0/+6
2024-04-02net/dpaa2: Avoid explicit cpumask var allocation on stackDawei Li-5/+9
2023-12-23dpaa2-switch: cleanup the egress flood of an unused FDBIoana Ciornei-0/+6
2023-12-23dpaa2-switch: move a check to the prechangeupper stageIoana Ciornei-15/+16
2023-12-23dpaa2-switch: reorganize the [pre]changeupper eventsIoana Ciornei-25/+52
2023-12-23dpaa2-switch: do not clear any interrupts automaticallyIoana Ciornei-2/+2
2023-12-23dpaa2-switch: add ENDPOINT_CHANGED to the irq_maskIoana Ciornei-1/+1
2023-12-23dpaa2-switch: print an error when the vlan is already configuredIoana Ciornei-2/+4
2023-12-23dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capableIoana Ciornei-0/+1
2023-12-23dpaa2-switch: set interface MAC address only on endpoint changeIoana Ciornei-3/+2
2023-12-13dpaa2-switch: do not ask for MDB, VLAN and FDB replayIoana Ciornei-9/+2
2023-12-13dpaa2-switch: fix size of the dma_unmapIoana Ciornei-3/+4
2023-11-26dpaa2-eth: recycle the RX buffer only after all processing doneIoana Ciornei-2/+6
2023-11-26dpaa2-eth: increase the needed headroom to account for alignmentIoana Ciornei-5/+5
2023-08-07net: dpaa2-switch: Remove redundant initialization owner in dpaa2_switch_drvLi Zetao-1/+0
2023-08-07net: dpaa2-eth: Remove redundant initialization owner in dpaa2_eth_driverLi Zetao-1/+0
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+1
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski-0/+1
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth-11/+11