device: renew dhcp leases on awake for software devices
[NetworkManager.git] / src / nm-route-manager.c
2016-03-22 Thomas Hallersystemd: merge branch systemd into master
2016-03-15 Thomas Hallerplatform: merge branch 'th/netns-aware-bgo763323'
2016-03-15 Thomas Hallerroute-manager: make NMRouteManager namespace aware
2016-03-11 Thomas Hallersystemd: merge branch systemd into th/systemd-lldp...
2016-02-19 Thomas Hallerall: cleanup includes and let "nm-default.h" include...
2016-02-14 Thomas Hallerall/trivial: rename STRLEN() macro to NM_STRLEN()
2016-02-12 Thomas Hallertrivial: fix spelling in comment
2016-02-12 Thomas Hallersystemd: merge branch 'systemd' into master
2016-01-26 Thomas Hallersystemd: merge branch 'systemd' into master
2016-01-04 Thomas Hallersystemd: merge branch 'systemd' into master
2015-12-07 Thomas Hallerroute-manager: always flush IPv6 routes during nm_route...
2015-11-27 Thomas Hallerplatform: merge branch 'th/platform-netlink-events'
2015-11-27 Thomas Hallerplatform: remove NMPlatformReason enum
2015-11-23 Beniamino Galvanisystemd: merge branch 'systemd' into master
2015-11-06 Thomas Hallerlogging: swap names of logging macros _LOGT() and _LOGt()
2015-11-02 Thomas Hallerplatform: merge branch 'th/platform-parse-nl-bgo754570'
2015-11-01 Thomas Hallerplatform: add buffer argument to platform to-string...
2015-10-08 Beniamino Galvanimerge: merge branch 'systemd' into master
2015-10-05 Thomas Hallercore: merge branch 'th/more-asserts'
2015-10-05 Thomas Hallerbuild: make NM_MORE_ASSERTS define numeric for differen...
2015-09-16 Thomas Hallersystemd: merge branch 'systemd-integration' into master
2015-08-20 Thomas Hallerlogging: declare default logging macros in "nm-logging.h"
2015-08-12 Thomas Hallersystemd: merge branch 'systemd' into master
2015-08-05 Thomas Hallerall: merge branch 'th/nm-default-bgo752857'
2015-08-05 Thomas Hallerall: make use of new header file "nm-default.h"
2015-07-14 Thomas Hallerroute-manager: merge branch 'th/route-full-sync'
2015-07-14 Thomas Hallerroute-manager: align trace logging statement
2015-07-14 Thomas Hallerroute-manager: add argument to to only remove routes...
2015-07-14 Thomas Hallerroute-manager/trivial: fix naming of local variable
2015-07-08 Beniamino Galvanisystemd: merge branch 'systemd'
2015-07-08 Thomas Hallerroute-manager: restore shadowed gateway routes after...
2015-07-07 Thomas Hallerroute-manager/trivial: move code
2015-07-07 Thomas Hallerroute-manager: merge branch 'th/direct-route-conflict...
2015-07-07 Thomas Hallerroute-manager: always add conflicting direct routes...
2015-07-07 Thomas Hallerroute-manager: add optional @r2_metric argument to...
2015-07-07 Thomas Hallerplatform: add optional @metric argument to route_add...
2015-07-07 Thomas Hallerroute-manager: add compare function for route-destination
2015-07-05 Thomas Hallerroute-manager: fix trace logging statement
2015-07-01 Thomas Hallercore: merge branch 'th/device-route-bgo751264'
2015-07-01 Thomas Hallerroute-manager: manage IPv4 device-routes with NMRouteMa...
2015-07-01 Thomas Hallerroute-manager: consider also 'proto kernel' routes...
2015-07-01 Thomas Hallerroute-manager: add argument @ignore_kernel_routes to...
2015-07-01 Thomas Hallerroute-manager: process platform events before syncing...
2015-07-01 Thomas Hallerroute-manager: keep a reference of the platform instance
2015-07-01 Thomas Hallerplatform: change NMPlatformGetRouteMode enum to NMPlatf...
2015-07-01 Thomas Hallerplatform: track pref_src field of IPv4 routes
2015-06-26 Beniamino Galvaniroute-manager: fix return value of _vx_route_sync()
2015-06-23 Thomas Hallerroute-manager/logging: fix wording in logging statement
2015-05-11 Beniamino Galvanisystemd: merge branch 'systemd'
2015-05-11 Beniamino Galvanisystemd: merge branch 'systemd'
2015-04-24 Thomas Hallerlogging: define _LOGT() macro to check valid arguments
2015-04-22 Thomas Hallerlogging: use _nm_log() to avoid duplicate check of...
2015-04-21 Thomas Hallerplatform: add self argument to platform functions
2015-04-10 Dan Williamswifi: use the supplicant's CurrentBSS as the current...
2015-04-10 Thomas Hallermake use of NM_MORE_ASSERTS, nm_assert() and NM_MORE_LO...
2015-04-08 Thomas Hallerroute-manager: merge branch 'th/route-manager-bgo740064'
2015-04-08 Thomas Hallerroute-manager: refactor route-manager and route_sync()
2015-03-23 Thomas Hallerdhcp: merge branch 'systemd-dhcp' into master
2015-03-12 Thomas Hallerroute-manager: fix memleaks in nm_route_manager_ip4_rou...
2015-03-09 Lubomir Rintelroute-manager: refactor: a readability improvement
2015-03-04 Thomas Hallerdhcp: sd-dhcp6-client: delay setting the DUID and don...
2015-03-03 Thomas Hallerdhcp: merge branch 'master' into th/systemd-dhcp-integr...
2015-02-27 Thomas Hallerroute-manager: define singelton using NM_DEFINE_SINGLET...
2015-02-27 Lubomir Rintelroute-manager: merge branch 'lr/route-manager-rh740064'
2015-02-27 Lubomir Rintelroute-manager: remember routes that should be active
2015-02-27 Lubomir Rintelroute-manager: normalize ipv6 route metrics during...
2015-02-27 Lubomir Rintelcore: split route management code out from platform