aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/fib_rules.c
Commit message (Expand)AuthorAgeFilesLines
...
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-281-2/+2
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-281-0/+11
* [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-101-0/+22
* [IPV4/IPV6/DECNET]: Small cleanup for fib rules.Denis V. Lunev2007-10-101-11/+11
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+3
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+4
* [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-251-3/+1
* [NET] fib_rules: Flush route cache after rule modificationsThomas Graf2007-04-251-0/+8
* [NET] fib_rules: Add no-operation actionThomas Graf2007-04-251-1/+3
* [NET] fib_rules: Mark rules detached from the deviceThomas Graf2007-04-251-1/+5
* [NET] fib_rules: goto rule actionThomas Graf2007-04-251-3/+85
* [NET] rules: Unified rules dumpingThomas Graf2007-04-251-10/+37
* [NET] rules: Use rtnl registration interfaceThomas Graf2007-04-251-2/+6
* [NET]: Change "not found" return value for rule lookupSteven Whitehouse2007-04-021-1/+1
* [NET]: Fix fib_rules compatibility breakageThomas Graf2007-03-251-0/+30
* [NET]: Fix fib_rules dump racePatrick McHardy2007-03-221-1/+1
* [NETLINK]: Don't BUG on undersized allocationsPatrick McHardy2007-02-081-5/+9
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-5/+19
* [NET] rules: Add support to invert selectorsThomas Graf2006-12-021-7/+17
* [NET] rules: Protocol independant mark selectorThomas Graf2006-12-021-0/+29
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf2006-09-221-7/+1
* [NET] fib_rules: Convert fib rule notification to use rtnl_notify()Thomas Graf2006-09-221-11/+21
* [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-221-2/+3
* [NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf2006-09-221-0/+416