linux/net/ipv6/netfilter
Herbert Xu 325ed82393 [NET]: Fix packet timestamping.
I've found the problem in general.  It affects any 64-bit
architecture.  The problem occurs when you change the system time.

Suppose that when you boot your system clock is forward by a day.
This gets recorded down in skb_tv_base.  You then wind the clock back
by a day.  From that point onwards the offset will be negative which
essentially overflows the 32-bit variables they're stored in.

In fact, why don't we just store the real time stamp in those 32-bit
variables? After all, we're not going to overflow for quite a while
yet.

When we do overflow, we'll need a better solution of course.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-10-03 13:57:23 -07:00
..
Kconfig [NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependency 2005-09-24 16:52:03 -07:00
Makefile [NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependency 2005-09-24 16:52:03 -07:00
ip6_queue.c [NET]: Fix packet timestamping. 2005-10-03 13:57:23 -07:00
ip6_tables.c [NETFILTER] ip6tables: remove duplicate code 2005-09-19 15:34:40 -07:00
ip6t_HL.c [NETFILTER6]: Add new ip6tables HOPLIMIT target 2005-08-29 16:13:29 -07:00
ip6t_LOG.c [NETFILTER]: Extend netfilter logging API 2005-08-29 15:38:07 -07:00
ip6t_MARK.c [NETFILTER]: reduce netfilter sk_buff enlargement 2005-08-29 15:31:04 -07:00
ip6t_NFQUEUE.c [NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlink 2005-08-29 15:36:56 -07:00
ip6t_REJECT.c [XFRM]: Always release dst_entry on error in xfrm_lookup 2005-09-08 15:11:55 -07:00
ip6t_ah.c [NETFILTER] ip6tables: remove duplicate code 2005-09-19 15:34:40 -07:00
ip6t_dst.c [NETFILTER] ip6tables: remove duplicate code 2005-09-19 15:34:40 -07:00
ip6t_esp.c [NETFILTER] ip6tables: remove duplicate code 2005-09-19 15:34:40 -07:00
ip6t_eui64.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6t_frag.c [NETFILTER] ip6tables: remove duplicate code 2005-09-19 15:34:40 -07:00
ip6t_hbh.c [NETFILTER] ip6tables: remove duplicate code 2005-09-19 15:34:40 -07:00
ip6t_hl.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6t_ipv6header.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6t_length.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6t_limit.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6t_mac.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6t_mark.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6t_multiport.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6t_owner.c [PATCH] files: lock-free fd look-up 2005-09-09 13:57:55 -07:00
ip6t_physdev.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6t_rt.c [NETFILTER] ip6tables: remove duplicate code 2005-09-19 15:34:40 -07:00
ip6table_filter.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6table_mangle.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6table_raw.c [NETFILTER]: Missing owner-field initialization in ip6table_raw 2005-06-21 14:03:01 -07:00