summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-04-01netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso
2020-04-01netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso
2020-04-01netfilter: flowtable: populate addr_type maskEdward Cree
2020-04-01netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan
2020-03-18netfilter: nft_chain_nat: inet family is missing module ownershipPablo Neira Ayuso
2020-03-18netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attributePablo Neira Ayuso
2020-03-18netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski
2020-03-18netfilter: nft_payload: add missing attribute validation for payload csum flagsJakub Kicinski
2020-03-18netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski
2020-03-18netfilter: nf_tables: free flowtable hooks on hook register errorFlorian Westphal
2020-03-18netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin
2020-03-18netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin
2020-03-18netfilter: synproxy: synproxy_cpu_seq_next should increase position indexVasily Averin
2020-03-18netfilter: nf_conntrack: ct_cpu_seq_next should increase position indexVasily Averin
2020-03-18netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal
2020-03-12netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang
2020-03-12netfilter: hashlimit: do not use indirect calls during gcFlorian Westphal
2020-03-05netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long
2020-03-05netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put()Cong Wang
2020-03-05netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik
2020-03-05netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik
2020-02-28netfilter: xt_hashlimit: limit the max size of hashtableCong Wang
2020-02-24netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long
2020-02-14netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey
2020-02-14netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey
2020-02-14netfilter: flowtable: restrict flow dissector match on meta ingress devicePablo Neira Ayuso
2020-02-14netfilter: flowtable: fetch stats only if flow is still alivePablo Neira Ayuso
2020-02-11netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József
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-18netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal
2020-01-16netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger
2020-01-16netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal
2020-01-16netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()Dan Carpenter
2020-01-16netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal
2020-01-16netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal
2020-01-16netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal
2020-01-16netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso
2020-01-13netfilter: fix a use-after-free in mtype_destroy()Cong Wang
2020-01-08netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso
2020-01-05netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso
2020-01-05netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu