aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.10/640-bridge-only-accept-EAP-locally.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: remove 640-bridge-only-accept-EAP-locally.patchFelix Fietkau2022-02-121-82/+0
| | | | | | | The issue of EAP frames sent to group address (or the wrong address) has been addressed in mac80211, so this hack is no longer needed Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: add a fast path for the bridge codeFelix Fietkau2022-02-121-4/+4
| | | | | | | | | This caches flows between MAC addresses on separate ports, including their VLAN in order to bypass the normal bridge forwarding code. In my test on MT7622, this reduces LAN->WLAN bridging CPU usage by 6-10%, potentially even more on weaker platforms Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: add linux 5.10 supportFelix Fietkau2021-02-161-0/+82
Signed-off-by: Felix Fietkau <nbd@nbd.name>