summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* shared: add nm_g_slice_free_fcn() utilThomas Haller2017-08-232-0/+68
* core/trivial: indentation in src/devices/nm-device-ip-tunnel.cThomas Haller2017-08-231-8/+8
* core: fix crash in nm_ip4_config_address_exists()Thomas Haller2017-08-231-1/+1
* clients: don't default Bluetooth to the PANU profileLubomir Rintel2017-08-231-11/+0
* core: infer the bluetooth type from the presence of the supplemental settingsLubomir Rintel2017-08-233-23/+89
* clients: allow GSM and CDMA for Bluetooth connectionsLubomir Rintel2017-08-231-0/+2
* device: skip creating VLAN devices if parent device is not ready yetFrancesco Giudici2017-08-221-3/+9
* libnm/build: un-export wrong symbols for nm-manager.hThomas Haller2017-08-211-3/+0
* config: write connectivity=true to internal state fileThomas Haller2017-08-211-4/+2
* config/tests: remove test artifact after test_config_connectivity_check()Thomas Haller2017-08-181-0/+2
* platform: fix updating object in nmp_cache_update_netlink_route()Thomas Haller2017-08-181-3/+6
* libnm/connectivity: fix exporting new connectivity ABI in linker version scriptThomas Haller2017-08-171-0/+6
* connectivity: merge branch 'connectivity-enable-dbus-bgo785117'Thomas Haller2017-08-1716-4/+362
|\
| * cli: show new enable-disable-connectivity-check permissionThomas Haller2017-08-171-0/+2
| * libnm: add gtk-doc Since markers for new API and missing enum documentationThomas Haller2017-08-173-0/+22
| * client: expose connectivity-check-{available,enabled} propertiesJames Henstridge2017-08-174-1/+168
| * manager: add connectivity-check-{available,enabled} properties.James Henstridge2017-08-175-0/+67
| * config: add an API to disable connectivity check via internal config file.James Henstridge2017-08-176-3/+103
|/
* platform: merge branch 'th/platform-route-pt2'Thomas Haller2017-08-1219-605/+1380
|\