aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-26netfilter: 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-18netfilter: nft_set_pipapo: Don't abuse unlikely() in pipapo_refill()Stefano Brivio1-1/+1
2020-02-18netfilter: 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
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-25/+27
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-9/+8
2020-01-31netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flagPaul Blakey1-0/+1
2020-01-31netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey1-0/+1
2020-01-31netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey1-1/+1
2020-01-31netfilter: Use kvcallocJoe Perches2-4/+3
2020-01-29netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József1-20/+21
2020-01-27nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio3-1/+2106
2020-01-27netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio2-1/+92
2020-01-27netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso2-23/+64
2020-01-27netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso1-46/+45
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller10-66/+128
2020-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-65/+127
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2-43/+89
2020-01-24netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso1-8/+21
2020-01-24netfilter: nf_tables_offload: fix check the chain offload flagwenxu1-1/+1
2020-01-24netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner1-3/+3
2020-01-24ipvs: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-20netfilter: ipset: use bitmap infrastructure completelyKadlecsik József4-10/+10
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-15/+44
2020-01-18netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal1-0/+3
2020-01-16netfilter: bitwise: add support for shifts.Jeremy Sowden1-0/+77
2020-01-16netfilter: bitwise: add NFTA_BITWISE_DATA attribute.Jeremy Sowden1-0/+5
2020-01-16netfilter: bitwise: only offload boolean operations.Jeremy Sowden1-0/+3
2020-01-16netfilter: bitwise: add helper for dumping boolean operations.Jeremy Sowden1-8/+21
2020-01-16netfilter: bitwise: add helper for evaluating boolean operations.Jeremy Sowden1-3/+14
2020-01-16netfilter: bitwise: add helper for initializing boolean operations.Jeremy Sowden1-25/+41
2020-01-16netfilter: bitwise: add NFTA_BITWISE_OP netlink attribute.Jeremy Sowden1-0/+16
2020-01-16netfilter: bitwise: replace gotos with returns.Jeremy Sowden1-8/+5
2020-01-16netfilter: bitwise: remove NULL comparisons from attribute checks.Jeremy Sowden1-5/+5
2020-01-16netfilter: nf_tables: white-space fixes.Jeremy Sowden3-5/+5
2020-01-16netfilter: flowtable: add nf_flow_table_offload_cmd()Pablo Neira Ayuso1-12/+28
2020-01-16netfilter: flowtable: add nf_flow_offload_tuple() helperPablo Neira Ayuso1-23/+24
2020-01-16netfilter: hashlimit: do not use indirect calls during gcFlorian Westphal1-18/+4
2020-01-16netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso3-10/+21
2020-01-16netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso2-3/+3