summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio2020-05-201-6/+11
* netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-201-2/+2
* netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann2020-05-141-5/+7
* netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault2020-05-141-3/+2
* netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso2020-04-231-2/+2
* netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso2020-04-021-0/+9
* netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan2020-04-021-0/+2
* netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski2020-03-181-0/+2
* netfilter: nft_payload: add missing attribute validation for payload csum flagsJakub Kicinski2020-03-181-0/+1
* netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski2020-03-181-0/+2
* netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin2020-03-181-3/+3
* netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin2020-03-181-1/+1
* netfilter: synproxy: synproxy_cpu_seq_next should increase position indexVasily Averin2020-03-181-1/+1
* netfilter: nf_conntrack: ct_cpu_seq_next should increase position indexVasily Averin2020-03-181-1/+1
* netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long2020-03-051-2/+2
* netfilter: xt_hashlimit: limit the max size of hashtableCong Wang2020-02-281-0/+10
* netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long2020-02-241-1/+2
* netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal2020-02-051-0/+3
* netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso2020-01-291-8/+21
* netfilter: ipset: use bitmap infrastructure completelyKadlecsik József2020-01-294-10/+10
* netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal2020-01-291-0/+3
* netfilter: ctnetlink: honor IPS_OFFLOAD flagPablo Neira Ayuso2020-01-271-2/+5
* netfilter: nft_flow_offload: add entry to flowtable after confirmationPablo Neira Ayuso2020-01-271-2/+1
* netfilter: nft_set_hash: bogus element self comparison from deactivation pathPablo Neira Ayuso2020-01-271-1/+1
* netfilter: nft_set_hash: fix lookups with fixed size hash on big endianPablo Neira Ayuso2020-01-271-4/+19
* netfilter: nf_flow_table: do not remove offload when other netns's interface ...Taehee Yoo2020-01-271-3/+6
* netfilter: nft_osf: usage from output path is not validFernando Fernandez Mancera2020-01-271-0/+10
* netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal2020-01-231-0/+6
* netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso2020-01-231-9/+10
* netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal2020-01-231-4/+9
* netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal2020-01-231-1/+1
* netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-231-1/+1
* netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-141-1/+2
* netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2020-01-142-0/+6
* netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso2020-01-124-3/+21
* netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso2020-01-121-3/+9
* netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...Pablo Neira Ayuso2020-01-121-5/+16
* netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal2020-01-121-0/+3
* netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter2020-01-091-2/+2
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2020-01-041-1/+1
* netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio2020-01-041-1/+1
* netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal2019-12-131-10/+7
* netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu2019-12-051-0/+2
* netfilter: nf_nat_sip: fix RTP/RTCP source port translationsAlin Nastac2019-12-051-4/+35
* netfilter: nft_compat: do not dump private areaPablo Neira Ayuso2019-11-241-2/+22
* netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal2019-11-203-7/+14
* netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio2019-11-121-1/+1
* ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-11-121-8/+7
* ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti2019-11-125-17/+28
* netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso2019-11-121-1/+2