summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2020-03-06netfilter: nft_chain_nat: inet family is missing module ownershipPablo Neira Ayuso
2020-03-05netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal
2020-03-05netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attributePablo Neira Ayuso
2020-03-04netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski
2020-03-04netfilter: nft_payload: add missing attribute validation for payload csum flagsJakub Kicinski
2020-03-04netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski
2020-03-04netfilter: nf_tables: free flowtable hooks on hook register errorFlorian Westphal
2020-03-04netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin
2020-03-04netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin
2020-03-04netfilter: synproxy: synproxy_cpu_seq_next should increase position indexVasily Averin
2020-03-04netfilter: nf_conntrack: ct_cpu_seq_next should increase position indexVasily Averin
2020-02-26netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang
2020-02-26nft_set_pipapo: Actually fetch key data in nft_pipapo_remove()Stefano Brivio
2020-02-26Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso
2020-02-22netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik
2020-02-22netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik
2020-02-18netfilter: nft_set_pipapo: Don't abuse unlikely() in pipapo_refill()Stefano Brivio
2020-02-18netfilter: nft_set_pipapo: Fix mapping table example in commentsStefano Brivio
2020-02-17netfilter: conntrack: allow insertion of clashing entriesFlorian Westphal
2020-02-11netfilter: conntrack: split resolve_clash functionFlorian Westphal
2020-02-11netfilter: conntrack: place confirm-bit setting in a helperFlorian Westphal
2020-02-11netfilter: conntrack: remove two args from resolve_clashFlorian Westphal
2020-02-07netfilter: flowtable: skip offload setup if disabledFlorian Westphal
2020-02-07netfilter: xt_hashlimit: limit the max size of hashtableCong Wang
2020-02-07netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put()Cong Wang
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-31netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flagPaul Blakey
2020-01-31netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey
2020-01-31netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey
2020-01-31netfilter: Use kvcallocJoe Perches
2020-01-29netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József
2020-01-27nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio
2020-01-27netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio
2020-01-27netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso
2020-01-27netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso
2020-01-24netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso
2020-01-24netfilter: nf_tables_offload: fix check the chain offload flagwenxu
2020-01-24netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner
2020-01-24ipvs: fix spelling mistake "to" -> "too"Colin Ian King
2020-01-20netfilter: ipset: use bitmap infrastructure completelyKadlecsik József
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-18netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal
2020-01-16netfilter: bitwise: add support for shifts.Jeremy Sowden
2020-01-16netfilter: bitwise: add NFTA_BITWISE_DATA attribute.Jeremy Sowden
2020-01-16netfilter: bitwise: only offload boolean operations.Jeremy Sowden
2020-01-16netfilter: bitwise: add helper for dumping boolean operations.Jeremy Sowden