summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * core: accept 'ssids':aay option in RequestScan() dictionary parameterJiří Klimeš2015-08-142-13/+29
|/
* device: avoid a crash during destructionLubomir Rintel2015-08-141-1/+2
* ifcfg-rh: take reference to nm_inotifiy_helper_get() singleton in NMIfcfgConn...Thomas Haller2015-08-131-2/+16
* cli: fix an bug when reporting an errorJiří Klimeš2015-08-131-9/+3
* core: fix NMManager in private-bus-only caseDan Winship2015-08-123-45/+15
* config/tests: fix tests after introducing NMExportedObject classThomas Haller2015-08-121-9/+7
* dhcp/tests: fix memleaks in tests (test_vendor_option_metered)Thomas Haller2015-08-121-1/+2
* dhcp/tests: fix memleaks in dhcp-testsThomas Haller2015-08-121-17/+17
* macros: use short-circuit evaluation in NM_IN_SET()Thomas Haller2015-08-122-40/+41
* macros: rework NM_IN_SET() macro to expand to a plain logical expressionThomas Haller2015-08-122-13/+172
* core: merge branch 'bg/ethtool-load-module-rh1247156'Thomas Haller2015-08-118-32/+72
|\
| * udev-rules: only invoke ethtool for existing interfacesBeniamino Galvani2015-08-111-1/+1
| * core: avoid ioctls on non existent devicesBeniamino Galvani2015-08-113-2/+27
| * device: don't call ioctl to update priv->ip4_addressBeniamino Galvani2015-08-111-17/+10
| * utils: add nm_utils_is_valid_path_component()Thomas Haller2015-08-112-8/+16
| * platform: optimize event_notification() not to create full nmp-objects for de...Thomas Haller2015-08-111-4/+18
|/
* platform: assert for valid ifname in ethtool_get()Thomas Haller2015-08-111-1/+4
* all: fix a compiler warning about function declarationsJiří Klimeš2015-08-111-2/+2
* merge: respect DEVTIMEOUT when device is not udev initialized (rh #1192633)Jiří Klimeš2015-08-111-3/+6
|\
| * ifcfg-rh: reorder checks in nm_ifcfg_connection_check_devtimeout()Thomas Haller2015-08-111-3/+4
| * ifcfg-rh: respect DEVTIMEOUT if link is not announced by udev yet (rh #1192633)Jiří Klimeš2015-08-111-1/+3
|/
* configure.ac: do not hardcode pkg-configQuentin Glidic2015-08-111-2/+2
* tests: don't use a local address for testing a gateway routeLubomir Rintel2015-08-101-1/+1
* device: avoid setting MTU to zero if undefinedLubomir Rintel2015-08-101-1/+1
* libnm: fix nm_access_point_get_last_seen() code doc after 1e85c358Dan Williams2015-08-091-1/+1
* libnm: add NM_AVAILABLE_IN_1_0_6 for new API nm_access_point_get_last_seen()Thomas Haller2015-08-091-0/+1
* libnm-glib: add NM_AVAILABLE_IN_1_0_6 for new API nm_access_point_get_last_se...Thomas Haller2015-08-091-0/+1
* libnm-util: update NM_VERSION macrosThomas Haller2015-08-091-8/+23
* wifi/libnm: merge branch 'mtl/wifi-ap-last-seen'Dan Williams2015-08-0712-7/+210
|\
| * libnm: add Wi-Fi AP 'last-seen' propertydcbw/nm-1-0-wifi-ap-last-seenDan Williams2015-08-073-0/+46
| * wifi: expose the last_seen property for a NMAccessPointMathieu Trudel-Lapierre2015-08-076-2/+78
| * core: add nm_utils_monotonic_timestamp_as_boottime() functionThomas Haller2015-08-073-5/+86
|/
* device: fix memory leak in act_stage3_ip6_config_start()Beniamino Galvani2015-08-071-5/+0
* platform/tests: fix assertion for test-link for team deviceThomas Haller2015-08-061-4/+1
* device: merge branch 'th/device-ignore-auto-bgo752546'Thomas Haller2015-08-069-76/+111
|\
| * device: only 'ignore-auto-routes' and 'ignore-auto-dns' for certain settingsThomas Haller2015-08-061-40/+49
| * core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller2015-08-069-41/+67
|/
* device: lower serverity of MTU adjustment loggingLubomir Rintel2015-08-041-3/+3
* device: don't modify the device MTU if it's unsetLubomir Rintel2015-08-041-3/+3
* device: set Ethernet MTU for PPPoE connections in stage2/configBeniamino Galvani2015-08-041-0/+23
* device: set MTU on IP interfaceBeniamino Galvani2015-08-041-1/+1
* libnm-core,libnm-util: drag in glib.h for nm-version.hLubomir Rintel2015-07-232-0/+4
* default-route: merge branch 'th/default-route-on-unmanaged-device-rh1244483'Thomas Haller2015-07-227-55/+110
|\
| * libnm-core: don't assert against non-NULL @ip argument to canonicalize_ip()Thomas Haller2015-07-221-4/+2
| * libnm-core: 0.0.0.0 is a valid gateway tooLubomir Rintel2015-07-221-1/+1
| * libnm-core: fix nm-setting-ip-config.c:valid_ip() to handle %NULL argumentThomas Haller2015-07-221-0/+5
| * libnm-core: properly handle %NULL @ip in nm_utils_ipaddr_valid()Thomas Haller2015-07-221-0/+3
| * ip4-config: 0.0.0.0 is a valid gateway tooLubomir Rintel2015-07-224-20/+53
| * default-route-manager: pick up platform changes after NMDeviceLubomir Rintel2015-07-221-1/+3
| * device: always assume default-route for generate-assumed-connectionsThomas Haller2015-07-221-12/+20