summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* core: don't bring up devices using assumed connections (bgo #725647) (rh #103...dcbw/external-managed-iffup-rh1030947Dan Williams2014-12-161-16/+18
* core: don't manage externally created software devices until IFF_UP (rh #1030...Dan Williams2014-12-162-15/+73
* device: mute coverity CHECKED_RETURN (CWE-252)Jiří Klimeš2014-12-151-5/+7
* team: only proceed with stage2 when team device is STATE_PREPAREThomas Haller2014-12-121-3/+8
* core: better handle DHCP expiry/nak during initial lease acquisition (bgo #73...Dan Williams2014-12-121-2/+10
* core: fix attaching managed slaves to master devices (rh #1141266)Dan Williams2014-12-111-3/+4
* core: fix warning when releasing slaves on exit (rh #1169936)Dan Williams2014-12-111-1/+1
* core: clean up half-done IP operations when re-entering NEED_AUTH state (bgo ...Dan Williams2014-12-111-12/+27
* device: assume connections for device with slaveslr/bridge-rh1141266Lubomir Rintel2014-12-111-3/+5
* device: set the master on device additionLubomir Rintel2014-12-112-18/+49
* device: release and enslave an interface if its master changedLubomir Rintel2014-12-111-2/+3
* device: don't fail activation when IP config is unavailable and unneededlr/assumed-activation-rh1141264Lubomir Rintel2014-12-111-15/+40
* device: don't disconnect assumed connectionsLubomir Rintel2014-12-111-0/+8
* device: turn nm_d_ip_config_should_fail to get_ip_config_may_failLubomir Rintel2014-12-112-16/+15
* device: add logging macro _LOGT()Thomas Haller2014-12-091-0/+1
* bluetooth: the code cannot be reachedJiří Klimeš2014-12-051-3/+2
* core: don't bounce disable_ipv6 when assuming connections (rh #1170530)Jiří Klimeš2014-12-041-1/+1
* devices: don't release slaves on exit (rh #1169936)Dan Winship2014-12-031-1/+1
* device: Deal with links that vanish during initializationLubomir Rintel2014-12-023-4/+9
* iface-helper: disambiguate route priority for IPv4 and IPv6Thomas Haller2014-12-011-9/+6
* core: rename NM_PLATFORM_ROUTE_METRIC_DEFAULT to NM_PLATFORM_ROUTE_METRIC_DEF...Thomas Haller2014-12-011-1/+1
* devices: NM_SETTING_WIRED_S390_SUBCHANNELS is now G_TYPE_STRV (rh #1168764)Jiří Klimeš2014-11-281-9/+8
* core: adjust values for default route-metrics per device typeThomas Haller2014-11-261-20/+27
* core: fix route metrics for subnet routesThomas Haller2014-11-251-5/+13
* dhcp: pass device specific route metric to nm_dhcp_systemd_get_lease_ip_confi...Thomas Haller2014-11-241-1/+2
* core: add NM_UNMANAGED_PARENT flag for a dependency on parent deviceJiří Klimeš2014-11-242-10/+11
* vlan: export parent device for VLANs as D-Bus propertyJiří Klimeš2014-11-242-7/+27
* device: Remove unmanaged slaves from master when they disappearLubomir Rintel2014-11-202-0/+19
* policy: fix handling managed devices without default routeThomas Haller2014-11-191-6/+11
* policy: pick up externally configured default routes for managed interfacesThomas Haller2014-11-192-16/+34
* device: only add default route when having any addressesThomas Haller2014-11-191-3/+21
* policy: remove redundant remove_default_route() functions from NMDefaultRoute...Thomas Haller2014-11-191-2/+2
* core: minor fix to ensure safe boolean comparison in have_ip6_address()Thomas Haller2014-11-191-0/+2
* firewall: don't set firewall zone for assumed devicesThomas Haller2014-11-191-1/+11
* firewall: invoke FwAddToZoneFunc callback also when cancellingThomas Haller2014-11-191-3/+10
* firewall: make call handle an opaque pointer typeThomas Haller2014-11-191-1/+1
* core: bounce disable_ipv6 when setting userspace IPv6 link-local (bgo #740096)Dan Williams2014-11-171-5/+18
* dhcp: wait for an IPv6LL address before starting DHCPv6 (bgo #740147)Dan Williams2014-11-171-62/+66
* core: fix return type of addrconf6_start()Dan Williams2014-11-141-1/+1
* core: fix a spurious warning with non-kernel network devicesDan Winship2014-11-145-13/+23
* all: consistently include config.hDan Winship2014-11-1328-10/+51
* merge: wifi bssid handling fixesLubomir Rintel2014-11-132-13/+10
|\
| * wifi: Empty AP BSSID is NULL, not an invalid addressth/bgo739258_wifi_bssid_fixesLubomir Rintel2014-10-271-1/+1
| * wifi: avoid assertion in nm_ap_check_compatible() when comparing AP with miss...Thomas Haller2014-10-271-1/+1
| * wifi: ensure not passing NULL bssid as string to printf logging functionsThomas Haller2014-10-272-11/+8
* | bluez: Another bluez5 build fixLubomir Rintel2014-11-121-5/+10
* | bluetooth: Don't call into bluez5 DUN code when it's not enabledLubomir Rintel2014-11-121-0/+12
* | device: fix fetching the IPv6 default route for assumed devicesThomas Haller2014-11-111-1/+1
* | iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-072-0/+169
* | dhcp: track last IPv4 address on start for renewalDan Williams2014-11-071-1/+2