summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
* ---wip--- core, platform: handle interface name renaming (rh #1063383)jk/iface-rename-rh1063383Jiří Klimeš2014-02-141-1/+7
* core: ensure proper handling of sysctl paths in NMDevice (set NULL on dispose)Thomas Haller2014-01-311-6/+9
* core/rdisc: add support for IPv6 privacyThomas Haller2014-01-301-28/+96
* core/rdisc: add autoconf addresses as /64 (instead of /128)Thomas Haller2014-01-301-1/+27
* core/rdisc: limit the number of autoconf addresses to 'max_addresses'Thomas Haller2014-01-301-1/+22
* core/platform: add address/route sources (rh#1005416, bgo#722843)Dan Williams2014-01-241-0/+5
* core: allow custom IP address ranges for Shared connections (bgo #675973)Dan Williams2014-01-231-23/+36
* core: only log about IPv6 Commit the first timeDan Williams2014-01-231-10/+10
* core: don't disable IPv6 when assuming connections (rh #1052157)Dan Williams2014-01-231-1/+2
* devices: when disconnecting master, propagate reason to the slavesDan Winship2014-01-231-28/+30
* devices: add :master propertyDan Winship2014-01-231-0/+40
* core: move virtual device autoconnect tracking bits out of NMManagerDan Winship2014-01-231-7/+0
* devices: start using the DEACTIVATING stateDan Winship2014-01-231-1/+4
* core: remove useless NMSettings::connections-loaded signalDan Winship2014-01-231-20/+0
* core: cleanup data types for nm_platform_sysctl_get_int32()Thomas Haller2014-01-221-7/+7
* core: respect connection user permissions for activation/deactivationDan Williams2014-01-211-24/+30
* core: fix stale DHCPv6 information for dispatcher lease-change events (bgo #7...Dan Williams2014-01-061-11/+11
* core: fix stale DHCPv4 information for dispatcher lease-change events (bgo #7...Scott Shambarger2014-01-061-6/+7
* logging: tweak logging-enabled functionsDan Winship2013-12-201-2/+2
* devices: don't try to capture resolv.conf if not managing it (rh #1035861)Dan Winship2013-12-201-2/+8
* device: add 'mtu' propertyJiří Klimeš2013-12-201-2/+40
* trivial: show interface name in IPv6 rdisc log messageDan Williams2013-12-191-3/+3
* rdisc: clear domain list when updating from RADan Williams2013-12-191-0/+3
* device: add missing state-change reasons to reason_to_string()Jiří Klimeš2013-12-191-0/+4
* device: fix compilation in nm_device_add_pending_action()Jiří Klimeš2013-12-191-1/+1
* core: allow dynamic strings for pending action namesThomas Haller2013-12-181-24/+25
* core: fix NMDevice.ip6_use_tempaddr to avoid buffer overrun for zero char in ...Thomas Haller2013-12-131-4/+3
* core: ensure 'activation' pending action encompasses full activation processDan Williams2013-12-121-15/+0
* core: delay startup complete until carrier is found or timeout (rh #1034921) ...Dan Williams2013-12-121-0/+37
* core: convert pending actions from a counter to a GArrayDan Williams2013-12-121-28/+96
* device: do not remove software devices on initial disconnected (rh #1035814)Jiří Klimeš2013-12-041-0/+2
* core: generated slave connections should not have IP settingsDan Williams2013-12-021-20/+24
* Revert "device: bind the generated loopback connection to 'lo' interface"Dan Williams2013-12-021-6/+0
* devices: if IP4 and IP6 config both fail right away, fail the deviceDan Winship2013-11-271-0/+5
* core: capture DNS configuration from resolv.conf when generating connectionsDan Williams2013-11-221-5/+5
* core: ignore RA-provided default routes (rh #1029213)Dan Williams2013-11-201-5/+11
* device: remove invalid assertion in slave_state_changed()Jiří Klimeš2013-11-181-1/+0
* trivial: fix some prototypesDan Williams2013-11-181-2/+2
* devices: use disable_ipv6 as appropriateDan Winship2013-11-151-3/+30
* devices: enable/disable kernel IPv6 autoconf at the appropriate timesDan Winship2013-11-151-22/+16
* devices: clean up accept_ra/use_tempaddr handlingDan Winship2013-11-151-68/+45
* devices: rename ip6_privacy_tempaddr_* vars to match sysctlDan Winship2013-11-151-19/+19
* devices: "deactivate" devices when going from UNMANAGED->UNAVAILABLEDan Winship2013-11-151-2/+4
* core: remove redundant sysctl utilitiesDan Winship2013-11-151-19/+16
* device: bind the generated loopback connection to 'lo' interfaceJiří Klimeš2013-11-141-0/+6
* core: don't up devices during IP configuration stagesDan Williams2013-11-081-16/+16
* core: don't generate connections for some devicesDan Williams2013-11-081-0/+14
* core: slaves have configuration by definitionDan Williams2013-11-081-0/+4
* core: make assumed activations go through all the stagesDan Williams2013-11-081-77/+75
* core: allow devices to activate their generated connectionsDan Williams2013-11-081-2/+0