aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.15/736-04-net-ethernet-mediatek-fix-ppe-flow-accounting-for-L2.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: fix mtk flow offload list corruption issue with l2 flowsFelix Fietkau2023-03-251-12/+12
| | | | | | | The same node was accidentally used for two different lists, causing an invalid pointer chain. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: report mediatek ppe flow stats incrementallyFelix Fietkau2023-03-241-29/+42
| | | | | | | Fixes wrong counter values in conntrack stats Fixes: aa2777145f8d ("kernel: improve mtk ppe flow accounting") Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: improve mtk ppe flow accountingFelix Fietkau2023-03-231-0/+320
Properly track L2 flows, and ensure that stale data gets cleared Signed-off-by: Felix Fietkau <nbd@nbd.name>