summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-3/+2
* netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso2020-03-241-0/+4
* netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso2020-03-241-0/+9
* netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio2020-03-241-3/+67
* netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio2020-03-241-6/+11
* netfilter: nft_set_pipapo: Separate partial and complete overlap cases on ins...Stefano Brivio2020-03-241-7/+27
* netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...Pablo Neira Ayuso2020-03-241-0/+5
* netfilter: flowtable: populate addr_type maskEdward Cree2020-03-191-0/+1
* netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey2020-03-191-0/+3
* netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan2020-03-191-0/+2
* netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}Haishuang Yan2020-03-191-4/+8
* netfilter: nft_chain_nat: inet family is missing module ownershipPablo Neira Ayuso2020-03-061-0/+1
* netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal2020-03-051-7/+3
* netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attributePablo Neira Ayuso2020-03-051-0/+5
* netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski2020-03-041-0/+2
* netfilter: nft_payload: add missing attribute validation for payload csum flagsJakub Kicinski2020-03-041-0/+1
* netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski2020-03-041-0/+2
* netfilter: nf_tables: free flowtable hooks on hook register errorFlorian Westphal2020-03-041-1/+6
* netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin2020-03-041-3/+3
* netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin2020-03-041-1/+1
* netfilter: synproxy: synproxy_cpu_seq_next should increase position indexVasily Averin2020-03-041-1/+1
* netfilter: nf_conntrack: ct_cpu_seq_next should increase position indexVasily Averin2020-03-041-1/+1
* netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang2020-02-261-10/+6
* nft_set_pipapo: Actually fetch key data in nft_pipapo_remove()Stefano Brivio2020-02-261-2/+4
* Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2020-02-262-205/+464
|\
| * netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik2020-02-221-0/+2
| * netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-222-205/+462
* | netfilter: nft_set_pipapo: Don't abuse unlikely() in pipapo_refill()Stefano Brivio2020-02-181-1/+1
* | netfilter: nft_set_pipapo: Fix mapping table example in commentsStefano Brivio2020-02-181-2/+2
* | netfilter: conntrack: allow insertion of clashing entriesFlorian Westphal2020-02-172-6/+90
* | netfilter: conntrack: split resolve_clash functionFlorian Westphal2020-02-111-17/+41
* | netfilter: conntrack: place confirm-bit setting in a helperFlorian Westphal2020-02-111-7/+14
* | netfilter: conntrack: remove two args from resolve_clashFlorian Westphal2020-02-111-18/+51
* | netfilter: flowtable: skip offload setup if disabledFlorian Westphal2020-02-071-3/+3
* | netfilter: xt_hashlimit: limit the max size of hashtableCong Wang2020-02-071-0/+10
* | netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put()Cong Wang2020-02-071-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-045-25/+27
|\|
| * netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flagPaul Blakey2020-01-311-0/+1
| * netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey2020-01-311-0/+1
| * netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey2020-01-311-1/+1
| * netfilter: Use kvcallocJoe Perches2020-01-312-4/+3
| * netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József2020-01-291-20/+21
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
|/
* nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio2020-01-273-1/+2106
* netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio2020-01-272-1/+92
* netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso2020-01-272-23/+64
* netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso2020-01-271-46/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-2610-66/+128
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-259-65/+127
| |\
| | * netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2020-01-242-43/+89