linux/net/decnet
Thomas Graf 47dcf0cb10 [NET]: Rethink mark field in struct flowi
Now that all protocols have been made aware of the mark
field it can be moved out of the union thus simplyfing
its usage.

The config options in the IPv4/IPv6/DECnet subsystems
to enable respectively disable mark based routing only
obfuscate the code with ifdefs, the cost for the
additional comparison in the flow key is insignificant,
and most distributions have all these options enabled
by default anyway. Therefore it makes sense to remove
the config options and enable mark based routing by
default.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-12-02 21:21:39 -08:00
..
netfilter
af_decnet.c [DECNET]: Endianess fixes (try #2) 2006-11-07 15:10:17 -08:00
dn_dev.c
dn_fib.c
dn_neigh.c [DECNET]: Don't clear memory twice. 2006-12-02 21:21:36 -08:00
dn_nsp_in.c [DECNET]: Endianess fixes (try #2) 2006-11-07 15:10:17 -08:00
dn_nsp_out.c [DECNET]: Endianess fixes (try #2) 2006-11-07 15:10:17 -08:00
dn_route.c [NET]: Rethink mark field in struct flowi 2006-12-02 21:21:39 -08:00
dn_rules.c [NET]: Rethink mark field in struct flowi 2006-12-02 21:21:39 -08:00
dn_table.c
dn_timer.c
Kconfig [NET]: Rethink mark field in struct flowi 2006-12-02 21:21:39 -08:00
Makefile
README
sysctl_net_decnet.c
TODO

                       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>