kernel-hacking-2024-linux-s.../net/decnet
WANG Cong d7480fd3b1 neigh: remove dynamic neigh table registration support
Currently there are only three neigh tables in the whole kernel:
arp table, ndisc table and decnet neigh table. What's more,
we don't support registering multiple tables per family.
Therefore we can just make these tables statically built-in.

Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-11-11 15:23:54 -05:00
..
netfilter net: Use netlink_ns_capable to verify the permisions of netlink messages 2014-04-24 13:44:54 -04:00
af_decnet.c af_decnet: Use time_after_eq 2014-08-22 12:23:11 -07:00
dn_dev.c dn_dev: Use time_before 2014-08-22 12:23:11 -07:00
dn_fib.c net: Use netlink_ns_capable to verify the permisions of netlink messages 2014-04-24 13:44:54 -04:00
dn_neigh.c neigh: remove dynamic neigh table registration support 2014-11-11 15:23:54 -05:00
dn_nsp_in.c net: Fix use after free by removing length arg from sk_data_ready callbacks. 2014-04-11 16:15:36 -04:00
dn_nsp_out.c
dn_route.c ipv4: add a sock pointer to dst->output() path. 2014-04-15 13:47:15 -04:00
dn_rules.c
dn_table.c
dn_timer.c decnet: Use time_after_eq 2014-08-22 12:23:11 -07:00
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>