Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66381
b: refs/heads/master
c: 4a1c537
h: refs/heads/master
i:
  66379: 021fb1a
v: v3
  • Loading branch information
Eric W. Biederman authored and David S. Miller committed Oct 10, 2007
1 parent 2c3ec3e commit 786a57b
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: 772698f6362680b65211f7efc68121f1e4c28aa5
refs/heads/master: 4a1c537113cdc688aabc3fb9bb6ed18ec821c779
4 changes: 4 additions & 0 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include <linux/dmaengine.h>
#include <linux/workqueue.h>

struct net;
struct vlan_group;
struct ethtool_ops;
struct netpoll_info;
Expand Down Expand Up @@ -663,6 +664,9 @@ struct net_device
void (*poll_controller)(struct net_device *dev);
#endif

/* Network namespace this network device is inside */
struct net *nd_net;

/* bridge stuff */
struct net_bridge_port *br_port;
/* macvlan */
Expand Down

0 comments on commit 786a57b

Please sign in to comment.