linux/net/decnet
Eric Dumazet 0c195c3fc4 [DECNET]: Convert decnet route to use the new dst_entry 'next' pointer
This patch removes the next pointer from 'struct dn_route.u' union,
and renames u.rt_next to u.dst.dn_next.

It also moves 'struct flowi' right after 'struct dst_entry' to prepare
speedup lookups.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-02-10 23:20:43 -08:00
..
netfilter [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
af_decnet.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
dn_dev.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
dn_fib.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
dn_neigh.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
dn_nsp_in.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
dn_nsp_out.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
dn_route.c [DECNET]: Convert decnet route to use the new dst_entry 'next' pointer 2007-02-10 23:20:43 -08:00
dn_rules.c [DECNET]: FRA_{DST,SRC} are le16 for decnet 2007-02-10 23:20:31 -08:00
dn_table.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
dn_timer.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig [NET]: Rethink mark field in struct flowi 2006-12-02 21:21:39 -08:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
README Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sysctl_net_decnet.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
TODO Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00

                       Linux DECnet Project
                      ======================

The documentation for this kernel subsystem is available in the
Documentation/networking subdirectory of this distribution and also
on line at http://www.chygwyn.com/DECnet/

Steve Whitehouse <SteveW@ACM.org>