aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core/fib_rules.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+40
2025-04-15net: fib_rules: Fix iif / oif matching on L3 master deviceIdo Schimmel1-8/+40
2025-04-15net: fib_rules: Use nlmsg_payload in fib_{new,del}rule()Breno Leitao1-4/+6
2025-04-15net: fib_rules: Use nlmsg_payload in fib_valid_dumprule_reqBreno Leitao1-2/+2
2025-02-21net: fib_rules: Enable DSCP mask usageIdo Schimmel1-1/+1
2025-02-21net: fib_rules: Add DSCP mask attributeIdo Schimmel1-0/+1
2025-02-19net: fib_rules: Enable port mask usageIdo Schimmel1-2/+2
2025-02-19net: fib_rules: Add port mask supportIdo Schimmel1-1/+66
2025-02-19net: fib_rules: Add port mask attributesIdo Schimmel1-0/+2
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+13
2025-02-10net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.Kuniyuki Iwashima1-7/+16
2025-02-10net: fib_rules: Add error_free label in fib_delrule().Kuniyuki Iwashima1-5/+6
2025-02-10net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.Kuniyuki Iwashima1-2/+14
2025-02-10net: fib_rules: Factorise fib_newrule() and fib_delrule().Kuniyuki Iwashima1-13/+23
2025-02-10net: fib_rules: Split fib_nl2rule().Kuniyuki Iwashima1-17/+41
2025-02-10net: fib_rules: Pass net to fib_nl2rule() instead of skb.Kuniyuki Iwashima1-4/+3
2025-02-10net: fib_rules: Don't check net in rule_exists() and rule_find().Kuniyuki Iwashima1-6/+0
2025-02-07net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet1-11/+13
2024-12-19net: fib_rules: Enable flow label selector usageIdo Schimmel1-2/+2
2024-12-19net: fib_rules: Add flow label selector attributesIdo Schimmel1-0/+2
2024-11-11net: convert to nla_get_*_default()Johannes Berg1-2/+1
2024-10-15ipv4: Use rtnl_register_many().Kuniyuki Iwashima1-7/+10
2024-10-11fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seqEric Dumazet1-6/+8
2024-09-13net: fib_rules: Enable DSCP selector usageIdo Schimmel1-1/+2
2024-09-13net: fib_rules: Add DSCP selector attributeIdo Schimmel1-1/+2
2024-08-26net: Correct spelling in net/coreSimon Horman1-1/+1
2024-08-23fib: rules: delete redundant judgment statementsLi Zetao1-2/+1
2024-04-12fib: rules: no longer hold RTNL in fib_nl_dumprule()Eric Dumazet1-8/+9
2024-01-07fib: rules: remove repeated assignment in fib_nl2ruleZhengchao Shao1-1/+0
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao1-2/+1
2021-12-16fib: expand fib_rule_policyFlorian Westphal1-1/+17
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal1-2/+7
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen11-1/+1
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin1-2/+2
2021-06-03fib: Return the correct errno codeZheng Yongjun1-1/+1
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-2/+2
2020-09-08fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez1-1/+1
2020-08-03fib: Fix undef compile warningYueHaibing1-1/+1
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez1-0/+6
2020-07-29fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez1-13/+20
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez1-4/+14
2020-02-16net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman1-1/+1
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-3/+6
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko1-3/+8
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko1-4/+3
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+1
2019-06-05Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied"Hangbin Liu1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-4/+1
2019-05-08fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not suppliedHangbin Liu1-3/+3
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+4