summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2021-04-28netfilter: nft_limit: avoid possible divide error in nft_limit_initEric Dumazet
2021-04-28netfilter: conntrack: do not print icmpv6 as unknown via /procPablo Neira Ayuso
2021-04-16netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-03-17netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin
2021-02-23netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal
2021-02-23netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik
2021-02-03netfilter: nft_dynset: add timeout extension to templatePablo Neira Ayuso
2021-01-23netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer
2021-01-12netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal
2021-01-12netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin
2020-10-29ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye
2020-10-14netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker
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-21ipvs: 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-20netfilter: 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: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-05-20netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault
2020-04-24netfilter: 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-03-20netfilter: nft_payload: add missing attribute validation for payload csum flagsJakub Kicinski
2020-03-20netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski
2020-03-11netfilter: nf_conntrack: resolve clash for matching conntracksMartynas Pumputis
2020-02-28netfilter: xt_hashlimit: limit the max size of hashtableCong Wang
2020-01-29netfilter: ipset: use bitmap infrastructure completelyKadlecsik József
2020-01-27netfilter: nft_set_hash: fix lookups with fixed size hash on big endianPablo Neira Ayuso
2020-01-23netfilter: fix a use-after-free in mtype_destroy()Cong Wang
2020-01-14netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal
2020-01-12netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso
2020-01-12netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2020-01-04netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio
2019-11-24netfilter: nft_compat: do not dump private areaPablo Neira Ayuso
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-11-12ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti
2019-11-12netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter
2019-10-11netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal
2019-09-21netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch
2019-09-21netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_infoJuliana Rodrigueiro
2019-08-29netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik
2019-08-25netfilter: conntrack: Use consistent ct id hash calculationDirk Morris
2019-08-16netfilter: nft_hash: fix symhash with modulus oneLaura Garcia Liebana
2019-08-16netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal
2019-07-31net: make skb_dst_force return true when dst is refcountedFlorian Westphal