linux-stable-rt/net/decnet
Eric Dumazet 8d987e5c75 net: avoid limits overflow
Robin Holt tried to boot a 16TB machine and found some limits were
reached : sysctl_tcp_mem[2], sysctl_udp_mem[2]

We can switch infrastructure to use long "instead" of "int", now
atomic_long_t primitives are available for free.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Reported-by: Robin Holt <holt@sgi.com>
Reviewed-by: Robin Holt <holt@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-11-10 12:12:00 -08:00
..
netfilter
Kconfig
Makefile
README
TODO
af_decnet.c net: avoid limits overflow 2010-11-10 12:12:00 -08:00
dn_dev.c
dn_fib.c
dn_neigh.c net neigh: RCU conversion of neigh hash table 2010-10-05 14:54:36 -07:00
dn_nsp_in.c
dn_nsp_out.c
dn_route.c net dst: use a percpu_counter to track entries 2010-10-11 13:06:53 -07:00
dn_rules.c
dn_table.c
dn_timer.c
sysctl_net_decnet.c net: avoid limits overflow 2010-11-10 12:12:00 -08:00

README

                       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>