summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2020-03-15netfilter: nf_tables: add nft_set_elem_expr_alloc()Pablo Neira Ayuso2-13/+32
2020-03-15nft_set_pipapo: Prepare for single ranged field usageStefano Brivio3-8/+17
2020-03-15nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio5-0/+1269
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: helpersStefano Brivio2-261/+285
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: alignmentStefano Brivio1-25/+110
2020-03-15nft_set_pipapo: Add support for 8-bit lookup groups and dynamic switchStefano Brivio1-8/+233
2020-03-15nft_set_pipapo: Generalise group size for bucketsStefano Brivio1-96/+112
2020-03-15netfilter: flowtable: add tunnel encap/decap action offload supportwenxu1-0/+45
2020-03-15netfilter: flowtable: add tunnel match offload supportwenxu1-2/+59
2020-03-15netfilter: flowtable: add indr block setup supportwenxu1-4/+90
2020-03-15netfilter: flowtable: add nf_flow_table_block_offload_init()wenxu1-8/+17
2020-03-15netfilter: xt_IDLETIMER: clean up some indentingDan Carpenter1-4/+3
2020-03-15netfilter: bitwise: use more descriptive variable-names.Jeremy Sowden1-7/+7
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva8-10/+10
2020-03-15netfilter: nft_set_pipapo: make the symbol 'nft_pipapo_get' staticChen Wandun1-2/+2
2020-03-15netfilter: cleanup unused macroLi RongQing2-3/+0
2020-03-15netfilter: nf_tables: make all set structs constFlorian Westphal5-24/+8
2020-03-15netfilter: nf_tables: make sets built-inFlorian Westphal4-74/+15
2020-03-15netfilter: nft_tunnel: add support for geneve optsXin Long1-12/+98
2020-03-15netfilter: xtables: Add snapshot of hardidletimer targetManoj Basapathi1-12/+235
2020-03-15netfilter: flowtable: Use nf_flow_offload_tuple for stats as wellPaul Blakey1-17/+9
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller9-14/+26
2020-03-13net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey2-13/+15
2020-03-13net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey1-23/+0
2020-03-13netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey2-0/+51
2020-03-06netfilter: nft_chain_nat: inet family is missing module ownershipPablo Neira Ayuso1-0/+1
2020-03-05netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal1-7/+3
2020-03-05netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attributePablo Neira Ayuso1-0/+5
2020-03-04netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski1-0/+2
2020-03-04netfilter: nft_payload: add missing attribute validation for payload csum flagsJakub Kicinski1-0/+1
2020-03-04netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski1-0/+2
2020-03-04netfilter: nf_tables: free flowtable hooks on hook register errorFlorian Westphal1-1/+6
2020-03-04netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin1-3/+3
2020-03-04netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin1-1/+1
2020-03-04netfilter: synproxy: synproxy_cpu_seq_next should increase position indexVasily Averin1-1/+1
2020-03-04netfilter: nf_conntrack: ct_cpu_seq_next should increase position indexVasily Averin1-1/+1
2020-02-27netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang1-10/+6
2020-02-26nft_set_pipapo: Actually fetch key data in nft_pipapo_remove()Stefano Brivio1-2/+4
2020-02-26Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2-205/+464
2020-02-22netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik1-0/+2
2020-02-22netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2-205/+462
2020-02-19netfilter: nft_set_pipapo: Don't abuse unlikely() in pipapo_refill()Stefano Brivio1-1/+1
2020-02-19netfilter: nft_set_pipapo: Fix mapping table example in commentsStefano Brivio1-2/+2
2020-02-17netfilter: conntrack: allow insertion of clashing entriesFlorian Westphal2-6/+90
2020-02-11netfilter: conntrack: split resolve_clash functionFlorian Westphal1-17/+41
2020-02-11netfilter: conntrack: place confirm-bit setting in a helperFlorian Westphal1-7/+14
2020-02-11netfilter: conntrack: remove two args from resolve_clashFlorian Westphal1-18/+51
2020-02-07netfilter: flowtable: skip offload setup if disabledFlorian Westphal1-3/+3
2020-02-07netfilter: xt_hashlimit: limit the max size of hashtableCong Wang1-0/+10
2020-02-07netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put()Cong Wang1-6/+6