summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/680-net-skip-gro-for-otherhost-packets.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: replace GRO optimization patch with a new one that supports ↵Felix Fietkau2015-03-181-26/+0
| | | | | | | | VLANs/bridges with different MAC addresses Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44877
* kernel: add missing description for GRO optimization patchFelix Fietkau2015-03-161-0/+14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44798
* kernel: skip GRO for packets bridged to other hostsFelix Fietkau2015-03-151-0/+12
Eliminates excessive skb copying when bridging from LAN to WLAN on ramips. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44797