[<prev] [next>] [day] [month] [year] [list]
Message-ID: <468EA54F.80604@candelatech.com>
Date: Fri, 06 Jul 2007 13:25:51 -0700
From: Ben Greear <greearb@...delatech.com>
To: NetDev <netdev@...r.kernel.org>
Subject: Setting skb timestamp in non GPL module is no longer possible in
2.6.22-pre7.
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@...delatech.com>
Candela Technologies Inc http://www.candelatech.com
-
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