Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: remove 640-bridge-only-accept-EAP-locally.patch | Felix Fietkau | 2022-02-12 | 1 | -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 code | Felix Fietkau | 2022-02-12 | 1 | -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 support | Felix Fietkau | 2021-02-16 | 1 | -0/+82 |
Signed-off-by: Felix Fietkau <nbd@nbd.name> |