Re: [PATCH] ip_gre: don't overwrite iflink during net_dev init

2013-03-30 Thread David Miller
From: Antonio Quartulli Date: Sat, 30 Mar 2013 18:07:37 +0100 > iflink is currently set to 0 in __gre_tunnel_init(). This > function is invoked in gre_tap_init() and > ipgre_tunnel_init() which are both used to initialise the > ndo_init field of the respective net_device_ops structs > (ipgre..

[PATCH] ip_gre: don't overwrite iflink during net_dev init

2013-03-30 Thread Antonio Quartulli
iflink is currently set to 0 in __gre_tunnel_init(). This function is invoked in gre_tap_init() and ipgre_tunnel_init() which are both used to initialise the ndo_init field of the respective net_device_ops structs (ipgre.. and gre_tap..) used by GRE interfaces. However, in netdevice_register()

[PATCH] ip_gre: don't overwrite iflink during net_dev init

2013-03-30 Thread Antonio Quartulli
iflink is currently set to 0 in __gre_tunnel_init(). This function is invoked in gre_tap_init() and ipgre_tunnel_init() which are both used to initialise the ndo_init field of the respective net_device_ops structs (ipgre.. and gre_tap..) used by GRE interfaces. However, in netdevice_register()

Re: [PATCH] ip_gre: don't overwrite iflink during net_dev init

2013-03-30 Thread David Miller
From: Antonio Quartulli or...@autistici.org Date: Sat, 30 Mar 2013 18:07:37 +0100 iflink is currently set to 0 in __gre_tunnel_init(). This function is invoked in gre_tap_init() and ipgre_tunnel_init() which are both used to initialise the ndo_init field of the respective net_device_ops