android_kernel_google_msm/net/decnet
Pavel Emelyanov 36640b6239 net: Loopback ifindex is constant now
As pointed out, there are places, that access net->loopback_dev->ifindex
and after ifindex generation is made per-net this value becomes constant
equals 1. So go ahead and introduce the LOOPBACK_IFINDEX constant and use
it where appropriate.

Change-Id: I29fd08fa01a9522240ab654d436b02a577bb610c
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-08-27 14:52:48 +00:00
..
netfilter security: remove the security_netlink_recv hook as it is equivalent to capable() 2012-01-05 18:53:01 -05:00
af_decnet.c net: add validation for the socket syscall protocol argument 2016-10-29 23:12:11 +08: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 net: Loopback ifindex is constant now 2018-08-27 14:52:48 +00: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
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>