summaryrefslogtreecommitdiff
path: root/net/ipv6/fib6_rules.c
AgeCommit message (Expand)Author
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao
2022-02-08ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet
2022-02-07ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen1
2021-06-14ipv6: fib6: remove redundant initialization of variable errColin Ian King
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko
2019-09-26ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-04-23ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern
2019-04-23ipv6: fib6_rule_action_alt needs to return -EAGAINDavid Ahern
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern
2018-05-11net/ipv6: Add fib6_lookupDavid Ahern
2018-05-11net/ipv6: Refactor fib6_rule_actionDavid Ahern
2018-04-23net: fib_rules: add extack supportRoopa Prabhu
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu
2018-02-28ipv6: fib6_rules: support for match on sport, dport and ip protoRoopa Prabhu
2018-02-19net: Convert fib6_rules_net_opsKirill Tkhai
2017-08-08net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat
2017-08-03ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel
2017-08-03ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel
2017-06-20ipv6: Do not leak throw route referencesSerhey Popovych
2016-09-10net: flow: Add l3mdev flow updateDavid Ahern
2016-06-08net: Add l3mdev ruleDavid Ahern
2015-10-23ipv6: fix the incorrect return value of throw routelucien
2015-09-09net: ipv6: use common fib_default_rule_prefPhil Sutter
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-29fib6: install fib6 ops in the last stepWANG Cong
2015-03-20ipv6: fix backtracking for throw routesSteven Barth
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing
2013-12-10inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek
2013-09-11fib6_rules: fix indentationStefan Tomanek
2013-08-03fib_rules: fix suppressor names and default valuesStefan Tomanek
2013-08-02fib_rules: add route suppression based on ifgroupStefan Tomanek
2013-08-01ipv6: fib6_rules should return exact return valueHannes Frederic Sowa
2013-07-31fib_rules: add .suppress operationStefan Tomanek
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang
2012-10-06sections: fix section conflicts in netAndi Kleen
2012-04-02net/ipv6/fib6_rules.c: Checkpatch cleanupEldad Zack
2012-04-02ipv6: Stop using NLA_PUT*().David S. Miller
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker