aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_rules.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24decnet: whitespace fixesStephen Hemminger1-2/+0
2018-04-23net: fib_rules: add extack supportRoopa Prabhu1-2/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-09-09net: ipv6: use common fib_default_rule_prefPhil Sutter1-1/+0
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong1-0/+2
2012-10-06sections: fix section conflicts in netAndi Kleen1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-04-02decnet: Stop using NLA_PUT*().David S. Miller1-5/+5
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller1-7/+10
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-1/+1
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy1-1/+1
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy1-1/+1
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy1-1/+1
2010-04-13net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy1-1/+0
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy1-18/+1
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman1-10/+12
2009-05-20net: Remove unused parameter from fill method in fib_rules_ops.Rami Rosen1-1/+1
2009-05-17ipv4: remove an unused parameter from configure method of fib_rules_ops.Rami Rosen1-1/+1
2008-07-05net: add fib_rules_ops to flush_cache methodDenis V. Lunev1-1/+1
2008-01-28[NETNS]: FIB rules API cleanup.Denis V. Lunev1-2/+2
2008-01-28[FIB]: Add netns to fib_rules_ops.Denis V. Lunev1-0/+1
2008-01-28[NETNS]: Pass fib_rules_ops into default_pref method.Denis V. Lunev1-1/+1
2008-01-28[NETNS]: Add netns parameter to fib_rules_(un)register.Denis V. Lunev1-2/+2
2007-11-10[INET]: Small possible memory leak in FIB rulesDenis V. Lunev1-11/+2
2007-10-10[IPV4/IPV6/DECNET]: Small cleanup for fib rules.Denis V. Lunev1-7/+6
2007-06-07[NETLINK]: Mark netlink policies constPatrick McHardy1-1/+1
2007-04-25[NET] fib_rules: delay route cache flush by ip_rt_min_delayThomas Graf1-1/+1
2007-04-25[NET] fib_rules: Flush route cache after rule modificationsThomas Graf1-0/+7
2007-04-25[NET] rules: Unified rules dumpingThomas Graf1-7/+0
2007-04-25[DECNet]: Use rtnl registration interfaceThomas Graf1-1/+3
2007-03-25[NET]: Fix fib_rules compatibility breakageThomas Graf1-7/+6
2007-02-11[PATCH] FRA_{DST,SRC} are le16 for decnetAl Viro1-6/+6
2006-12-02[DECNET]: Fix build regressions.David S. Miller1-6/+0
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf1-0/+6
2006-12-02[NET] rules: Share common attribute validation policyThomas Graf1-5/+1
2006-12-02[NET] rules: Protocol independant mark selectorThomas Graf1-27/+0
2006-12-02[NET]: Rethink mark field in struct flowiThomas Graf1-11/+1
2006-11-07[DECNET]: Endianess fixes (try #2)Steven Whitehouse1-2/+2
2006-09-22[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf1-1/+1
2006-09-22[DECNET]: Add support for fwmark masks in routing rulesPatrick McHardy1-2/+18
2006-09-22[DECNET]: cleanupsAdrian Bunk1-2/+2
2006-09-22[DECNET] Fix to decnet rules compare functionSteven Whitehouse1-2/+2
2006-09-22[DECNET] Fix to multiple tables routingSteven Whitehouse1-0/+1
2006-09-22[DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy1-1/+1
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse1-310/+184
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-07-08[NET]: Fix IPv4/DECnet routing rule dumpingPatrick McHardy1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[DECnet]: Use RCU locking in dn_rules.cSteven Whitehouse1-44/+53