summaryrefslogtreecommitdiff
path: root/src
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
* core: don't assume connections for INTERNAL or PARENT unmanaged devicesDan Williams2014-12-161-1/+3
* core: don't auto-launch logind (bgo #741572)Dan Williams2014-12-161-9/+44
* tests: fix NEGATIVE_RETURNS (CWE-394) in testsJiří Klimeš2014-12-151-1/+5
* ifcfg-rh: coverity complained about not checking stat() return valueJiří Klimeš2014-12-151-2/+4
* 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-124-10/+25
* utils: add missing va_end macro in nm_utils_uuid_generate_from_strings()Jiří Klimeš2014-12-121-0/+1
* 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
* platform: Fix build with LIBNL_INET6_ADDR_GEN_MODELubomir Rintel2014-12-111-0/+3
* device: assume connections for device with slaveslr/bridge-rh1141266Lubomir Rintel2014-12-111-3/+5
* device: set the master on device additionLubomir Rintel2014-12-113-18/+50
* device: release and enslave an interface if its master changedLubomir Rintel2014-12-111-2/+3
* Revert "platform: increase NL buffer for systems with lots of interfaces (rh ...Lubomir Rintel2014-12-111-7/+0
* platform: resynchronize with kernel when we're out of buffer spaceLubomir Rintel2014-12-111-10/+84
* platform: refactor the object comparison logic into a separate functionLubomir Rintel2014-12-111-18/+30
* platform: ensure all objects in link cache are of AF_UNSPEC familyLubomir Rintel2014-12-111-1/+37
* 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
* tests: fix setting MAC address in testsJiří Klimeš2014-12-111-3/+1
* core: don't wipe out VPN secrets if we're changing the connectionLubomir Rintel2014-12-111-0/+6
* agent-manager: don't ever fail the secrets requests from GetSecrets()Lubomir Rintel2014-12-113-3/+11
* platform: avoid conflicts when reinstalling the device-routeThomas Haller2014-12-114-33/+102
* device: add logging macro _LOGT()Thomas Haller2014-12-091-0/+1
* core: implement nm_utils_find_helper() based on nm_utils_file_search_in_paths()Thomas Haller2014-12-051-47/+14
* utils: fix converting milliseconds to microsecondsJiří Klimeš2014-12-051-2/+13
* bluetooth: the code cannot be reachedJiří Klimeš2014-12-051-3/+2
* platform: ignore nm_platform_ip4_route_add/delete return valueJiří Klimeš2014-12-051-3/+5
* utils: initialize timespec structureJiří Klimeš2014-12-051-4/+4
* util: fix _log_connection_sort_names_fcn()Jiří Klimeš2014-12-051-2/+2
* settings: change algorithm for UUID generation based on stringsThomas Haller2014-12-042-8/+9
* core: add nm_utils_uuid_generate_from_strings()Thomas Haller2014-12-043-0/+95
* libnm: add a type argument to nm_utils_uuid_generate_from_string()Thomas Haller2014-12-045-6/+6
* libnm: accept additional length argument in nm_utils_uuid_generate_from_string()Thomas Haller2014-12-045-6/+6
* core: don't bounce disable_ipv6 when assuming connections (rh #1170530)Jiří Klimeš2014-12-041-1/+1
* libnm: remove nm_utils_init() from the public APIDan Winship2014-12-042-7/+0
* core: fix leak of generated connection if device is activeDan Williams2014-12-031-5/+4
* devices: don't release slaves on exit (rh #1169936)Dan Winship2014-12-031-1/+1
* ifcfg-rh: don't include nm-utils-private.h outside of libnm-core/Thomas Haller2014-12-031-1/+0
* device: Deal with links that vanish during initializationLubomir Rintel2014-12-023-4/+9
* iface-helper: disambiguate route priority for IPv4 and IPv6Thomas Haller2014-12-012-16/+20
* core: rename NM_PLATFORM_ROUTE_METRIC_DEFAULT to NM_PLATFORM_ROUTE_METRIC_DEF...Thomas Haller2014-12-013-6/+12
* keyfile: assert in writer to have valid connection idThomas Haller2014-11-281-5/+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-262-21/+28