summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnl-util: add NMStringTableth/NMStringTableThomas Haller2014-03-248-2/+631
* libnl-util: add nm-util-private.h header with nm_util_get_private()Dan Winship2014-03-244-0/+73
* 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
| * platform: add logging for adding/changing linksThomas Haller2014-03-131-0/+28
| * platform: extract function nm_platform_addr_flags2str() to wrap rtnl_addr_fla...Thomas Haller2014-03-132-15/+27
| * platform: log more details about link signalThomas Haller2014-03-131-1/+1
| * platform: add to_string functions for libnl objectsThomas Haller2014-03-131-4/+92
| * platform: add function nm_platform_link_to_string()Thomas Haller2014-03-132-0/+47
| * platform: be more resilient to unexpected libnl objectsThomas Haller2014-03-131-25/+60
|/
* wifi: fix some warnings caused by hidden SSID patches (23a5ae2f) (rh #1069844)Dan Williams2014-03-132-3/+5
* core: fix a regression in manual device disconnection (bgo #726239)Jiří Klimeš2014-03-131-1/+5
* core: Merge branch 'th/rh907836_rename_iface'Thomas Haller2014-03-124-54/+152
|\
| * core: support renaming of NMDevice (changes of ifname)Thomas Haller2014-03-122-19/+110
| * dhcp: downgrade warning about unhandled DHCP event in case of terminated clientThomas Haller2014-03-121-15/+16
| * platform: react on udev signal "move"Thomas Haller2014-03-121-2/+4
| * platform: fix link_type_from_udev() to use ifname from libnlThomas Haller2014-03-121-18/+22
|/
* wifi: fix connection to hidden SSID networks (rh #1069844)Dan Williams2014-03-129-11/+208
|\
| * wifi: bypass available check for hidden APs during activation (rh #1069844)dcbw/hidden-ssidDan Williams2014-03-124-11/+68
| * wifi: add HIDDEN flag for completed connections without an AP (rh #1069844)Dan Williams2014-03-121-0/+6
| * ifcfg-rh: add support for SSID_HIDDEN (rh #1069844)Dan Williams2014-03-125-0/+134
|/
* Merge code sanitizing team config being passed to libteamdctl (rh #1051517)Jiří Klimeš2014-03-122-2/+16
|\
| * cli: sanitize team config before setting it into propertyJiří Klimeš2014-03-121-1/+12
| * team: replace NL chars in team config when passing to libteamdctl (rh #1051517)Jiří Klimeš2014-03-121-1/+4
* | Merge fixes for handling team config team (rh #1035859)Jiří Klimeš2014-03-122-23/+35
|\ \ | |/
| * team: log error codes from teamd functions on failureJiří Klimeš2014-03-121-4/+6
| * team: read team port config in nm_team_update_slave_connection() (rh #1035859)Jiří Klimeš2014-03-122-14/+22