kernel-hacking-2024-linux-s.../net/decnet
Thomas Graf 58d7d8f9b2 decnet: Parse netlink attributes on our own
decnet is the only subsystem left that is relying on the global
netlink attribute buffer rta_buf. It's horrible design and we
want to get rid of it.

This converts all of decnet to do implicit attribute parsing. It
also gets rid of the error prone struct dn_kern_rta.

Yes, the fib_magic() stuff is not pretty.

It's compiled tested but I need someone with appropriate hardware
to test the patch since I don't have access to it.

Cc: linux-decnet-user@lists.sourceforge.net
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-03-22 10:31:16 -04:00
..
netfilter
af_decnet.c hlist: drop the node parameter from iterators 2013-02-27 19:10:24 -08:00
dn_dev.c net: proc: change proc_net_remove to remove_proc_entry 2013-02-18 14:53:08 -05:00
dn_fib.c decnet: Parse netlink attributes on our own 2013-03-22 10:31:16 -04:00
dn_neigh.c net: proc: change proc_net_remove to remove_proc_entry 2013-02-18 14:53:08 -05:00
dn_nsp_in.c
dn_nsp_out.c
dn_route.c decnet: Parse netlink attributes on our own 2013-03-22 10:31:16 -04:00
dn_rules.c
dn_table.c decnet: Parse netlink attributes on our own 2013-03-22 10:31:16 -04:00
dn_timer.c
Kconfig
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>