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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 24 Jul 2008 15:17:33 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	opurdila@...acom.com
Cc:	herbert@...dor.apana.org.au, netdev@...r.kernel.org
Subject: Re: [RFC][PATCH 1/3] net: per skb control messages

From: Octavian Purdila <opurdila@...acom.com>
Date: Fri, 25 Jul 2008 01:12:03 +0300

> On Friday 25 July 2008, David Miller wrote:
> 
> > We have a timestamp in the SKB already, why don't you simply override
> > it when your feature is enable and set a single flag bit that
> > indicates you used a HW timestamp to set that timestamp?
> 
> I thought of something similar, but I am not sure if I can to so, as it seems 
> that the skb->tstamp requires current gettimeofday semantics at least in 
> netfilter's ipt_time module.

Can your timestamp format at least be converted to
gettimeofday() format?

I thought we had a ton of accessor functions that code uses to access
the timestamp?  You should be able to do your translation in those
routines.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ