summaryrefslogtreecommitdiffstats
path: root/src/route.c
Commit message (Expand)AuthorAge
* A belated welcome to 2021Roy Marples2021-01-31
* script: Use rt_proto_add to ensure no duplicate interfaces on OpenBSDRoy Marples2021-01-18
* hooks: add NOCARRIER_ROAMING reasonRoy Marples2020-12-27
* DHCP6: Delegated activations work once moreRoy Marples2020-11-21
* DHCP6: Fix segfault introduced in dhcpcd-9.3.3Roy Marples2020-11-21
* route: Correct prior logicRoy Marples2020-11-13
* When adding a route, the interface will always have options.Roy Marples2020-11-04
* Add --noconfigure optionRoy Marples2020-11-04
* Fix priorRoy Marples2020-07-08
* route: Ensure IPv4LL routes always come last in priorityRoy Marples2020-07-08
* route: revert prior change to rt_new0Roy Marples2020-04-09
* Linux: Note router preference when adding routesRoy Marples2020-04-09
* BSD: Don't warn if the OS does not support miss filtering.Roy Marples2020-03-30
* BSD: Add support for RO_MISSFILTER route(4) socket optionRoy Marples2020-02-08
* Welcome to 2020!Roy Marples2020-01-03
* route: Don't log error when adding a route which already existsRoy Marples2019-10-08
* inet6: Don't install a default route if no global addressRoy Marples2019-08-25
* route: Just compare order when adding routes from options.Roy Marples2019-08-20
* Fix a memory NULL deference when freeing static routes at exit.Roy Marples2019-07-28
* route: Compare AF_UNSPEC family when cleaning old routesRoy Marples2019-07-15
* Add SPDX identifiers to all dhcpcd source files.Yegor Yefremov2019-07-04
* route: Use order from message / configRoy Marples2019-06-07
* route: Fix OS route comparisonRoy Marples2019-05-05
* route: Fix stamping on existing kernel routesRoy Marples2019-05-04
* Forgot these from mergeRoy Marples2019-04-17
* Merge branch 'master' into rbtreeRoy Marples2019-04-16
|\
| * route: log which pid deletes routesRoy Marples2019-04-02
* | route: prefer interfaces with a carrierRoy Marples2019-03-08
* | route: Guard free route list statsRoy Marples2019-03-05
* | route: report usage data when using a free listRoy Marples2019-03-05
* | Linux: Fix compileRoy Marples2019-03-05
* | route: Remove kroutes and make froutes optionalRoy Marples2019-03-05
* | route: Free route when failing to insert.Roy Marples2019-03-04
* | OpenBSD: Fix segfaults when deleting MPATH routesRoy Marples2019-03-04
* | route: replace rt_find with rb_tree_find_nodeRoy Marples2019-03-04
* | route: sprinkle more assertRoy Marples2019-03-04
* | Support NetBSD-6, 7 and 8.Roy Marples2019-03-04
* | route: Fix memory leak on option or freed routeRoy Marples2019-03-03
* | Replace route TAILQ macros with rbtree(3) from NetBSD.Roy Marples2019-03-03
|/
* Linux: Fix compile without IPv4LLRoy Marples2019-02-21
* Welcome to 2019!Roy Marples2019-01-01
* Some systems mark a host route using RTF_HOST and some use anRoy Marples2018-07-15
* routing: Fix case when cloning route changes but needs to be replaced.Roy Marples2018-04-19
* routes: allow a head clear with a contextRoy Marples2018-03-28
* options: allow static routes to be configured on the command lineRoy Marples2018-03-28
* Welcome to 2018.Roy Marples2018-01-01
* Free any allocated routes if we failed to allocate some.Roy Marples2017-10-05
* Don't special case not deleteing the IPv6 default route.Roy Marples2017-10-03
* Fix checking gateways in route comparison.Roy Marples2017-10-03
* Restore -G, --nogateway.Roy Marples2017-05-09