summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* keyfile: fix warning when list delimiter is at end of linedcbw/slave-fixesDan Williams2014-03-271-0/+3
* keyfile: add tests and examples for master/slaveDan Williams2014-03-274-6/+106
* libnm-util: if one of slave-type and master is set, both must be setDan Williams2014-03-261-0/+15
* platform: fix handling of labelsDan Winship2014-03-261-1/+2
* devices: if a generated connection doesn't verify, log whyDan Winship2014-03-261-1/+8
* ifcfg-rh: add support for ifcfg alias files (rh #1067170)Dan Winship2014-03-2630-78/+1298
|\
| * keyfile: ignore ipv4.address-labelsDan Winship2014-03-261-0/+14
| * ifcfg-rh: add support for reading and writing ifcfg alias filesDan Winship2014-03-2614-50/+841
| * core: handle IPv4 address labelsDan Winship2014-03-261-2/+8
| * platform: support address labels for IPv4 addressesDan Winship2014-03-267-19/+54
| * libnm-util: add (private API) support for address labels to NMSettingIP4ConfigDan Winship2014-03-265-7/+283
| * libnm-util: add nm-util-private.h header with nm_util_get_private()Dan Winship2014-03-264-0/+98
|/
* dcb: fix testcases for disabling DCB with short-format commandDan Williams2014-03-261-5/+5
* wifi: fixup for "wifi: support locking connections to a band (5GHz or 2GHz) (...Dan Williams2014-03-261-0/+1
* dcb: workarounds for lldpad/drivers and some bug fixes (rh #799241)Dan Williams2014-03-252-48/+97
|\
| * dcb: turn off all DCB features when disabling DCBDan Williams2014-03-252-3/+27
| * dcb: ignore fcoeadm success errors like "Connection already created"Dan Williams2014-03-251-5/+13
| * dcb: clean up FCoE tooDan Williams2014-03-251-1/+9
| * dcb: fix memory leakDan Williams2014-03-251-0/+1
| * dcb: set all Priority Group options at the same time (rh #799241)Dan Williams2014-03-252-39/+47
|/
* wifi: support locking connections to a band (5GHz or 2GHz) (bgo #627571)Dan Williams2014-03-251-2/+24
* tui: allow cancelling "nmtui connect", make ^Z work (rh #1080059)Dan Winship2014-03-255-18/+86
|\
| * tui: allow ^Z to suspend the appDan Winship2014-03-241-0/+10
| * tui: allow Esc to cancel "nmtui connect"Dan Winship2014-03-241-16/+57
| * tui: add nmt_newt_widget_get_realized(), realize forms properlyDan Winship2014-03-243-2/+19
|/
* wwan: disconnect modem signals when disposing NMDeviceModemDan Williams2014-03-211-5/+6
* tui: add some comments to nmt-newt-form.cDan Winship2014-03-211-1/+20
* tui: fix using Escape from main menuDan Winship2014-03-211-3/+4
* tui: fix crashes in nmtui-connect (rh #1078281)Jiří Klimeš2014-03-211-4/+5
* tui: fix binding of some int/uint properties (rh #1078281)Dan Winship2014-03-213-0/+41
* tui: fix quitting from "nmtui edit CONN-ID"Dan Winship2014-03-217-41/+40
* tui: fix selection bugs after deleting a connectionDan Winship2014-03-212-10/+32
* devices: send ARPs when configuring static IPv4 addresses (rh #1073447)Dan Winship2014-03-211-1/+99
* core: improve ifname matching of existing x generated connections (rh #1077743)Jiří Klimeš2014-03-213-0/+68
* core: export ActiveConnection before handing it to the device (bgo #723783)Dan Williams2014-03-202-8/+19
* core: warn if multiple plugins for the same type are installedDan Winship2014-03-191-2/+9
* devices: rename "atm" plugin to "adsl", and "bt" to "bluetooth"Dan Winship2014-03-199-11/+11
* core: emit PropertyChanged signal for ActiveConnection when disconnectingDan Williams2014-03-181-0/+1
* devices: change log message when "deactivating" device on startupDan Winship2014-03-181-9/+14
* po: fix syntax errors in Hindi (hi) and Tamil (ta) translations (bgo #726554)Piotr Drąg2014-03-172-5/+5
* core: add debug logging when setting IP[46]Config instance of a NMDeviceThomas Haller2014-03-171-0/+6
* core: fix auto-activation of ignore-carrier devices when carrier appears (rh ...Dan Williams2014-03-171-0/+7
* cli: fix bridge priority default value (rh #1073664)Jiří Klimeš2014-03-171-2/+2
* trivial: fix a typo in a commentJiří Klimeš2014-03-171-1/+1
* platform: fix crash if link has no name after 5e935dfdDan Williams2014-03-141-0/+1
* libnm-util: fix Bridge priority default (rh #1073664)Dan Williams2014-03-141-1/+1
* trivial: fix invalid code commentThomas Haller2014-03-141-1/+1
* libnm-util: remove assert to nm_utils_ip4_netmask_to_prefixThomas Haller2014-03-142-10/+0
* platform: merge branch 'th/platform_link_logging'Thomas Haller2014-03-134-53/+275
|\
| * core: add debug logging for link disconnect actionThomas Haller2014-03-131-8/+20