android_kernel_samsung_msm8976/net/decnet
Eric W. Biederman e9c5158ac2 net: Allow fib_rule_unregister to batch
Refactor the code so fib_rules_register always takes a template instead
of the actual fib_rules_ops structure that will be used.  This is
required for network namespace support so 2 out of the 3 callers already
do this, it allows the error handling to be made common, and it allows
fib_rules_unregister to free the template for hte caller.

Modify fib_rules_unregister to use call_rcu instead of syncrhonize_rcu
to allw multiple namespaces to be cleaned up in the same rcu grace
period.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-12-03 12:22:55 -08:00
..
netfilter [NETNS]: Consolidate kernel netlink socket destruction. 2008-01-28 15:08:07 -08:00
af_decnet.c net: use net_eq to compare nets 2009-11-25 15:14:13 -08:00
dn_dev.c net: use net_eq to compare nets 2009-11-25 15:14:13 -08: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: use net_eq to compare nets 2009-11-25 15:14:13 -08: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
Kconfig
Makefile
README
sysctl_net_decnet.c decnet: netdevice refcount leak 2009-11-06 00:50:39 -08:00
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>