summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/netfilter/nf_tables_api.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c
index 4fcd07f1e925..f57f1a6ba96f 100644
--- a/net/netfilter/nf_tables_api.c
+++ b/net/netfilter/nf_tables_api.c
@@ -6783,6 +6783,9 @@ static int nft_register_flowtable_net_hooks(struct net *net,
list_for_each_entry(hook, hook_list, list) {
list_for_each_entry(ft, &table->flowtables, list) {
+ if (!nft_is_active_next(net, ft))
+ continue;
+
list_for_each_entry(hook2, &ft->hook_list, list) {
if (hook->ops.dev == hook2->ops.dev &&
hook->ops.pf == hook2->ops.pf) {
06d4919da89ed6d52742dcc83ae4669ac30'>ALSA: snd-usb: handle the bmFormats field as unsigned intDaniel Mack 2012-11-21ALSA: usb-audio: Return meaningful error codes instead of -1 in format.cSachin Kamat 2012-02-15ALSA: usb-audio: avoid integer overflow in create_fixed_stream_quirk()Xi Wang 2012-01-08ALSA: usb-audio: fix possible hang and overflow in parse_uac2_sample_rate_ran...Xi Wang 2011-09-27ALSA: usb-audio: increase control transfer timeoutClemens Ladisch 2011-05-22Merge branch 'topic/misc' into for-linusTakashi Iwai 2011-05-18ALSA: usb-audio: include format.h in format.cDaniel Mack 2011-04-28ALSA: usb-audio - Terratec Aureon 7.1 USB ID as C-Media cm6206 quirksWolfgang Breyha