summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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: 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
* wwan: disconnect modem signals when disposing NMDeviceModemDan Williams2014-03-211-5/+6
* 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-197-9/+9
* 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
* 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
* platform: fix crash if link has no name after 5e935dfdDan Williams2014-03-141-0/+1
* 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: 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: 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
* team: replace NL chars in team config when passing to libteamdctl (rh #1051517)Jiří Klimeš2014-03-121-1/+4
* 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-121-13/+21
* team: do not free config got from teamdJiří Klimeš2014-03-121-5/+7
* ifcfg-rh writer: do not set TYPE for team ports (rh #1074160)Jiri Pirko2014-03-123-0/+5
* core: allow matching IPv6 'link-local' method to 'ignore' (rh #1073824)Jiří Klimeš2014-03-122-0/+69
* core: refactor delete_on_deactivate in nm-deviceThomas Haller2014-03-111-15/+47
* device: fix uninitialized ifa_flagsJiří Klimeš2014-03-071-1/+1
* rdisc: avoid integer overflow when calculating timeoutsThomas Haller2014-03-061-8/+8