summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
* device: enable DHCPv6 retries on lease renewal failurefg/dhcp_lease-rh1503587Francesco Giudici2018-02-191-1/+3
* device: never stop trying renewing the leaseFrancesco Giudici2018-02-191-4/+32
* device: always consider both ip families when deciding to failFrancesco Giudici2018-02-191-23/+30
* dhcp: add support for special ipv4.dhcp-client-id types "mac", "perm-mac", an...Thomas Haller2018-02-151-3/+69
* device: make ipv4.dhcp-client-id configurable via a global defaultThomas Haller2018-02-151-0/+8
* dhcp: inject client-id in GBytes format from NMDevice to nm_dhcp_manager_star...Thomas Haller2018-02-151-2/+19
* dhcp: refactor type of NMDhcpClient hwaddr to be GBytesThomas Haller2018-02-151-30/+13
* core: distinguish between IFA_F_SECONDARY and IFA_F_TEMPORARYThomas Haller2018-02-091-2/+2
* device: fix IPv6 DAD to re-check whether address really failed DADThomas Haller2018-02-091-3/+17
* device: don't check addr-source for addresses that failed IPv6 DADThomas Haller2018-02-091-3/+0
* device: ignore temporary addresses for IPv6 DADThomas Haller2018-02-091-1/+2
* device: don't clone NMPlatformIP6Address for dad6_failed_addrsThomas Haller2018-02-091-5/+5
* device: use g_slist_prepend() to track dad6_failed_addrsThomas Haller2018-02-091-2/+2
* core: return remaining lifetime from nm_utils_lifetime_get()Thomas Haller2018-02-091-2/+3
* ndisc: ensure proper lifetime of NMNDiscAddress in ndisc_set_router_config()Thomas Haller2018-02-091-3/+20
* device: add const specifier to nm_ndisc_dad_failed() argumentThomas Haller2018-02-081-3/+3
* all: replace non-leading tabs with spacesThomas Haller2018-02-071-2/+2
* device: gracefully handle unmanaged device during _device_activate()Thomas Haller2018-02-071-1/+12
* device: don't return value from _device_activate()Thomas Haller2018-02-071-11/+10
* device: clear priv->queued_act_request before setting stateThomas Haller2018-02-071-2/+4
* device: minor cleanup unqueuing queued_act_requestThomas Haller2018-02-071-9/+7
* core: transit to DISCONNECTING state for NMActiveConnectionThomas Haller2018-02-071-3/+3
* trivial: avoid XXX tag and replace by NOTE or FIXMEThomas Haller2018-01-231-1/+1
* device: skip IP configuration phase for external devicesBeniamino Galvani2018-01-191-0/+12
* device: increase carrier wait time to 6 secondsBeniamino Galvani2018-01-181-1/+1
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-2/+2
* core/trivial: fix whitespaceThomas Haller2018-01-121-1/+1
* ppp: introduce SetIfindex pppd plugin D-Bus methodBeniamino Galvani2018-01-101-11/+11
* device: add nm_device_set_ip_ifindex()Beniamino Galvani2018-01-101-0/+54
* core: implement setting MDNS setting for systemdThomas Haller2018-01-091-0/+32
* device: don't keep a clone of the type-description for each device instanceThomas Haller2017-12-271-6/+9
* all: add more meaningful error code for unsupported IP methodBeniamino Galvani2017-12-211-0/+1
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-18/+0
* all: don't use NM_FLAGS_HAS() with non-constant argumentThomas Haller2017-12-151-1/+1
* device: generate unique default route-metrics per interfaceThomas Haller2017-12-151-1/+9
* core: cache device state in NMConfig and load all at onceThomas Haller2017-12-151-17/+14
* device: expose nm_device_get_route_metric_default()Thomas Haller2017-12-151-4/+4
* device: ensure simple action sdata is a NUL-terminated bytestringLubomir Rintel2017-12-111-3/+8
* device: set traffic filters when device comes upLubomir Rintel2017-12-111-1/+35
* device: set qdiscs when device comes upLubomir Rintel2017-12-111-0/+51
* platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookupLubomir Rintel2017-12-111-3/+3
* device: restore original dynamic IPv6 configuration on reapplyBeniamino Galvani2017-12-061-82/+171
* device: restore original dynamic IPv4 configuration on reapplyBeniamino Galvani2017-12-061-43/+88
* device: remove 'force_restart' argument from reactivate functionsBeniamino Galvani2017-12-061-26/+18
* device: don't force a restart of IP configuration on reapplyBeniamino Galvani2017-12-061-2/+2
* settings: remove accessor functions to connection flagsThomas Haller2017-12-051-2/+4
* all: replace 'inital' with 'initial'Beniamino Galvani2017-11-301-10/+10
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-1/+1
* device: use same values for carrier-wait and carrier-defer timeThomas Haller2017-11-281-17/+5
* device: extend carrier lost defer time after MTU changeThomas Haller2017-11-281-9/+23