summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! cli: add 'ssid' parameter for 'nmcli device wifi rescan'jk/nmcli-hidden-ssid-bgo752173Thomas Haller2015-08-131-2/+5
* cli: fix connecting to a hidden SSID with 'nmcli dev wifi connect' (bgo #752173)Jiří Klimeš2015-08-133-15/+73
* cli: add 'ssid' parameter for 'nmcli device wifi rescan'Jiří Klimeš2015-08-133-13/+61
* libnm: add new functions allowing passing options to RequestScan() D-Bus callJiří Klimeš2015-08-133-25/+143
* core: accept 'ssids':aay option in RequestScan() dictionary parameterJiří Klimeš2015-08-132-13/+56
* device-factory: allow using nm_device_factory_manager_for_each_factory() befo...Lubomir Rintel2015-08-121-11/+12
* device: avoid a crash during destructionLubomir Rintel2015-08-121-1/+2
* 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-14/+174
* systemd: merge branch 'systemd' into masterThomas Haller2015-08-1220-184/+1122
|\
| * systemd: update code from upstreamThomas Haller2015-08-1219-139/+1130
* | config/tests: fix tests after introducing NMExportedObject classThomas Haller2015-08-121-9/+7
* | dhcp/tests: fix memleaks in dhcp-testsThomas Haller2015-08-121-17/+17
* | dhcp/tests: fix memleaks in tests (test_vendor_option_metered)Thomas Haller2015-08-121-1/+2
* | core: fix memleak in nm_exported_object_class_add_interface()Thomas Haller2015-08-121-3/+6
* | contrib: add emacs config for hacking on NMDan Winship2015-08-111-0/+61
* | 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
|/ /
* | 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
* | all: merge branch 'danw/gdbus-bgo622927'Dan Winship2015-08-10113-2722/+2443
|\ \
| * | build: make libnm-util/libnm-glib optionalDan Winship2015-08-104-10/+29
| * | core: final gdbus portingDan Winship2015-08-1039-181/+41
| * | core: port NMManager to gdbusDan Winship2015-08-102-385/+330
| * | core: port IP/DHCP config to gdbusDan Winship2015-08-107-304/+263
| * | dhcp-manager: port to gdbusDan Winship2015-08-107-205/+89
| * | ppp-manager: port to gdbusDan Winship2015-08-102-84/+57
| * | devices, active-connection: port to gdbusDan Winship2015-08-1036-310/+291
| * | settings: port to gdbusDan Winship2015-08-1010-555/+432
| * | ifcfg-rh: port to gdbusDan Winship2015-08-105-100/+95
| * | core: port NMBusManager to gdbusDan Winship2015-08-103-355/+297
| * | core: port NMExportedObject to gdbusDan Winship2015-08-102-121/+424
| * | core: make NMManager singleton more like othersDan Winship2015-08-103-66/+63
| * | core: better order the code at startupDan Winship2015-08-104-30/+46
| * | core: fix NMManager in private-bus-only caseDan Winship2015-08-103-45/+15
|/ /
* | device: avoid setting MTU to zero if undefinedLubomir Rintel2015-08-101-1/+1
* | libnm: add NM_AVAILABLE_IN_1_2 for API nm_access_point_get_last_seen()Thomas Haller2015-08-091-0/+1
* | libnm-glib: add NM_AVAILABLE_IN_1_2 for API nm_access_point_get_last_seen()Thomas Haller2015-08-091-0/+1
* | libnm: backport symbol nm_access_point_get_last_seen@libnm_1_0_6Thomas Haller2015-08-092-0/+3
* | core: fix runtime warning when building without libauditDan Winship2015-08-071-3/+8
* | sleep-monitor: add support for ConsoleKit2 inhibitEric Koegel2015-08-073-16/+43
* | device: merge branch 'th/device-ignore-auto-bgo752546'Thomas Haller2015-08-069-80/+119
|\ \
| * | device: only 'ignore-auto-routes' and 'ignore-auto-dns' for certain settingsThomas Haller2015-08-061-40/+49