summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_dynset: add timeout extension to templatePablo Neira Ayuso2021-02-031-1/+3
* netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu2021-01-191-0/+1
* netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer2021-01-191-0/+3
* netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal2021-01-121-0/+3
* netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2021-01-121-15/+5
* netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-301-34/+15
* netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal2020-12-111-1/+2
* netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-11-181-2/+2
* netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio2020-11-181-1/+2
* ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye2020-10-301-3/+4
* netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso2020-10-302-0/+2
* netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri2020-10-301-6/+13
* netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-291-0/+12
* ipvs: clear skb->tstamp in forwarding pathJulian Anastasov2020-10-291-0/+6
* netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker2020-10-071-0/+2
* netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal2020-09-171-4/+35
* netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso2020-09-094-38/+39
* netfilter: nf_tables: fix destination register zeroingFlorian Westphal2020-09-091-1/+3
* netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso2020-09-091-1/+2
* ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov2020-08-191-5/+7
* ipvs: fix the connection sync failed in some casesguodeqing2020-07-291-4/+8
* netfilter: ipset: fix unaligned atomic accessRussell King2020-06-301-0/+2
* netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supportedPablo Neira Ayuso2020-06-221-2/+2
* netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2020-06-031-1/+1
* netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-06-031-27/+35
* netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso2020-06-031-1/+2
* netfilter: ipset: Fix subcounter update skipPhil Sutter2020-06-031-1/+1
* 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