summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* rdisc: set the expiration timer correctly (rh #1073560)Dan Winship2014-03-061-2/+4
* core: unschedule deletion of software device when starting an activation requestDan Williams2014-03-061-0/+2
* core/dhcp: reduce the wait time when killing dhcp client processThomas Haller2014-03-063-7/+7
* platform, devices: add support for vxlan devicesDan Winship2014-03-069-0/+654
* platform: fix some tabs-vs-spacesDan Winship2014-03-061-12/+12
* devices: fix up parent/peer tracking in some virtual devicesDan Winship2014-03-063-19/+23
* core: reenable auto activation for slave connections with a matching UUID masterDan Williams2014-03-051-2/+11
* core: implement function nm_active_connection_get_uuid()Thomas Haller2014-03-051-0/+8
* core: rename function nm_active_connection_get_name() to nm_active_connection...Thomas Haller2014-03-054-7/+7
* core: add some assertions to avoid clang analyzer false positivesDan Winship2014-03-052-0/+4
* vpn-manager: remove some dead codeDan Winship2014-03-051-4/+0
* platform: fix a logging bugDan Winship2014-03-051-3/+3
* core: add 'type' and 'id' property for NMActiveConnection (rh #1061822)Jiří Klimeš2014-03-052-1/+29
* platform: fix converting address flags in nm_platform_ip6_address_to_string()Thomas Haller2014-03-051-2/+2