aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/fib6_rules.c
Commit message (Expand)AuthorAge
* ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld2019-09-26
* ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang2019-06-23
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-05
* ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern2019-04-24
* ipv6: fib6_rule_action_alt needs to return -EAGAINDavid Ahern2019-04-24
* ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-18
* net/ipv6: Add fib6_lookupDavid Ahern2018-05-10
* net/ipv6: Refactor fib6_rule_actionDavid Ahern2018-05-10
* net: fib_rules: add extack supportRoopa Prabhu2018-04-23
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net/ipv6: Pass skb to route lookupDavid Ahern2018-03-04
* ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu2018-02-28
* ipv6: fib6_rules: support for match on sport, dport and ip protoRoopa Prabhu2018-02-28
* net: Convert fib6_rules_net_opsKirill Tkhai2018-02-19
* net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat2017-08-09
* ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel2017-08-03
* ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel2017-08-03
* ipv6: Do not leak throw route referencesSerhey Popovych2017-06-20
* net: flow: Add l3mdev flow updateDavid Ahern2016-09-11
* net: Add l3mdev ruleDavid Ahern2016-06-08
* ipv6: fix the incorrect return value of throw routelucien2015-10-23
* net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-06
|\
| * net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-02
* | netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-31
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-31
* | fib6: install fib6 ops in the last stepWANG Cong2015-03-29
|/
* ipv6: fix backtracking for throw routesSteven Barth2015-03-20
* ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing2014-01-15
* inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2013-12-10
* fib6_rules: fix indentationStefan Tomanek2013-09-11
* fib_rules: fix suppressor names and default valuesStefan Tomanek2013-08-03
* fib_rules: add route suppression based on ifgroupStefan Tomanek2013-08-02
* ipv6: fib6_rules should return exact return valueHannes Frederic Sowa2013-08-01
* fib_rules: add .suppress operationStefan Tomanek2013-07-31
* ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-03
* sections: fix section conflicts in netAndi Kleen2012-10-05
* net/ipv6/fib6_rules.c: Checkpatch cleanupEldad Zack2012-04-02
* ipv6: Stop using NLA_PUT*().David S. Miller2012-04-02
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-22
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-12
* fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup()Eric Dumazet2010-10-16
* net-next: remove useless union keywordChangli Gao2010-06-11
* net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy2010-04-26
* net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy2010-04-26
* net: fib_rules: decouple address families from real address familiesPatrick McHardy2010-04-13
* net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy2010-04-13
* ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.YOSHIFUJI Hideaki / 吉藤英明2010-03-07
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-17