summaryrefslogtreecommitdiff
path: root/net/core/fib_rules.c
AgeCommit message (Expand)Author
2025-02-21net: fib_rules: Enable DSCP mask usageIdo Schimmel
2025-02-21net: fib_rules: Add DSCP mask attributeIdo Schimmel
2025-02-19net: fib_rules: Enable port mask usageIdo Schimmel
2025-02-19net: fib_rules: Add port mask supportIdo Schimmel
2025-02-19net: fib_rules: Add port mask attributesIdo Schimmel
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-10net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.Kuniyuki Iwashima
2025-02-10net: fib_rules: Add error_free label in fib_delrule().Kuniyuki Iwashima
2025-02-10net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.Kuniyuki Iwashima
2025-02-10net: fib_rules: Factorise fib_newrule() and fib_delrule().Kuniyuki Iwashima
2025-02-10net: fib_rules: Split fib_nl2rule().Kuniyuki Iwashima
2025-02-10net: fib_rules: Pass net to fib_nl2rule() instead of skb.Kuniyuki Iwashima
2025-02-10net: fib_rules: Don't check net in rule_exists() and rule_find().Kuniyuki Iwashima
2025-02-07net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet
2024-12-19net: fib_rules: Enable flow label selector usageIdo Schimmel
2024-12-19net: fib_rules: Add flow label selector attributesIdo Schimmel
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-10-15ipv4: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-11fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seqEric Dumazet
2024-09-13net: fib_rules: Enable DSCP selector usageIdo Schimmel
2024-09-13net: fib_rules: Add DSCP selector attributeIdo Schimmel
2024-08-26net: Correct spelling in net/coreSimon Horman
2024-08-23fib: rules: delete redundant judgment statementsLi Zetao
2024-04-12fib: rules: no longer hold RTNL in fib_nl_dumprule()Eric Dumazet
2024-01-07fib: rules: remove repeated assignment in fib_nl2ruleZhengchao Shao
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao
2021-12-16fib: expand fib_rule_policyFlorian Westphal
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen1
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin
2021-06-03fib: Return the correct errno codeZheng Yongjun
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-09-08fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez
2020-08-03fib: Fix undef compile warningYueHaibing
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez
2020-07-29fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez
2020-02-16net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-05Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-05-08fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2018-10-08net/fib_rules: Update fib_nl_dumprule for strict data checkingDavid Ahern
2018-07-30fib_rules: NULL check before kfree is not neededYueHaibing
2018-06-30net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu
2018-06-27fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld