aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.15/736-03-net-ethernet-mtk_eth_soc-improve-keeping-track-of-of.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: fix mtk flow offload list corruption issue with l2 flowsFelix Fietkau2023-03-251-16/+33
| | | | | | | The same node was accidentally used for two different lists, causing an invalid pointer chain. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: improve mtk ppe flow accountingFelix Fietkau2023-03-231-0/+314
Properly track L2 flows, and ensure that stale data gets cleared Signed-off-by: Felix Fietkau <nbd@nbd.name>