Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368155
b: refs/heads/master
c: ee57967
h: refs/heads/master
i:
  368153: 76e03f8
  368151: c9b4f22
v: v3
  • Loading branch information
Pravin B Shelar authored and David S. Miller committed Mar 9, 2013
1 parent da62994 commit 45bcfa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec5f061564238892005257c83565a0b58ec79295
refs/heads/master: ee579677c29954f20e48e5bb80ae85b30100c2e0
4 changes: 4 additions & 0 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -5205,6 +5205,10 @@ int register_netdevice(struct net_device *dev)
*/
dev->vlan_features |= NETIF_F_HIGHDMA;

/* Make NETIF_F_SG inheritable to tunnel devices.
*/
dev->hw_enc_features |= NETIF_F_SG;

ret = call_netdevice_notifiers(NETDEV_POST_INIT, dev);
ret = notifier_to_errno(ret);
if (ret)
Expand Down

0 comments on commit 45bcfa1

Please sign in to comment.