netfilter: xt_qtaguid: fix dev_stats for missing NETDEV_UNREGISTER
authorJP Abgrall <jpa@google.com>
Fri, 26 Aug 2011 00:10:52 +0000 (17:10 -0700)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:23:15 +0000 (12:23 -0800)
commitb4e2c90ab317db29e27d34b34203d5d6c9e99d0f
tree9961a06ce3a9e41acbcef1367bea8014da65fa66
parent16ae3ca354f5a50f2239a3d2037e2870698a5a76
netfilter: xt_qtaguid: fix dev_stats for missing NETDEV_UNREGISTER

Turns out that some devices don't call the notifier chains
with NETDEV_UNREGISTER.
So now we only track up/down as the points for tracking
active/inactive transitions and saving the get_dev_stats().

Change-Id: I948755962b4c64150b4d04f294fb4889f151e42b
Signed-off-by: JP Abgrall <jpa@google.com>
net/netfilter/xt_qtaguid.c