diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/Kconfig | 10 | ||||
-rw-r--r-- | net/netfilter/Makefile | 1 | ||||
-rw-r--r-- | net/netfilter/nf_conntrack_expect.c | 8 | ||||
-rw-r--r-- | net/netfilter/nf_conntrack_sip.c | 12 | ||||
-rw-r--r-- | net/netfilter/nf_tables_api.c | 89 | ||||
-rw-r--r-- | net/netfilter/nfnetlink.c | 90 | ||||
-rw-r--r-- | net/netfilter/nft_ct.c | 195 | ||||
-rw-r--r-- | net/netfilter/nft_exthdr.c | 139 | ||||
-rw-r--r-- | net/netfilter/nft_set_bitmap.c | 314 | ||||
-rw-r--r-- | net/netfilter/nft_set_hash.c | 16 | ||||
-rw-r--r-- | net/netfilter/nft_set_rbtree.c | 16 | ||||
-rw-r--r-- | net/sched/sch_api.c | 2 | ||||
-rw-r--r-- | net/sched/sch_hhf.c | 8 | ||||
-rw-r--r-- | net/sched/sch_mq.c | 10 | ||||
-rw-r--r-- | net/sched/sch_mqprio.c | 19 | ||||
-rw-r--r-- | net/sched/sch_sfq.c | 3 |
16 files changed, 797 insertions, 135 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig |