summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-1/+1
* core: fix a warning and a leakDan Winship2014-08-081-1/+2
* core: update data types of some hwaddr propertiesDan Winship2014-08-071-34/+28
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-071-2/+2
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-5/+5
* logging: use new logging macros in NMDevice subclassesth/bgo734230_device_loggingThomas Haller2014-08-061-2/+2
* logging: extract logging macros for devices to nm-device-logging.hThomas Haller2014-08-061-13/+3
* core: cleanup getting iface for NMDevice for loggingThomas Haller2014-08-021-20/+3
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-11/+11
* core: refactoring logging in NMDevice to use new _LOG() macrosThomas Haller2014-08-011-426/+294
* core/trivial: change variable name for self pointer in NMDevice to @selfThomas Haller2014-08-011-522/+523
* core: add logging macro _LOG() and _LOGD() to nm-device.cThomas Haller2014-08-011-0/+13
* core/logging: change order or domain/level arguments for nm_log()Thomas Haller2014-08-011-3/+3
* core: no need to clone ifname in nm_device_generate_connection()Thomas Haller2014-08-011-3/+1
* core: fix warning about comparing unsigned enum values being positiveThomas Haller2014-08-011-2/+2
* dhcp: DHCPv6 OtherConf failures should not be fatalDan Williams2014-07-231-4/+11
* wwan: add infrastructure for IPv6 config resultsDan Williams2014-07-231-3/+32
* wwan: split out WWAN IP4Config from device configDan Williams2014-07-231-0/+29
* core: fail IPv6 router discovery if IID cannot be generatedDan Williams2014-07-231-14/+21
* trivial: move addrconf6_start_with_link_ready() above callerDan Williams2014-07-231-23/+23
* core: use Interface Identifiers for IPv6 SLAAC addressesDan Williams2014-07-231-7/+38
* core: simplify hardware address readingDan Williams2014-07-231-74/+37
* platform: assert against the maximum length of link_get_address()Thomas Haller2014-07-231-2/+5
* core: use IP interface hardware address for IP-level operationsDan Williams2014-07-231-11/+22
* config: drop NMConfigDevice, use NMDevice directlyDan Winship2014-07-231-13/+2
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+4
* dhcp: pass IPv6 privacy preference to client classDan Williams2014-07-221-1/+2
* dhcp: pass individual options to DHCP instead of NMSettingIPxConfigDan Williams2014-07-221-3/+6
* dhcp: pass DHCP options with BOUND state changeDan Williams2014-07-221-27/+36
* dhcp: filter DHCP options when setting themDan Williams2014-07-221-8/+4
* dhcp: pass IP config in state signalDan Williams2014-07-221-16/+18
* core: consolidate DHCP client termination in dhcp[4|6]_fail()Dan Williams2014-07-221-11/+3
* dhcp: merge TIMEOUT signal with DHCP_STATE_TIMEOUTDan Williams2014-07-221-57/+22
* dhcp: simplify DHCP statesDan Williams2014-07-221-18/+10
* dhcp: pass ifindex to DHCP clientsDan Williams2014-07-221-0/+2
* device: add a new D-Bus 'Delete' method for removing software devicesJiří Klimeš2014-07-221-0/+41
* device: indicate software devices in NMDeviceCapabilitiesJiří Klimeš2014-07-221-3/+4
* core: #include gsystem-local-alloc.h instead of libgsystem.hThomas Haller2014-07-151-1/+1
* core: use nm_utils_kill_child_async() and nm_utils_kill_child_sync()Thomas Haller2014-07-101-17/+2
* core: use singleton nm_firewall_manager_get() throughout without taking addit...Thomas Haller2014-07-021-19/+12
* core: remove unused @state variable from nm_device_activate_schedule_stage3_i...Thomas Haller2014-07-021-3/+0
* device: test dhcp[46]_config when getting properties, not dhcp[46]_clientJiří Klimeš2014-07-011-2/+2
* core: refactor update_slave_connection() as virtual function of master deviceThomas Haller2014-06-271-49/+61
* core: fix assertion logging master device during activationThomas Haller2014-06-241-1/+1
* trivial: fix whitespaceThomas Haller2014-06-241-3/+3
* device: fix warning releasing of slave when slave device gets removedThomas Haller2014-06-231-11/+13
* core: fix dhcp4_cleanup() to clear dhcp4_client first (avoids assert accessin...Thomas Haller2014-06-231-10/+10
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-124/+93
* device: refactor by combining dispatcher callback functionsThomas Haller2014-06-161-29/+33