aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/fib_rules.c
Commit message (Expand)AuthorAgeFilesLines
* net: fib_rules: Fix iif / oif matching on L3 master deviceIdo Schimmel2025-04-161-8/+40
* net: fib_rules: Enable DSCP mask usageIdo Schimmel2025-02-221-1/+1
* net: fib_rules: Add DSCP mask attributeIdo Schimmel2025-02-221-0/+1
* net: fib_rules: Enable port mask usageIdo Schimmel2025-02-201-2/+2
* net: fib_rules: Add port mask supportIdo Schimmel2025-02-201-1/+66
* net: fib_rules: Add port mask attributesIdo Schimmel2025-02-201-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-02-131-11/+13
|\
| * net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet2025-02-071-11/+13
* | net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.Kuniyuki Iwashima2025-02-111-7/+16
* | net: fib_rules: Add error_free label in fib_delrule().Kuniyuki Iwashima2025-02-111-5/+6
* | net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.Kuniyuki Iwashima2025-02-111-2/+14
* | net: fib_rules: Factorise fib_newrule() and fib_delrule().Kuniyuki Iwashima2025-02-111-13/+23
* | net: fib_rules: Split fib_nl2rule().Kuniyuki Iwashima2025-02-111-17/+41
* | net: fib_rules: Pass net to fib_nl2rule() instead of skb.Kuniyuki Iwashima2025-02-111-4/+3
* | net: fib_rules: Don't check net in rule_exists() and rule_find().Kuniyuki Iwashima2025-02-111-6/+0
|/
* net: fib_rules: Enable flow label selector usageIdo Schimmel2024-12-191-2/+2
* net: fib_rules: Add flow label selector attributesIdo Schimmel2024-12-191-0/+2
* net: convert to nla_get_*_default()Johannes Berg2024-11-111-2/+1
* ipv4: Use rtnl_register_many().Kuniyuki Iwashima2024-10-161-7/+10
* fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seqEric Dumazet2024-10-111-6/+8
* net: fib_rules: Enable DSCP selector usageIdo Schimmel2024-09-141-1/+2
* net: fib_rules: Add DSCP selector attributeIdo Schimmel2024-09-141-1/+2
* net: Correct spelling in net/coreSimon Horman2024-08-261-1/+1
* fib: rules: delete redundant judgment statementsLi Zetao2024-08-231-2/+1
* fib: rules: no longer hold RTNL in fib_nl_dumprule()Eric Dumazet2024-04-131-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-041-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-091-1/+1
* fib: Fix undef compile warningYueHaibing2020-08-041-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-12/+19
* fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez2020-07-291-3/+13
* net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman2020-02-171-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-061-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