dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/decnet
David Howells 9ffc93f203 Remove all #inclusions of asm/system.h
Remove all #inclusions of asm/system.h preparatory to splitting and killing
it.  Performed with the following command:

perl -p -i -e 's!^#\s*include\s*<asm/system[.]h>.*\n!!' `grep -Irl '^#\s*include\s*<asm/system[.]h>' *`

Signed-off-by: David Howells <dhowells@redhat.com>
2012-03-28 18:30:03 +01:00
..
netfilter security: remove the security_netlink_recv hook as it is equivalent to capable() 2012-01-05 18:53:01 -05:00
Kconfig
Makefile
README
TODO
af_decnet.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
dn_dev.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
dn_fib.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
dn_neigh.c decnet: Add missing neigh->ha locking to dn_neigh_output_packet() 2012-02-01 16:34:25 -05:00
dn_nsp_in.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
dn_nsp_out.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
dn_route.c decnet: remove unused variable from dn_output() 2012-02-05 17:44:55 -05:00
dn_rules.c net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules 2011-10-31 19:30:30 -04:00
dn_table.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
dn_timer.c decnet: proper socket refcounting 2011-11-26 15:49:07 -05:00
sysctl_net_decnet.c decnet: Reduce switch/case indent 2011-07-01 16:11:15 -07: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>