index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
route.c
Commit message (
Expand
)
Author
Age
*
route: revert prior change to rt_new0
Roy Marples
2020-04-09
*
Linux: Note router preference when adding routes
Roy Marples
2020-04-09
*
BSD: Don't warn if the OS does not support miss filtering.
Roy Marples
2020-03-30
*
BSD: Add support for RO_MISSFILTER route(4) socket option
Roy Marples
2020-02-08
*
Welcome to 2020!
Roy Marples
2020-01-03
*
route: Don't log error when adding a route which already exists
Roy Marples
2019-10-08
*
inet6: Don't install a default route if no global address
Roy Marples
2019-08-25
*
route: Just compare order when adding routes from options.
Roy Marples
2019-08-20
*
Fix a memory NULL deference when freeing static routes at exit.
Roy Marples
2019-07-28
*
route: Compare AF_UNSPEC family when cleaning old routes
Roy Marples
2019-07-15
*
Add SPDX identifiers to all dhcpcd source files.
Yegor Yefremov
2019-07-04
*
route: Use order from message / config
Roy Marples
2019-06-07
*
route: Fix OS route comparison
Roy Marples
2019-05-05
*
route: Fix stamping on existing kernel routes
Roy Marples
2019-05-04
*
Forgot these from merge
Roy Marples
2019-04-17
*
Merge branch 'master' into rbtree
Roy Marples
2019-04-16
|
\
|
*
route: log which pid deletes routes
Roy Marples
2019-04-02
*
|
route: prefer interfaces with a carrier
Roy Marples
2019-03-08
*
|
route: Guard free route list stats
Roy Marples
2019-03-05
*
|
route: report usage data when using a free list
Roy Marples
2019-03-05
*
|
Linux: Fix compile
Roy Marples
2019-03-05
*
|
route: Remove kroutes and make froutes optional
Roy Marples
2019-03-05
*
|
route: Free route when failing to insert.
Roy Marples
2019-03-04
*
|
OpenBSD: Fix segfaults when deleting MPATH routes
Roy Marples
2019-03-04
*
|
route: replace rt_find with rb_tree_find_node
Roy Marples
2019-03-04
*
|
route: sprinkle more assert
Roy Marples
2019-03-04
*
|
Support NetBSD-6, 7 and 8.
Roy Marples
2019-03-04
*
|
route: Fix memory leak on option or freed route
Roy Marples
2019-03-03
*
|
Replace route TAILQ macros with rbtree(3) from NetBSD.
Roy Marples
2019-03-03
|
/
*
Linux: Fix compile without IPv4LL
Roy Marples
2019-02-21
*
Welcome to 2019!
Roy Marples
2019-01-01
*
Some systems mark a host route using RTF_HOST and some use an
Roy Marples
2018-07-15
*
routing: Fix case when cloning route changes but needs to be replaced.
Roy Marples
2018-04-19
*
routes: allow a head clear with a context
Roy Marples
2018-03-28
*
options: allow static routes to be configured on the command line
Roy Marples
2018-03-28
*
Welcome to 2018.
Roy Marples
2018-01-01
*
Free any allocated routes if we failed to allocate some.
Roy Marples
2017-10-05
*
Don't special case not deleteing the IPv6 default route.
Roy Marples
2017-10-03
*
Fix checking gateways in route comparison.
Roy Marples
2017-10-03
*
Restore -G, --nogateway.
Roy Marples
2017-05-09
*
To be consitent, do the same to loginfo as we just did for logdebug.
Roy Marples
2017-04-12
*
logerr: errx with logging
Roy Marples
2017-04-09
*
Guard this with #ifdef INET so we can compile INET6 only.
Roy Marples
2017-03-31
*
Remove the gateway and nogateway options.
Roy Marples
2017-03-28
*
Remove ipv6ra_own and ipv6ra_own_default options.
Roy Marples
2017-03-24
*
Remove custom logger and output all diagnostics via syslog(3).
Roy Marples
2017-03-24
*
Move the source files along with dev, crypt and comapt into src dir.
Roy Marples
2017-03-15