summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* th/tmpth/match-gateway-route-rh1487384Thomas Haller2017-09-011-0/+31
* core: ignore /32 routes when matching generated connection in nm_utils_match_...Thomas Haller2017-09-011-13/+32
* team: wait that existing instance is killed before starting teamd againBeniamino Galvani2017-09-011-2/+36
* platform: ignore RTM_*LINK messages for unknown ifi_family (AF_BRIDGE)Thomas Haller2017-08-311-16/+3
* settings: ensure the keyfile storage directory actually existsIkey Doherty2017-08-311-0/+4
* core: fix clearing dirty flag in _nm_ip_config_add_obj()Thomas Haller2017-08-312-3/+7
* core: workaround compiler waring in for-each macros for NMIP4Config/NMIP6Conf...Thomas Haller2017-08-313-27/+12
* libnm-core: fix memory leak in NMSettingPppoeBeniamino Galvani2017-08-301-0/+1
* core: avoid compiler warning in nm_ip_config_iter_ip4_address_for_each() macroThomas Haller2017-08-303-4/+19
* core: use _nm_ip_config_add_obj() in NMIP4Config/NMIP6ConfigThomas Haller2017-08-302-19/+21
* core: allow NULL argument to nm-ip-config's for-each macrosThomas Haller2017-08-302-16/+8
* man: nmcli: grammar fixBeniamino Galvani2017-08-301-3/+3
* core: fix emitting changed notification during nm_ip4_config_intersect()Thomas Haller2017-08-301-0/+9
* core/trivial: rename local variableThomas Haller2017-08-302-33/+33
* default-route: skip addition when the route already existsBeniamino Galvani2017-08-291-10/+60
* platform: tests: silence compilation warningBeniamino Galvani2017-08-281-2/+2
* checkpoint: better restore device managed state on rollbackBeniamino Galvani2017-08-281-6/+18
* contrib/scripts: add NM-log helperThomas Haller2017-08-241-0/+52
* platform: merge branch 'th/platform-route-pt3'Thomas Haller2017-08-2442-3283/+2203
|\
| * core: don't suppress host route to gateway in ip-config caputureth/platform-route-pt3Thomas Haller2017-08-242-19/+10
| * platform: add support for routing tables to platform cacheThomas Haller2017-08-248-15/+74
| * platform: report error when configuring manual routeThomas Haller2017-08-241-6/+59
| * platform: add option to suppress error message from nm_platform_ip_route_add()Thomas Haller2017-08-244-9/+29
| * platform: pass string buffer to nm_platform_error_to_string() and print numer...Thomas Haller2017-08-2414-31/+62
| * platform: assert for namespace in nm_platform_cache_update_emit_signal()Thomas Haller2017-08-241-0/+4
| * platform: let platform operations only consider kernel responseThomas Haller2017-08-241-38/+11
| * platform: return failure reason from route-add and return only netlink responseThomas Haller2017-08-247-51/+60
| * vpn: resolve route to external VPN gateway from kernelThomas Haller2017-08-241-43/+86
| * platform: add nm_platform_ip_route_get() for route-lookupThomas Haller2017-08-244-34/+361
| * platform: use IFA_F_NOPREFIXROUTE flag for IPv4 addressesThomas Haller2017-08-241-3/+9
| * core: cleanup setting ifa_flags in ndisc_config_changed()Thomas Haller2017-08-242-42/+37
| * core: move setting NDisc addresses/routes to NMIP6ConfigThomas Haller2017-08-245-85/+140
| * all,trivial: include kernel versions and release dates in commentsLubomir Rintel2017-08-243-8/+12
| * platform: cleanup detecting kernel support for IFA_FLAGS and IPv6LLThomas Haller2017-08-242-45/+61
| * platform/trivial: move codeThomas Haller2017-08-241-42/+44
| * platform: add non-exclusive routes and drop route-managerThomas Haller2017-08-2419-2670/+770
| * platform: fix handling rt_scope of IPv4 routeThomas Haller2017-08-241-9/+34
| * platform: add and use nm_platform_ip_route_normalize()Thomas Haller2017-08-234-21/+44
| * platform: cleanup and renaming of nm_platform_address_flush() functionThomas Haller2017-08-235-7/+20
| * platform: add typedef for NMPObjectPredicateFunc function pointerThomas Haller2017-08-233-4/+7
| * core: consistently use _nm_ip_config_add_obj() when adding route/address to i...Thomas Haller2017-08-233-67/+92
| * core: merge code block in nm_ip4_config_commit() by un-indentingThomas Haller2017-08-232-68/+62
| * platform: add nm_platform_ip_route_add() functionThomas Haller2017-08-232-20/+45
| * platform/trivial: move codeThomas Haller2017-08-231-18/+18
| * platform: fix constness of argument for nm_platform_lookup_all()Thomas Haller2017-08-232-4/+4
| * platform: fix handling rt_source/rtprot when comparing routesThomas Haller2017-08-231-6/+17
| * platform: fix loose comparison for metric of IPv6 routesThomas Haller2017-08-231-4/+10
| * platform: use _Generic() for NM_PLATFORM_IP_ROUTE_IS_DEFAULT() macroThomas Haller2017-08-231-0/+15
| * shared: return deleted object from nm_dedup_multi_index_remove_obj()Thomas Haller2017-08-234-11/+29
| * shared: indicate changes when only reordering happens during nm_dedup_multi_i...Thomas Haller2017-08-231-1/+7