net: spread __net_init, __net_exit
[safe/jmp/linux-2.6] / net / core / fib_rules.c
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2009-12-03 Eric W. Biedermannet: Allow fib_rule_unregister to batch
2009-12-03 Patrick McHardynet 04/05: fib_rules: allow to delete local rule
2009-12-03 Patrick McHardynet 03/05: fib_rules: add oif classification
2009-12-03 Patrick McHardynet 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME...
2009-05-21 Rami Rosennet: Remove unused parameter from fill method in fib_ru...
2009-05-17 Rami Rosenipv4: remove an unused parameter from configure method...
2009-02-25 Pablo Neira Ayusonetlink: change nlmsg_notify() return value logic
2008-11-08 Eric W. Biedermannet: fib_rules ordering fixes.
2008-07-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-07-06 Denis V. Lunevnet: add fib_rules_ops to flush_cache method
2008-07-02 Patrick McHardynet: fib_rules: fix error code for unsupported families
2008-04-16 Denis V. Lunev[NETNS]: Add netns refcnt debug to fib rules.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-01-28 Denis V. Lunev[NETNS]: Process FIB rule action in the context of...
2008-01-28 Denis V. Lunev[NETNS]: FIB rules API cleanup.
2008-01-28 Denis V. Lunev[IPV4]: fib_rules_unregister is essentially void.
2008-01-28 Denis V. Lunev[NETNS]: Namespacing in the generic fib rules code.
2008-01-28 Denis V. Lunev[NETNS]: Pass fib_rules_ops into default_pref method.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to fib_rules_(un)register.
2008-01-28 Daniel Lezcano[IPV6]: Make fib6_rules_init to return an error code.
2008-01-28 Denis V. Lunev[NET]: Make rtnetlink infrastructure network namespace...
2008-01-28 Denis V. Lunev[NET]: Modify all rtnetlink methods to only work in...
2007-11-11 Denis V. Lunev[INET]: Small possible memory leak in FIB rules
2007-10-10 Denis V. Lunev[IPV4/IPV6/DECNET]: Small cleanup for fib rules.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-04-26 Patrick McHardy[RTNETLINK]: Remove unnecessary locking in dump callbacks
2007-04-26 Thomas Graf[NET] fib_rules: Flush route cache after rule modifications
2007-04-26 Thomas Graf[NET] fib_rules: Add no-operation action
2007-04-26 Thomas Graf[NET] fib_rules: Mark rules detached from the device
2007-04-26 Thomas Graf[NET] fib_rules: goto rule action
2007-04-26 Thomas Graf[NET] rules: Unified rules dumping
2007-04-26 Thomas Graf[NET] rules: Use rtnl registration interface
2007-04-02 Steven Whitehouse[NET]: Change "not found" return value for rule lookup
2007-03-26 Thomas Graf[NET]: Fix fib_rules compatibility breakage
2007-03-22 Patrick McHardy[NET]: Fix fib_rules dump race
2007-02-08 Patrick McHardy[NETLINK]: Don't BUG on undersized allocations
2006-12-03 Thomas Graf[NETLINK]: Do precise netlink message allocations where...
2006-12-03 Thomas Graf[NET] rules: Add support to invert selectors
2006-12-03 Thomas Graf[NET] rules: Protocol independant mark selector
2006-10-04 Dave JonesRemove all inclusions of <linux/config.h>
2006-09-22 Thomas Graf[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attrib...
2006-09-22 Thomas Graf[NET] fib_rules: Convert fib rule notification to use...
2006-09-22 Patrick McHardy[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
2006-09-22 Thomas Graf[NET]: Protocol Independant Policy Routing Rules Framework