summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2020-06-04netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann
2020-06-04netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault
2020-06-04netfilter: nat: fix error handling upon registering inet hookHillf Danton
2020-06-01netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso
2020-05-21net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-05-21netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso
2020-05-21netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso
2020-05-21netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan
2020-05-21netfilter: nft_chain_nat: inet family is missing module ownershipPablo Neira Ayuso
2020-05-21netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski
2020-05-21netfilter: nft_payload: add missing attribute validation for payload csum flagsJakub Kicinski
2020-05-21netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski
2020-05-21netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin
2020-05-21netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin
2020-05-21netfilter: synproxy: synproxy_cpu_seq_next should increase position indexVasily Averin
2020-05-21netfilter: nf_conntrack: ct_cpu_seq_next should increase position indexVasily Averin
2020-05-15netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang
2020-05-15netfilter: hashlimit: do not use indirect calls during gcFlorian Westphal
2020-05-15netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long
2020-05-15netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put()Cong Wang
2020-05-15netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik
2020-05-15netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik
2020-05-15netfilter: xt_hashlimit: limit the max size of hashtableCong Wang
2020-05-15netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long
2020-05-04netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József
2020-04-16netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner
2020-04-16netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso
2020-04-16netfilter: ipset: use bitmap infrastructure completelyKadlecsik József
2020-04-16netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal
2020-04-12netfilter: nft_meta: skip EAGAIN if nft_meta_bridge is not a modulePablo Neira Ayuso
2020-04-12netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal
2020-04-12netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso
2020-04-12netfilter: nf_tables: force module load in case select_ops() returns -EAGAINPablo Neira Ayuso
2020-04-12netfilter: nf_tables: add nft_expr_type_request_module()Pablo Neira Ayuso
2020-04-12netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal
2020-04-12netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso
2020-04-12netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal
2020-04-12netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal
2020-04-12netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal
2020-04-12netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger
2020-04-12netfilter: fix a use-after-free in mtype_destroy()Cong Wang
2020-03-30netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu
2020-03-30netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal
2020-03-30netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal
2020-03-20netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso
2020-03-20netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso
2020-03-20netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...Pablo Neira Ayuso
2020-03-20netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal
2020-03-20netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio
2020-03-20netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter