aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.15/705-net-dsa-tag_mtk-add-padding-for-tx-packets.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: move accepted mtk_eth_soc patches to generic-backportFelix Fietkau2023-03-051-3/+3
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: fix mtk dsa tag paddingFelix Fietkau2023-03-021-3/+2
| | | | | | | | | The padding intended to avoid corrupted non-zero padding payload was accidentally adding too many padding bytes, tripping up some setups. Fix this by using eth_skb_pad instead. Fixes #11942. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: fix corrupted padding on small packets with mt753x dsaFelix Fietkau2022-05-061-0/+29
Signed-off-by: Felix Fietkau <nbd@nbd.name>