summaryrefslogtreecommitdiffstats
path: root/net/core/fib_rules.c
Commit message (Expand)AuthorAgeFilesLines
* fib: rules: no longer hold RTNL in fib_nl_dumprule()Eric Dumazet2024-04-121-8/+9
* fib: rules: remove repeated assignment in fib_nl2ruleZhengchao Shao2024-01-071-1/+0
* fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao2024-01-031-2/+1
* fib: expand fib_rule_policyFlorian Westphal2021-12-161-1/+17
* fib: rules: remove duplicated nla policiesFlorian Westphal2021-12-161-2/+7
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-291-1/+1
* memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-201-2/+2
* fib: Return the correct errno codeZheng Yongjun2021-06-031-1/+1
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-2/+2
* fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez2020-09-081-1/+1
* fib: Fix undef compile warningYueHaibing2020-08-031-1/+1
* fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez2020-08-011-0/+6
* fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez2020-07-291-13/+20
* fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez2020-07-281-4/+14
* net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman2020-02-161-1/+1
* net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-041-3/+6
* net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko2019-10-041-3/+8
* net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-041-4/+3
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-4/+1
* | Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu2019-06-051-3/+3
|/
* fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu2019-05-081-3/+3
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+4
* net/fib_rules: Update fib_nl_dumprule for strict data checkingDavid Ahern2018-10-081-1/+35
* fib_rules: NULL check before kfree is not neededYueHaibing2018-07-301-2/+1
* net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu2018-06-301-1/+71
* fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld2018-06-271-0/+8
* net: rules: Move l3mdev attribute validation to a helperDavid Ahern2018-04-251-10/+24
* net: fib_rules: fix l3mdev netlink attr processingRoopa Prabhu2018-04-231-0/+2
* net: fib_rules: add extack supportRoopa Prabhu2018-04-231-13/+42
* fib_rules: move common handling of newrule delrule msgs into fib_nl2ruleRoopa Prabhu2018-04-231-244/+192
* net: Move call_fib_rule_notifiers up in fib_nl_newruleDavid Ahern2018-03-291-1/+5
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: fib_rules: support for match on ip_proto, sport and dportRoopa Prabhu2018-02-281-2/+90
* net: fib_rules: Add new attribute to set protocolDonald Sharp2018-02-231-4/+11
* net: Allow a rule to track originating protocolDonald Sharp2018-02-211-1/+6
* net: Convert fib_* pernet_operations, registered via subsys_initcallKirill Tkhai2018-02-131-0/+1
* fib_rules: exit_net cleanup check addedVasily Averin2017-11-141-0/+6
* net: Add extack to fib_notifier_infoDavid Ahern2017-11-011-3/+6
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-3/+3
* net: fib_rules: Implement notification logic in coreIdo Schimmel2017-08-031-0/+63
* net: set fib rule refcount after mallocDavid Ahern2017-07-131-2/+1
* net: avoid one splat in fib_nl_delrule()Eric Dumazet2017-07-031-1/+1
* net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* fib_rules: Resolve goto rules target on deleteSerhey Popovych2017-06-201-7/+14
* fib_rules: fix error return codeWei Yongjun2017-04-271-2/+4
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-4/+6
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
* ipv4: fib_rules: Check if rule is a default ruleIdo Schimmel2017-03-161-0/+14
* net: core: add missing check for uid_range in rule_exists.Lorenzo Colitti2016-11-091-0/+4