lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 28 Mar 2019 16:53:41 -0700 (PDT) From: David Miller <davem@...emloft.net> To: yihung.wei@...il.com Cc: netdev@...r.kernel.org, pablo@...filter.org, pshelar@....org Subject: Re: [PATCH net-next v4 1/2] netfilter: Export nf_ct_{set,destroy}_timeout() From: Yi-Hung Wei <yihung.wei@...il.com> Date: Tue, 26 Mar 2019 11:31:13 -0700 > This patch exports nf_ct_set_timeout() and nf_ct_destroy_timeout(). > The two functions are derived from xt_ct_destroy_timeout() and > xt_ct_set_timeout() in xt_CT.c, and moved to nf_conntrack_timeout.c > without any functional change. > It would be useful for other users (i.e. OVS) that utilizes the > finer-grain conntrack timeout feature. > > CC: Pablo Neira Ayuso <pablo@...filter.org> > CC: Pravin Shelar <pshelar@....org> > Signed-off-by: Yi-Hung Wei <yihung.wei@...il.com> > --- > v1-> v2: Export nf_ct_set_timeout(). > v2-> v3: Fix build issue when CONFIG_NF_CONNTRACK_TIMEOUT is not set. > v3-> v4: Remove unnessary #ifdef CONFIG_NF_CONNTRACK_TIMEOUT Applied.
Powered by blists - more mailing lists