summaryrefslogtreecommitdiffstats
path: root/net/ipv6/fib6_rules.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Fix fib_rules compatibility breakageThomas Graf2007-03-261-9/+5Star
* [IPv6] rules: Remove bogus tos validation checkThomas Graf2006-12-031-2/+1Star
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-031-0/+7
* [IPV6] ROUTE: Use &rt->u.dst instead of cast.YOSHIFUJI Hideaki2006-12-031-1/+1
* [NET] rules: Share common attribute validation policyThomas Graf2006-12-031-5/+1Star
* [NET] rules: Protocol independant mark selectorThomas Graf2006-12-031-32/+0Star
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-031-11/+1Star
* [IPv6] rules: Use RT6_LOOKUP_F_HAS_SADDR and fix source based selectorsThomas Graf2006-10-161-4/+7
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0Star
* [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf2006-09-231-3/+3
* [IPV6]: Fix routing by fwmarkPatrick McHardy2006-09-231-2/+2
* [IPV6] ROUTE: Add support for fwmask in routing rules.YOSHIFUJI Hideaki2006-09-231-2/+22
* [IPV6] ROUTE: Fix size of fib6_rule_policy.YOSHIFUJI Hideaki2006-09-231-1/+1
* [IPV6] ROUTE: Fix FWMARK support.YOSHIFUJI Hideaki2006-09-231-1/+2
* [IPV6] ROUTE: Routing by FWMARK.YOSHIFUJI Hideaki2006-09-231-0/+23
* [IPV6] ROUTE: Routing by Traffic Class.YOSHIFUJI Hideaki2006-09-231-0/+3
* [IPV6] ROUTE: Unify RT6_F_xxx and RT6_SELECT_F_xxx flagsYOSHIFUJI Hideaki2006-09-221-1/+1
* [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-221-0/+1
* [IPV6]: Make sure fib6_rule_lookup doesn't return NULLVille Nuorvala2006-09-221-1/+5
* [NET]: Make code static.Adrian Bunk2006-09-221-2/+2
* [IPV6]: Fix policy routing lookupPatrick McHardy2006-09-221-1/+3
* [IPV6]: Policy Routing RulesThomas Graf2006-09-221-0/+251