Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-24ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern
2019-04-24ipv6: fib6_rule_action_alt needs to return -EAGAINDavid Ahern
2019-04-18ipv6: 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-03-01ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu
2018-03-01ipv6: fib6_rules: support for match on sport, dport and ip protoRoopa Prabhu
2018-02-19net: Convert fib6_rules_net_opsKirill Tkhai
2017-08-09net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat
2017-08-04ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel
2017-08-04ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel
2017-06-20ipv6: Do not leak throw route referencesSerhey Popovych
2016-09-11net: 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-10net: ipv6: use common fib_default_rule_prefPhil Sutter
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-03net: 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-16ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing
2013-12-11inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek
2013-09-12fib6_rules: fix indentationStefan Tomanek
2013-08-03fib_rules: fix suppressor names and default valuesStefan Tomanek
2013-08-03fib_rules: add route suppression based on ifgroupStefan Tomanek
2013-08-01ipv6: fib6_rules should return exact return valueHannes Frederic Sowa
2013-08-01fib_rules: add .suppress operationStefan Tomanek
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang
2012-10-05sections: 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-23net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-03-13ipv6: Convert to use flowi6 where applicable.David S. Miller
2010-10-16fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup()Eric Dumazet
2010-06-11net-next: remove useless union keywordChangli Gao
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy
2010-04-14net: fib_rules: decouple address families from real address familiesPatrick McHardy
2010-04-14net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy
2010-03-08ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.YOSHIFUJI Hideaki / 吉藤英明