aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/bonding/bond_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index 3b16f62d5606..fb70c3e12927 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -4678,6 +4678,10 @@ static void bond_setup(struct net_device *bond_dev)
4678 NETIF_F_HW_VLAN_RX | 4678 NETIF_F_HW_VLAN_RX |
4679 NETIF_F_HW_VLAN_FILTER); 4679 NETIF_F_HW_VLAN_FILTER);
4680 4680
4681 /* By default, we enable GRO on bonding devices.
4682 * Actual support requires lowlevel drivers are GRO ready.
4683 */
4684 bond_dev->features |= NETIF_F_GRO;
4681} 4685}
4682 4686
4683static void bond_work_cancel_all(struct bonding *bond) 4687static void bond_work_cancel_all(struct bonding *bond)