aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.4/647-net-dsa-support-hardware-flow-table-offload.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: check dst of flow offloading tableRitaro Takenaka2022-07-031-2/+2
| | | | | | | Flow offload dst can become invalid after the route cache is created. dst_check() in packet path is necessary to prevent packet drop. Signed-off-by: Ritaro Takenaka <ritarot634@gmail.com>
* kernel: Backport patch to automatically bring up DSA master when opening ↵Hauke Mehrtens2021-06-221-2/+2
| | | | | | | | | | | | | user port Without this patch we have to manually bring up the CPU interface in failsafe mode. This was backported from kernel 5.12. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Tested-by: Rafał Miłecki <rafal@milecki.pl> (cherry picked from commit 2e17c710954bd3506467d700dee23757b138fedd)
* kernel: bump 5.4 to 5.4.124Hauke Mehrtens2021-06-061-2/+2
| | | | | | | | | | | | | Manually rebased generic/hack-5.4/662-remove_pfifo_fast.patch ramips/patches-5.4/0048-asoc-add-mt7620-support.patch All others updated automatically. Compile-tested on: armvirt/64, x86/generic, ath79/generic, ramips/mt7621 Runtime-tested on: armvirt/64, x86/generic, ath79/generic Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* mediatek: fix hardware flow offloadFelix Fietkau2020-09-171-0/+78
Add support for dealing with DSA ports Signed-off-by: Felix Fietkau <nbd@nbd.name>