summaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_rules.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-091-1/+0
* net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-021-0/+2
* sections: fix section conflicts in netAndi Kleen2012-10-061-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* decnet: Stop using NLA_PUT*().David S. Miller2012-04-021-5/+5
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* decnet: Convert to use flowidn where applicable.David S. Miller2011-03-121-7/+10
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-1/+1
* net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy2010-04-261-1/+1
* net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy2010-04-261-1/+1
* net: fib_rules: decouple address families from real address familiesPatrick McHardy2010-04-131-1/+1
* net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy2010-04-131-1/+0
* net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy2010-04-131-18/+1
* net: Allow fib_rule_unregister to batchEric W. Biederman2009-12-031-10/+12
* net: Remove unused parameter from fill method in fib_rules_ops.Rami Rosen2009-05-201-1/+1
* ipv4: remove an unused parameter from configure method of fib_rules_ops.Rami Rosen2009-05-171-1/+1
* net: add fib_rules_ops to flush_cache methodDenis V. Lunev2008-07-051-1/+1
* [NETNS]: FIB rules API cleanup.Denis V. Lunev2008-01-281-2/+2
* [FIB]: Add netns to fib_rules_ops.Denis V. Lunev2008-01-281-0/+1
* [NETNS]: Pass fib_rules_ops into default_pref method.Denis V. Lunev2008-01-281-1/+1
* [NETNS]: Add netns parameter to fib_rules_(un)register.Denis V. Lunev2008-01-281-2/+2
* [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-101-11/+2
* [IPV4/IPV6/DECNET]: Small cleanup for fib rules.Denis V. Lunev2007-10-101-7/+6
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-071-1/+1
* [NET] fib_rules: delay route cache flush by ip_rt_min_delayThomas Graf2007-04-251-1/+1
* [NET] fib_rules: Flush route cache after rule modificationsThomas Graf2007-04-251-0/+7
* [NET] rules: Unified rules dumpingThomas Graf2007-04-251-7/+0
* [DECNet]: Use rtnl registration interfaceThomas Graf2007-04-251-1/+3
* [NET]: Fix fib_rules compatibility breakageThomas Graf2007-03-251-7/+6
* [PATCH] FRA_{DST,SRC} are le16 for decnetAl Viro2007-02-111-6/+6
* [DECNET]: Fix build regressions.David S. Miller2006-12-021-6/+0
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-0/+6
* [NET] rules: Share common attribute validation policyThomas Graf2006-12-021-5/+1
* [NET] rules: Protocol independant mark selectorThomas Graf2006-12-021-27/+0
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-021-11/+1
* [DECNET]: Endianess fixes (try #2)Steven Whitehouse2006-11-071-2/+2
* [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf2006-09-221-1/+1
* [DECNET]: Add support for fwmark masks in routing rulesPatrick McHardy2006-09-221-2/+18
* [DECNET]: cleanupsAdrian Bunk2006-09-221-2/+2
* [DECNET] Fix to decnet rules compare functionSteven Whitehouse2006-09-221-2/+2
* [DECNET] Fix to multiple tables routingSteven Whitehouse2006-09-221-0/+1
* [DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-221-1/+1
* [DECNET]: Covert rules to use generic codeSteven Whitehouse2006-09-221-310/+184
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* [NET]: Fix IPv4/DECnet routing rule dumpingPatrick McHardy2006-07-081-1/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [DECnet]: Use RCU locking in dn_rules.cSteven Whitehouse2006-03-201-44/+53
* [DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse2006-03-201-9/+9
* [NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2005-06-181-3/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+416