summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_rules.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: remove unnecessary type castingsYu Zhe2022-04-301-1/+1
* ipv4: Reject again rules with high DSCP valuesGuillaume Nault2022-02-101-0/+5
* ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault2022-02-071-8/+10
* fib: rules: remove duplicated nla policiesFlorian Westphal2021-12-161-6/+0
* ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-021-2/+2
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-291-0/+1
* fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez2020-07-281-4/+8
* net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-041-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-041-2/+2
* | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-041-2/+6
|/
* ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing2018-12-301-2/+6
* net: fib_rules: add extack supportRoopa Prabhu2018-04-231-2/+5
* ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu2018-02-281-0/+8
* ipv4: fib_rules: support match on sport, dport and ip protoRoopa Prabhu2018-02-281-0/+11
* net: fib_rules: Implement notification logic in coreIdo Schimmel2017-08-031-35/+10
* net: core: Make the FIB notification chain genericIdo Schimmel2017-08-031-2/+3
* ipv4: fib_rules: Dump FIB rules when registering FIB notifierIdo Schimmel2017-03-161-3/+16
* ipv4: fib_rules: Add notifier info to FIB rules notificationsIdo Schimmel2017-03-161-5/+8
* ipv4: fib_rules: Check if rule is a default ruleIdo Schimmel2017-03-161-0/+21
* ipv4: fib: Remove redundant argumentIdo Schimmel2017-03-101-3/+2
* ipv4: fib: Move FIB notification code to a separate fileIdo Schimmel2017-03-101-0/+9
* switchdev: remove FIB offload infrastructureJiri Pirko2016-09-281-2/+0
* fib: introduce FIB notification infrastructureJiri Pirko2016-09-281-0/+10
* net: flow: Add l3mdev flow updateDavid Ahern2016-09-101-0/+3
* net: Add l3mdev ruleDavid Ahern2016-06-081-2/+4
* net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-091-1/+0
* net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-06-241-2/+3
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-2/+2
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-4/+4
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+2
* ipv4: FIB Local/MAIN table collapseAlexander Duyck2015-03-111-4/+16
* switchdev: don't support custom ip rules, for nowScott Feldman2015-03-061-0/+3
* fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck2014-12-311-12/+10
* ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen2014-11-161-0/+4
* inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2013-12-101-1/+4
* fib_rules: fix suppressor names and default valuesStefan Tomanek2013-08-031-1/+1
* fib_rules: add route suppression based on ifgroupStefan Tomanek2013-08-021-6/+17
* fib_rules: add .suppress operationStefan Tomanek2013-07-311-0/+14
* sections: fix section conflicts in netAndi Kleen2012-10-061-1/+1
* ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-181-1/+1
* ipv4: Don't store a rule pointer in fib_result.David S. Miller2012-07-131-9/+6
* ipv4: Avoid overhead when no custom FIB rules are installed.David S. Miller2012-07-051-4/+8
* ipv4: Elide fib_validate_source() completely when possible.David S. Miller2012-06-291-1/+15
* ipv4: Stop using NLA_PUT*().David S. Miller2012-04-021-8/+8
* net: ipv4: export fib_lookup and fib_table_lookupFlorian Westphal2011-12-041-0/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* ipv4: Use flowi4 in FIB layer.David S. Miller2011-03-121-3/+4
* ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-121-3/+3