summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_rules.c
Commit message (Expand)AuthorAgeFilesLines
* [NETNS]: Namespacing IPv4 fib rules.Denis V. Lunev2008-01-291-20/+24
* [NETNS]: Add netns parameter to fib_get_table/fib_new_table.Denis V. Lunev2008-01-291-6/+6
* [NETNS]: Refactor fib initialization so it can handle multiple namespaces.Denis V. Lunev2008-01-291-3/+8
* [IPV4]: Check fib4_rules_init failure.Denis V. Lunev2008-01-291-2/+12
* [NETNS]: Pass fib_rules_ops into default_pref method.Denis V. Lunev2008-01-291-1/+1
* [NETNS]: Add netns parameter to fib_rules_(un)register.Denis V. Lunev2008-01-291-1/+1
* [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-111-31/+20Star
* [IPV4/IPV6/DECNET]: Small cleanup for fib rules.Denis V. Lunev2007-10-111-9/+7Star
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-071-1/+1
* [NET] fib_rules: delay route cache flush by ip_rt_min_delayThomas Graf2007-04-261-1/+1
* [NET] fib_rules: Flush route cache after rule modificationsThomas Graf2007-04-261-0/+6
* [NET] rules: Unified rules dumpingThomas Graf2007-04-261-7/+0Star
* [IPv4]: Use rtnl registration interfaceThomas Graf2007-04-261-1/+3
* [NET]: Fix fib_rules compatibility breakageThomas Graf2007-03-261-8/+6Star
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-031-0/+8
* [NET] rules: Share common attribute validation policyThomas Graf2006-12-031-5/+1Star
* [NET] rules: Protocol independant mark selectorThomas Graf2006-12-031-29/+0Star
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-031-11/+1Star
* [IPV4]: FRA_{DST,SRC} annotatedAl Viro2006-09-291-6/+6
* [IPV4]: net/ipv4/fib annotationsAl Viro2006-09-291-6/+6
* [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf2006-09-231-1/+1
* [IPV4]: Add support for fwmark masks in routing rulesPatrick McHardy2006-09-231-2/+19
* [IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-221-2/+2
* [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-221-0/+1
* [NET]: Use u32 for routing table IDsPatrick McHardy2006-09-221-1/+1
* [IPV4]: Kill fib4_rules_clean().David S. Miller2006-09-221-5/+0Star
* [NET]: Make code static.Adrian Bunk2006-09-221-2/+2
* [IPV4]: Use Protocol Independant Policy Routing Rules FrameworkThomas Graf2006-09-221-366/+239Star
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star
* [NET]: Fix IPv4/DECnet routing rule dumpingPatrick McHardy2006-07-081-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [IPV4]: Add fib rule netlink notificationsPatrick McHardy2006-03-231-3/+24
* [IPV4] fib_rules.c: make struct fib_rules static againAdrian Bunk2006-03-211-1/+1
* [IPV4]: Use RCU locking in fib_rules.Robert Olsson2006-03-211-45/+68
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
* [NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2005-06-191-3/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+437