summaryrefslogtreecommitdiff
path: root/src/devices/team
AgeCommit message (Expand)AuthorFilesLines
2016-02-01device/team: fix tiny memory leakBeniamino Galvani1-0/+1
2015-10-22vlan: fix unmanaged VLAN interface problem (rh #1273879)Jiří Klimeš1-1/+3
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller1-0/+1
2015-08-27team: allow overriding the MTU for team device (rh #1255927)Jiří Klimeš1-0/+21
2015-06-25team: fix potential crash if team binary doesn't existThomas Haller1-1/+1
2015-06-22bridge/bond/team: device availability shouldn't depend on IFF_UP (bgo #746918)Dan Williams1-3/+1
2015-06-22platform: return NMPlatformError from link-add functionsThomas Haller1-3/+4
2015-06-20core: add nm_utils_setpgid(), and use itDan Winship1-12/+1
2015-06-20core: use GUnixSignalWatchSource to simplify signal handlingDan Winship1-8/+1
2015-06-17core: earlier software capability detectionDan Williams1-1/+1
2015-06-17core: let plugins indicate links which should be ignoredDan Williams1-1/+1
2015-06-17platform: return link objects from add functionsDan Williams1-1/+1
2015-06-17core: let device plugins advertise supported link and setting typesDan Williams2-24/+13
2015-06-17platform: add self argument to platform functionsThomas Haller1-5/+7
2015-05-13device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller1-1/+1
2015-04-02team: ratelimit teamd spawningDan Williams1-57/+79
2015-04-02team: respawn teamd when it exits instead of failing activation (rh #1145988)Dan Williams1-79/+115
2015-02-24device: add flags to nm_device_is_available()Thomas Haller1-1/+1
2015-02-24device: add flags argument to check_connection_available()Thomas Haller1-1/+1
2015-02-24device: merge check_connection_available_wifi_hidden() into check_connection_...Thomas Haller1-0/+1
2015-01-23team: fix teamd startup code (rh #1184923)Dan Winship1-7/+4
2015-01-09team: get configuration only when teamd appears on bus for externally added i...Lubomir Rintel1-21/+44
2015-01-09Revert "team: start teamd when ensuring team connection else teamdctl_connect...Lubomir Rintel1-6/+4
2014-12-12team: only proceed with stage2 when team device is STATE_PREPAREThomas Haller1-3/+8
2014-11-13all: consistently include config.hDan Winship1-1/+2
2014-11-07team: Don't let teamd rip off the link when it terminatesLubomir Rintel1-0/+1
2014-10-28libnm-core: add nm-core-types.h, remove cross-includesDan Winship2-1/+2
2014-10-22devices: drop device-type-specific error domainsDan Winship2-32/+8
2014-09-11core: pass parent to device factories when creating devices for connectionsDan Williams1-0/+1
2014-09-11core: move device factory type function into factory objectDan Williams2-31/+10
2014-09-11core: consolidate helper progam searching (bgo #734131)Dan Williams1-16/+5
2014-09-04core: abstract out the duplicated default-ifname-generating codeDan Winship1-34/+1
2014-09-04all: stop using virtual interface-name propertiesDan Winship1-8/+8
2014-09-04libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship1-2/+2
2014-08-25core: refactor nm_utils_complete_generic() not to use a dynamic format stringThomas Haller1-1/+1
2014-08-16all: fix up multiple-include-guard definesDan Winship2-5/+5
2014-08-07libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship1-1/+0
2014-08-06logging: use new logging macros in NMDevice subclassesThomas Haller1-114/+96
2014-08-01libnm: add NetworkManager.h, disallow including individual headersDan Winship1-0/+1
2014-08-01all: port everything to libnmDan Winship1-2/+2
2014-07-30core: merge src/config, src/logging, src/posix-signals into src/Dan Winship1-2/+0
2014-07-23core: fill in nm-types.h, clean out other headersDan Winship2-5/+2
2014-07-15build: more srcdir!=builddir fixesDan Winship1-1/+0
2014-07-10core: use nm_utils_kill_child_async() and nm_utils_kill_child_sync()Thomas Haller1-32/+1
2014-06-27team: remove conditional compilation WITH_TEAMDCTLThomas Haller1-32/+0
2014-06-27team: make team support a pluginThomas Haller6-0/+1204