summaryrefslogtreecommitdiff
path: root/net/core/fib_rules.c
AgeCommit message (Expand)Author
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
2018-04-25net: rules: Move l3mdev attribute validation to a helperDavid Ahern
2018-04-23net: fib_rules: fix l3mdev netlink attr processingRoopa Prabhu
2018-04-23net: fib_rules: add extack supportRoopa Prabhu
2018-04-23fib_rules: move common handling of newrule delrule msgs into fib_nl2ruleRoopa Prabhu
2018-03-29net: Move call_fib_rule_notifiers up in fib_nl_newruleDavid Ahern
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-02-28net: fib_rules: support for match on ip_proto, sport and dportRoopa Prabhu
2018-02-23net: fib_rules: Add new attribute to set protocolDonald Sharp
2018-02-21net: Allow a rule to track originating protocolDonald Sharp
2018-02-13net: Convert fib_* pernet_operations, registered via subsys_initcallKirill Tkhai
2017-11-14fib_rules: exit_net cleanup check addedVasily Averin
2017-11-01net: Add extack to fib_notifier_infoDavid Ahern
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel
2017-07-13net: set fib rule refcount after mallocDavid Ahern
2017-07-03net: avoid one splat in fib_nl_delrule()Eric Dumazet
2017-07-01net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-20fib_rules: Resolve goto rules target on deleteSerhey Popovych
2017-04-27fib_rules: fix error return codeWei Yongjun
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-16ipv4: fib_rules: Check if rule is a default ruleIdo Schimmel
2016-11-09net: core: add missing check for uid_range in rule_exists.Lorenzo Colitti
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti