summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* core: fail activation when a route cannot be addedThomas Haller2013-08-262-3/+7
* core: fix setting is_software for software devices created by NMDan Williams2013-08-261-1/+3
* update libgsystem submodulePavel Šimerda2013-08-261-0/+0
* po: updated Italian (it) translation (bgo #706245)Milo Casagrande2013-08-261-406/+1508
* core: fix leaking route instance in nm_ip4_config_update_settingThomas Haller2013-08-261-0/+1
* cli: bugfix verification for wifi channel in edit modeThomas Haller2013-08-231-1/+1
* core: fix wrong unref in nm-ip4-config/nm_ip4_config_update_settingThomas Haller2013-08-231-1/+2
* core: reset ipv6 sysctls only for managed devicesPavel Šimerda2013-08-221-13/+16
* core: implement update_connection() for EthernetPavel Šimerda2013-08-221-11/+20
* core: match connections to connections instead of devicesPavel Šimerda2013-08-223-19/+217
* libnm-util: add NM_SETTING_COMPARE_FLAG_CANDIDATE flagPavel Šimerda2013-08-223-1/+14
* core: implement nm_device_is_software()Pavel Šimerda2013-08-222-0/+11
* core: don't return NULL from nm_ip[46]_config_capture()Pavel Šimerda2013-08-222-12/+0
* core: remove assume from nm-activation-requestPavel Šimerda2013-08-226-33/+2
* core: fix segfault on initialization of macvlan and gre deviceThomas Haller2013-08-222-8/+18
* build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship2013-08-2230-268/+168
* team: kill existing teamd for same device name during teamd start phaseJiri Pirko2013-08-221-0/+17
* nm-manager: fix goto in system_create_virtual_device() in team sectionJiri Pirko2013-08-221-1/+1
* nm-manager: do not fail if team device already existsJiri Pirko2013-08-221-1/+2
* team: use libteamdctl to update port config before enslaveJiri Pirko2013-08-221-0/+28
* nm-device-team: use libteamdctlJiri Pirko2013-08-222-1/+35
* add libteamdctl for configure.acJiri Pirko2013-08-221-0/+20
* ifcfg-rh writer: write DEVICETYPE for all team portsJiri Pirko2013-08-221-2/+3
* ifcfg-rh: minor tweaks to previous patchDan Winship2013-08-221-7/+7
* ifcfg-rh: add test for BOOTPROTO=none readerJiri Pirko2013-08-222-0/+50
* ifcfg-rh: reader: allow device to not have ipv4 setting.Jiri Pirko2013-08-223-100/+56
* core: don't use gs_unref_object for nm-ip[46]-addressPavel Šimerda2013-08-212-2/+8
* nmcli: strip whitespace when reading property name in edit modeThomas Haller2013-08-211-1/+1
* cli: highlight 'describe' command for edit mode.Thomas Haller2013-08-211-0/+2
* po: updated pt_BR translation (bgo #706453)Enrico Nicoletto2013-08-211-349/+305
* man: reword nmcli manual page introducationThomas Haller2013-08-201-18/+14
* trivial: fix unused variable 'priv'Jiri Popelka2013-08-191-0/+2
* libnm-glib: add missing symbolGiovanni Campagna2013-08-191-0/+1
* vpn: fix zero IPv6 address checkPavel Šimerda2013-08-191-1/+1
* man: fix spelling error in man/nmcli.1.inThomas Haller2013-08-191-1/+1
* nm-online: wait for all startup-time connections, not just oneDan Winship2013-08-162-91/+34
* libnm-glib: add NMClient:startup, nm_client_get_startup()Dan Winship2013-08-163-0/+46
* core: add NMManager:startup propertyDan Winship2013-08-168-4/+179
* core: simplify signal disconnection in nm-device-wifiDan Winship2013-08-161-47/+26
* core: minor device removal simplification/fixDan Winship2013-08-161-31/+13
* core: remove some dead code in NMDeviceDan Winship2013-08-161-14/+0
* po: updated pt_BR translation (bgo #705995)Enrico Nicoletto2013-08-161-275/+1454
* core: spawn teamd for team device connectionJiri Pirko2013-08-151-1/+279
* cli: add team driver supportJiri Pirko2013-08-151-19/+113
* ifcfg-rh: add write support for team devicesJiri Pirko2013-08-151-0/+56
* ifcfg-rh: add read support for team devicesJiri Pirko2013-08-151-16/+142
* libnm-glib: add support for team deviceJiri Pirko2013-08-155-0/+430
* core: add support for team deviceJiri Pirko2013-08-1512-29/+510
* libnm-util: add setting for team portJiri Pirko2013-08-156-0/+277
* libnm-util: add team device settingJiri Pirko2013-08-157-0/+360