device: trival refactoring in can_unmanaged_external_down()
[NetworkManager.git] / src / devices / nm-device.c
2016-03-30 Thomas Hallerdevice: trival refactoring in can_unmanaged_external_down()
2016-03-29 Lubomir Rinteldevice: drop external changes on Reapply
2016-03-29 Thomas Hallerall: merge branch 'th/invalid-connections-bgo760907'
2016-03-26 Thomas Hallercore: be strict about connection argument for Reapply...
2016-03-26 Lubomir Rintelmerge: branch 'lr/virtual-parent-bgo762731'
2016-03-26 Lubomir Rinteldevice: delay the activation if the backing device...
2016-03-26 Lubomir Rinteldevice: only clear the activate request when the device...
2016-03-26 Lubomir Rinteldevice: _get_available_connections() with _get_best_con...
2016-03-22 Thomas Hallersystemd: merge branch systemd into master
2016-03-20 Thomas Hallerdevice: optimize hashtable usage for shared_ips
2016-03-15 Beniamino Galvanidevice: fix handling of available connections
2016-03-15 Thomas Hallerplatform: merge branch 'th/netns-aware-bgo763323'
2016-03-15 Thomas Hallerrdisc: make NMRDisc namespace aware
2016-03-11 Thomas Hallersystemd: merge branch 'th/systemd-lldp-bgo763384' into...
2016-03-11 Thomas Hallersystemd: merge branch systemd into th/systemd-lldp...
2016-03-09 Beniamino Galvanidevice: trivial: group all forward declarations of...
2016-03-08 Thomas Hallerdevice: fix leaking GSList element in _replace_vpn_conf...
2016-03-07 Beniamino Galvanidevice: don't assert the presence of old vpn configurations
2016-03-04 Beniamino Galvanilogging: merge branch 'bg/logging-messages-bgo763040'
2016-03-04 Beniamino Galvanidevice: improve logging messages
2016-03-04 Thomas Hallerdevice: assert for valid device argument in nm_device_r...
2016-03-03 Thomas Hallerall: merge branch 'danw/gerror-bgo762868'
2016-03-03 Thomas Hallerall: clean-up usage of GError
2016-02-29 Thomas Hallerplatform/trivial: rename NMPlatformIP6Address's "flags...
2016-02-29 Thomas Hallerplatform: adjust type of IPv6 address flags to guint
2016-02-29 Thomas Hallerplatform/trivial: rename NMPlatformLink's "flags" field...
2016-02-29 Thomas Hallerdevice: fix compile error due to typo
2016-02-29 Thomas Hallerdevice/trivial: adjust whitespace for property definitions
2016-02-29 atuldevice: use _notify() instead of g_object_notify()...
2016-02-27 Lubomir Rinteldevice: the veth should have the same priority as ethernet
2016-02-26 Lubomir Rinteldevice: when activating without cloned-mac-address...
2016-02-25 Beniamino Galvanidevice: trivial: fix indentation and whitespaces
2016-02-24 Lubomir Rinteldevice: check may_fail when progressing to IP_CHECK
2016-02-24 Lubomir Rinteldevice/trivial: rename nm_device_check_ip_failed()
2016-02-23 Thomas Hallerdevice: merge branch 'jk/device-types-bgo762538'
2016-02-23 Thomas Hallerdevice: add new NMDeviceType NM_DEVICE_TYPE_VETH
2016-02-22 Thomas Hallerdevice: merge branch 'th/device-unmanaged-settings...
2016-02-22 Thomas Hallerdevice: revert overruling NM_UNMANAGED_USER_SETTINGS...
2016-02-22 Thomas Hallerdevice: rename NM_UNMANAGED_USER_CONFIG to NM_UNMANAGED...
2016-02-19 Thomas Hallerall: cleanup includes and let "nm-default.h" include...
2016-02-19 Lubomir Rinteldevice: don't allways set assumed reason when platform...
2016-02-18 Thomas Hallerdevice: expose NMIP4Config:addresses in stable/defined...
2016-02-18 Beniamino Galvanidevice: fix assertion on unmanaged_mask for slave devices
2016-02-17 Lubomir Rintelmerge: branch 'th/lr/conn-device-ifname'
2016-02-17 Lubomir Rinteldevice: move the interface name check from manager
2016-02-16 Beniamino Galvanimerge: branch 'bg/dhcp-timeout-property-bgo761464'
2016-02-16 Beniamino Galvanilibnm,core,cli: move dhcp-timeout property to generic...
2016-02-16 Thomas Hallerdevice: merge branch 'th/device-applied-connection...
2016-02-16 Thomas Hallerdevice: fix signature for @flags argument of impl_devic...
2016-02-16 Thomas Hallercore: add NMDevice's GetAppliedConnection D-Bus call
2016-02-16 Thomas Hallerall: add version-id argument to device's Reapply method
2016-02-16 Thomas Hallercore: add version-id to NMActiveConnection
2016-02-16 Thomas Hallerdevice: fix wrongly managing external devices by assumi...
2016-02-15 Thomas Hallercore: merge branch 'lr/default-unmanaged-bgo746566'
2016-02-15 Thomas Hallerdevice: remove default-unmanaged and refactor unmanaged...
2016-02-15 Thomas Hallerdevice/trivial: rename nm_device_set_unmanaged_flags()
2016-02-15 Thomas Hallerdevice: for available connections check whether they...
2016-02-15 Lubomir Rinteldevice: always do a unrealized delete check when rechec...
2016-02-15 Lubomir Rinteldevice: check avaliable connections are really available
2016-02-12 Lubomir Rinteldevice: warn if we couldn't reapply the ip configuration
2016-02-12 Beniamino Galvanidevice: add nm_device_get_applied_setting()
2016-02-12 Thomas Hallersystemd: merge branch 'systemd' into master
2016-02-03 Beniamino Galvanidevice: check nm_ip6_config_get_address_first_nontentat...
2016-02-02 Thomas Hallerdevice: merge branch 'th/device-ext-ip6-config-captured...
2016-02-02 Thomas Hallerdevice: check ext_ip6_config_captured for ll_addr in...
2016-02-02 Thomas Hallerdevice: move have_ip6_address() to nm_ip6_config_get_ad...
2016-02-02 Thomas Hallerdevice: add ext_ip6_config_captured to remember the...
2016-02-01 Thomas Hallerutils: pass entire return statement to NM_UTILS_LOOKUP...
2016-01-29 Dan Williamscore,dhcp: look for IPv6LL address in composite config
2016-01-29 Thomas Hallerdevice: don't iterate over a va_list more then once
2016-01-26 Thomas Hallersystemd: merge branch 'systemd' into master
2016-01-24 Thomas Hallerdevice: merge branch 'lr/default-unmanaged-bgo746566...
2016-01-24 Thomas Hallerdevice: cleanup handling available-connections
2016-01-24 Thomas Hallerdevice/trivial: rename functions for available-connections
2016-01-24 Thomas Hallercore/trivial: rename NM_UTILS_STRING_LOOKUP_TABLE*...
2016-01-24 Thomas Hallerutils: use NM_UTILS_STRING_LOOKUP_TABLE_ITEM() macro
2016-01-23 Beniamino Galvanicore: merge branch 'bg/iptables-sharing-rules-bgo692673'
2016-01-23 Beniamino Galvanicore: list iptables sharing rules in the right order
2016-01-20 Beniamino Galvanimerge: branch 'bg/ipv4-dad-rh1259063'
2016-01-20 Beniamino Galvanidevice: detect duplicate IPv4 addresses when method...
2016-01-20 Beniamino Galvanidevice: detect duplicate IPv4 addresses when method...
2016-01-20 Beniamino Galvanidevice: fix check on device state in carrier_changed()
2016-01-19 Thomas Hallerdevice: clear queued_state callback in dispose
2016-01-19 Thomas Hallerdevice: remove unrealized device without connections...
2016-01-18 Lubomir Rinteldevice: don't remove a devices on connection availabili...
2016-01-18 Thomas Hallerdevice: merge branch 'lr/default-unmanaged-bgo746566...
2016-01-17 Thomas Hallerdevice: only set NMDevice as "real" at the end of nm_de...
2016-01-17 Thomas Hallerdevice: cleanup unrealized device without connection
2016-01-17 Thomas Hallerdevice: refactor cp_connection* functions to use @self...
2016-01-17 Thomas Hallerdevice: minor logging changes to device creation
2016-01-15 Lubomir Rinteldevice: always process hop limit and MTU from the RA
2016-01-14 Lubomir Rinteldevice: apply the iv6 configuration as soon as we get...
2016-01-14 Thomas Hallerdevice: don't progress to ip-check if the DHCPv6 is...
2016-01-14 Lubomir Rinteldevice: use the REMOVED only when unmanaging an active...
2016-01-14 Lubomir Rinteldevice: use the REMOVED reason when unmanaging the...
2016-01-13 Lubomir Rinteldevice: the unrealized devices can attempt to autoconnect
2016-01-13 Lubomir Rinteldevice: trivial: streamline nm_device_autoconnect_allowed()
2016-01-12 Beniamino Galvanicore: merge branch 'bg/vlan-hwaddr-ipv6-rh1286105'
2016-01-12 Beniamino Galvanidevice: export nm_device_reactivate_ip{4,6}_config...
2016-01-11 Thomas Hallercore/device: merge branch 'th/device-realize-bgo760450'
next