summaryrefslogtreecommitdiffstats
path: root/net/core/fib_rules.c
AgeCommit message (Expand)AuthorLines
2024-01-07fib: rules: remove repeated assignment in fib_nl2ruleZhengchao Shao-1/+0
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao-2/+1
2021-12-16fib: expand fib_rule_policyFlorian Westphal-1/+17
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal-2/+7
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen1-1/+1
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin-2/+2
2021-06-03fib: Return the correct errno codeZheng Yongjun-1/+1
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel-2/+2
2020-09-08fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez-1/+1
2020-08-03fib: Fix undef compile warningYueHaibing-1/+1
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez-0/+6
2020-07-29fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez-13/+20
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez-4/+14
2020-02-16net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman-1/+1
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko-3/+6
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko-3/+8
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko-4/+3
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-4/+1
2019-06-05Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner-4/+1
2019-05-08fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu-3/+3
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-2/+4
2018-10-08net/fib_rules: Update fib_nl_dumprule for strict data checkingDavid Ahern-1/+35
2018-07-30fib_rules: NULL check before kfree is not neededYueHaibing-2/+1
2018-06-30net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu-1/+71
2018-06-27fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld-0/+8
2018-04-25net: rules: Move l3mdev attribute validation to a helperDavid Ahern-10/+24
2018-04-23net: fib_rules: fix l3mdev netlink attr processingRoopa Prabhu-0/+2
2018-04-23net: fib_rules: add extack supportRoopa Prabhu-13/+42
2018-04-23fib_rules: move common handling of newrule delrule msgs into fib_nl2ruleRoopa Prabhu-244/+192
2018-03-29net: Move call_fib_rule_notifiers up in fib_nl_newruleDavid Ahern-1/+5
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-1/+0
2018-02-28net: fib_rules: support for match on ip_proto, sport and dportRoopa Prabhu-2/+90
2018-02-23net: fib_rules: Add new attribute to set protocolDonald Sharp-4/+11
2018-02-21net: Allow a rule to track originating protocolDonald Sharp-1/+6
2018-02-13net: Convert fib_* pernet_operations, registered via subsys_initcallKirill Tkhai-0/+1
2017-11-14fib_rules: exit_net cleanup check addedVasily Averin-0/+6
2017-11-01net: Add extack to fib_notifier_infoDavid Ahern-3/+6
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal-3/+3
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel-0/+63
2017-07-13net: set fib rule refcount after mallocDavid Ahern-2/+1
2017-07-03net: avoid one splat in fib_nl_delrule()Eric Dumazet-1/+1
2017-07-01net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena-2/+2
2017-06-20fib_rules: Resolve goto rules target on deleteSerhey Popovych-7/+14
2017-04-27fib_rules: fix error return codeWei Yongjun-2/+4
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern-4/+6
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-2/+2
2017-03-16ipv4: fib_rules: Check if rule is a default ruleIdo Schimmel-0/+14
2016-11-09net: core: add missing check for uid_range in rule_exists.Lorenzo Colitti-0/+4
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti-2/+72