summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2020-10-30ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye
2020-10-30netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso
2020-10-30netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri
2020-10-29netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso
2020-10-29ipvs: clear skb->tstamp in forwarding pathJulian Anastasov
2020-10-07netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker
2020-09-17netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal
2020-09-09netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso
2020-09-09netfilter: nf_tables: fix destination register zeroingFlorian Westphal
2020-09-09netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso
2020-08-19ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov
2020-07-29ipvs: fix the connection sync failed in some casesguodeqing
2020-06-30netfilter: ipset: fix unaligned atomic accessRussell King
2020-06-22netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supportedPablo Neira Ayuso
2020-06-03netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso
2020-06-03netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso
2020-06-03netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso
2020-06-03netfilter: ipset: Fix subcounter update skipPhil Sutter
2020-05-20netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-05-14netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann
2020-05-14netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault
2020-04-23netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso
2020-04-02netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso
2020-04-02netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan
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: 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-05netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long
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-05netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal
2020-01-29netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso
2020-01-29netfilter: ipset: use bitmap infrastructure completelyKadlecsik József
2020-01-29netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal
2020-01-27netfilter: ctnetlink: honor IPS_OFFLOAD flagPablo Neira Ayuso
2020-01-27netfilter: nft_flow_offload: add entry to flowtable after confirmationPablo Neira Ayuso
2020-01-27netfilter: nft_set_hash: bogus element self comparison from deactivation pathPablo Neira Ayuso
2020-01-27netfilter: nft_set_hash: fix lookups with fixed size hash on big endianPablo Neira Ayuso
2020-01-27netfilter: nf_flow_table: do not remove offload when other netns's interface ...Taehee Yoo
2020-01-27netfilter: nft_osf: usage from output path is not validFernando Fernandez Mancera
2020-01-23netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal
2020-01-23netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso
2020-01-23netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal
2020-01-23netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal
2020-01-23netfilter: fix a use-after-free in mtype_destroy()Cong Wang