original_kernel/net/decnet
David S. Miller c85d6975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
	drivers/net/ethernet/mellanox/mlx4/cmd.c
	net/core/fib_rules.c
	net/ipv4/fib_frontend.c

The fib_rules.c and fib_frontend.c conflicts were locking adjustments
in 'net' overlapping addition and removal of code in 'net-next'.

The mlx4 conflict was a bug fix in 'net' happening in the same
place a constant was being replaced with a more suitable macro.

Signed-off-by: David S. Miller <davem@davemloft.net>
2015-04-06 22:34:15 -04:00
..
netfilter netfilter: Make nf_hookfn use nf_hook_state. 2015-04-04 12:31:38 -04:00
Kconfig
Makefile
README
TODO
af_decnet.c
dn_dev.c
dn_fib.c
dn_neigh.c DECnet: Only use neigh_ops for adding the link layer header 2015-03-06 14:54:22 -05:00
dn_nsp_in.c
dn_nsp_out.c
dn_route.c net: Remove protocol from struct dst_ops 2015-03-09 16:06:10 -04:00
dn_rules.c net: move fib_rules_unregister() under rtnl lock 2015-04-02 20:52:34 -04:00
dn_table.c
dn_timer.c
sysctl_net_decnet.c

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>