aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2020-09-04ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov
2020-08-18ipvs: fix the connection sync failed in some casesguodeqing
2020-07-16netfilter: ipset: fix unaligned atomic accessRussell King
2020-07-11netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supportedPablo Neira Ayuso
2020-07-07netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet
2020-07-07netfilter: conntrack: refetch conntrack after nf_conntrack_update()Pablo Neira Ayuso
2020-06-08netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso
2020-06-08netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_updateNathan Chancellor
2020-06-08netfilter: conntrack: comparison of unsigned in cthelper confirmationPablo Neira Ayuso
2020-06-08netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso
2020-06-08netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso
2020-06-08netfilter: conntrack: make conntrack userspace helpers work againPablo Neira Ayuso
2020-06-08netfilter: ipset: Fix subcounter update skipPhil Sutter
2020-06-08netfilter: nft_set_rbtree: Add missing expired checksPhil Sutter
2020-06-08netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio
2020-06-08netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann
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