summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
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
2019-07-31ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov
2019-07-31ipvs: defer hook registration to avoid leaksJulian Anastasov
2019-07-31ipset: Fix memory accounting for hash types on resizeStefano Brivio
2019-06-22ipvs: Fix use-after-free in ip_vs_inYueHaibing
2019-06-22netfilter: nf_queue: fix reinject verdict handlingJagdish Motwani
2019-05-16netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal
2019-05-16netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-05-16ipvs: do not schedule icmp errors from tunnelsJulian Anastasov
2019-05-16netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri
2019-05-04netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso
2019-05-02ipvs: fix warning on unused variableAndrea Claudi
2019-04-20netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso
2019-04-05netfilter: physdev: relax br_netfilter dependencyFlorian Westphal
2019-04-05netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrac...Chieh-Min Wang