summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* WIP: device: delay dhcp6_start for LLth/wip/bgo726280_dhcp6_wait_llth/bgo726280_dhcp6_wait_llDan Williams2015-07-071-45/+51
* dhcp: refactor using named defines for signal names instead of plain stringThomas Haller2014-04-111-4/+4
* dhcp: refactor dhcp code to use @dhcp_anycast_addr as #GByteArray typeThomas Haller2014-04-111-10/+2
* core: sort IPv6 addresses (add nm_ip6_config_addresses_sort())Thomas Haller2014-04-111-1/+4
* core: use nm_platform_sysctl_get() to read wifi rfkill valueThomas Haller2014-04-101-2/+4
* core: use nm_platform_sysctl_get() to read infiniband modeThomas Haller2014-04-101-4/+5
* core: use nm_platform_sysctl_get() to read sysctl in NMDeviceAdslThomas Haller2014-04-101-29/+13
* core: use ASSERT_VALID_PATH_COMPONENTThomas Haller2014-04-103-5/+9
* core: fix hanging pending_action "queued state lock"Thomas Haller2014-04-071-13/+9
* build: add some missing -DNM_VERSION_MAX_ALLOWEDDan Winship2014-04-074-0/+4
* core: split user managed preference (unmanaged specs) out from internal manag...Dan Williams2014-04-071-2/+4
* core: convert unmanaged bits to flagsDan Williams2014-04-073-49/+112
* dcb: separate DCB enable/disable and wait for carrier changes (rh #799241) (r...Dan Williams2014-04-021-16/+254
* core: fix bug with ignore-carrier and master/slave devices (rh #1083521)Dan Williams2014-04-021-5/+3
* devices: if a generated connection doesn't verify, log whyDan Winship2014-03-261-1/+8
* 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-211-0/+1
* core: export ActiveConnection before handing it to the device (bgo #723783)Dan Williams2014-03-201-1/+6
* devices: rename "atm" plugin to "adsl", and "bt" to "bluetooth"Dan Winship2014-03-196-8/+8
* 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
* core: add debug logging for link disconnect actionThomas Haller2014-03-131-8/+20
* 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
* wifi: bypass available check for hidden APs during activation (rh #1069844)dcbw/hidden-ssidDan Williams2014-03-123-8/+65
* wifi: add HIDDEN flag for completed connections without an AP (rh #1069844)Dan Williams2014-03-121-0/+6
* 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
* core: refactor delete_on_deactivate in nm-deviceThomas Haller2014-03-111-15/+47
* device: fix uninitialized ifa_flagsJiří Klimeš2014-03-071-1/+1
* core: unschedule deletion of software device when starting an activation requestDan Williams2014-03-061-0/+2
* platform, devices: add support for vxlan devicesDan Winship2014-03-062-0/+441
* devices: fix up parent/peer tracking in some virtual devicesDan Winship2014-03-063-19/+23
* core: add some assertions to avoid clang analyzer false positivesDan Winship2014-03-051-0/+2
* core: fix adding gateway route for IPv6Thomas Haller2014-03-051-4/+5
* tivial/core: move common #defines to header fileThomas Haller2014-03-051-8/+0
* trivial/core: remove duplicate #includeThomas Haller2014-03-051-1/+0
* rdisc: obey rtr_solicitations and rtr_solicitation_intervalDan Winship2014-03-041-9/+1
* core: move NMDevice's ip6_property_path() to NetworkManagerUtilsDan Winship2014-03-041-18/+3
* core: remove nm_device_can_interrupt_activation()Dan Williams2014-03-043-39/+0
* core: remove nm_device_ignore_carrier()Dan Williams2014-03-042-7/+0
* core: postpone non-static master IP configuration until carrierDan Williams2014-03-041-15/+7
* core: #include <gmodule.h> for G_MODULE_EXPORTDan Williams2014-03-043-0/+4
* devices: fix compilation of nm_device_factory_new_link()Jiří Klimeš2014-03-041-2/+2