linux-stable/net/decnet
Jiri Pirko 22bedad3ce net: convert multicast list to list_head
Converts the list and the core manipulating with it to be the same as uc_list.

+uses two functions for adding/removing mc address (normal and "global"
 variant) instead of a function parameter.
+removes dev_mcast.c completely.
+exposes netdev_hw_addr_list_* macros along with __hw_addr_* functions for
 manipulation with lists on a sandbox (used in bonding and 80211 drivers)

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-03 14:22:15 -07:00
..
netfilter [NETNS]: Consolidate kernel netlink socket destruction. 2008-01-28 15:08:07 -08:00
Kconfig [NET]: Rethink mark field in struct flowi 2006-12-02 21:21:39 -08:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
README Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
TODO Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
af_decnet.c net: use net_eq to compare nets 2009-11-25 15:14:13 -08:00
dn_dev.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
dn_fib.c net: use net_eq to compare nets 2009-11-25 15:14:13 -08:00
dn_neigh.c net: make neigh_ops constant 2009-09-01 17:40:57 -07:00
dn_nsp_in.c decnet: Use data ready call back, rather than hand coding it 2009-05-09 13:15:47 -07:00
dn_nsp_out.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
dn_route.c net: Add checking to rcu_dereference() primitives 2010-02-25 09:41:03 +01:00
dn_rules.c net: Allow fib_rule_unregister to batch 2009-12-03 12:22:55 -08:00
dn_table.c net: Move && and || to end of previous line 2009-11-29 16:55:45 -08:00
dn_timer.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sysctl_net_decnet.c sysctl net: Remove unused binary sysctl code 2009-11-12 02:05:06 -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>