summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
* device: sanitze UTF-8 values for D-BusThomas Haller2017-05-191-8/+23
* device: make UDI property construct-onlyThomas Haller2017-05-191-6/+3
* device: fix setting device's UDI propertyThomas Haller2017-05-191-2/+2
* device: fix crash in ip6_config_merge_and_apply()Beniamino Galvani2017-05-171-1/+2
* device: update external configuration before commitBeniamino Galvani2017-05-161-2/+19
* device: fix delaying startup complete waiting for carrierThomas Haller2017-05-151-18/+29
* device: cleanup nm_device_set_carrier_from_platform()Thomas Haller2017-05-151-16/+16
* device: rename and minor refactoring of check_carrier()Thomas Haller2017-05-151-11/+12
* device: downgrade logging messages about (non) pending actionThomas Haller2017-05-151-2/+2
* device: minor cleanup of carrier_disconnected_action_cancel()Thomas Haller2017-05-151-6/+4
* device/trivial: rename functions related to "carrier"Thomas Haller2017-05-151-5/+9
* device: don't call virtual function carrier_changed() directlyThomas Haller2017-05-151-5/+12
* device: simplify check for ready slavesThomas Haller2017-05-141-38/+9
* device: remove function nm_device_is_enslaved()Thomas Haller2017-05-141-15/+2
* device: remove unused function nm_device_master_get_slave_by_ifindex()Thomas Haller2017-05-131-23/+0
* device: use CList to track SlaveInfoThomas Haller2017-05-131-31/+44
* device: don't await for IPv6 DAD to finish if we are ignoring that there's no...Lubomir Rintel2017-05-101-3/+6
* dhcp: set @was_active flag for external activationsBeniamino Galvani2017-05-081-3/+3
* device: fix check in addrconf6_start()Beniamino Galvani2017-05-081-10/+9
* device: synchronize IPv6 configuration in stage3 (take 2)Beniamino Galvani2017-05-061-3/+15
* Revert "device: synchronize IPv6 configuration in stage3"Beniamino Galvani2017-05-061-13/+4
* device: synchronize IPv6 configuration in stage3Beniamino Galvani2017-05-051-4/+13
* device: track firewall state and reset zone during activationThomas Haller2017-05-051-100/+85
* device: fix changing firewall zone during _set_state_full()Thomas Haller2017-05-051-1/+1
* dhcp: simplify how hostname and FQDN are passed down to backendsBeniamino Galvani2017-05-041-8/+5
* device: fix behavior for assumed DHCP connectionsBeniamino Galvani2017-05-041-22/+14
* device: add default route penalty only if concheck is enabledFrancesco Giudici2017-05-041-2/+4
* device: let slaves wait in IP_CONFIG until master is readyBeniamino Galvani2017-05-041-0/+12
* device: avoid integer overflow with route-metric penaltyThomas Haller2017-05-021-10/+18
* core: make dad_counter argument guint32 typeThomas Haller2017-04-271-1/+1
* device: disable delegating prefixes to the device when the IPv6 config is rem...Lubomir Rintel2017-04-271-1/+4
* proxy: introduce call-id for clearing pacmanager configurationThomas Haller2017-04-231-28/+27
* config: remove unused NMConfig self argument from nm_config_device_state_*() APIThomas Haller2017-04-201-1/+1
* device: use define for "sriov-num-vfs" config entryThomas Haller2017-04-191-1/+1
* device: re-apply sriov_numvfs after SIGHUPBeniamino Galvani2017-04-181-11/+14
* core: allow setting SR-IOV num_vfsBeniamino Galvani2017-04-181-0/+23
* all: detect SR-IOV device supportBeniamino Galvani2017-04-181-0/+3
* device: leave device up when setting it as unmanaged by userth/device-release-rh1371433Thomas Haller2017-04-181-3/+6
* device: keep NMNetns instance per deviceThomas Haller2017-04-181-100/+126
* device: fix removal of pacrunner configurationsBeniamino Galvani2017-04-071-2/+10
* pacrunner: specify domains only for VPNsBeniamino Galvani2017-04-061-4/+4
* pacrunner: rework processing of configuration entriesBeniamino Galvani2017-04-061-0/+2
* device: emit IP_CONFIG_CHANGED signal when default route changesBeniamino Galvani2017-04-011-2/+10
* device: update the address type in nm_device_hw_addr_set_cloned()Beniamino Galvani2017-03-301-1/+3
* device: don't update disconnected devices routes after connectivity checkBeniamino Galvani2017-03-291-4/+6
* device: penalize default route metrics for connectivity failureslr/device-connLubomir Rintel2017-03-281-3/+19
* core: make connectivity checking per-deviceLubomir Rintel2017-03-281-1/+182
* device: deal with non-existing IP settings in get_ip_config_may_fail()Beniamino Galvani2017-03-241-1/+1
* device: apply a loose IPv4 rp_filter when it would interfere with multihominglr/rp-filterLubomir Rintel2017-03-221-0/+49
* device: add convenience routines for IPv4 sysctlsLubomir Rintel2017-03-221-0/+32