All of lore.kernel.org
 help / color / mirror / Atom feed
* Setting skb timestamp in non GPL module is no longer possible in 2.6.22-pre7.
@ 2007-07-06 20:25 Ben Greear
  0 siblings, 0 replies; only message in thread
From: Ben Greear @ 2007-07-06 20:25 UTC (permalink / raw)
  To: NetDev

I thought I would mention this on the small chance it was an accidental change.

The new __net_timestamp(skb) method uses ktime_get_real which
is exported GPL only.

Now, such evil modules must call net_enable_timestamp(), causing
all packets to be timestamped, not just the ones the evil
module is interested in...

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-06 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-06 20:25 Setting skb timestamp in non GPL module is no longer possible in 2.6.22-pre7 Ben Greear

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.