summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform/core: add support for IPv4 PtP/peer addressesdcbw/ptp-addressDan Williams2013-10-159-19/+56
* core: print ifindex when logging UDEV eventThomas Haller2013-10-152-4/+11
* core: don't have IP4 and IP6 configs on slavesDan Winship2013-10-145-97/+126
* trivial: whitespace fixThomas Haller2013-10-141-17/+17
* nm-online: check return value of nm_client_new()Jiří Klimeš2013-10-141-1/+6
* libnm-glib: fix a crash in nm_client_new() (rh #1010288)Jiří Klimeš2013-10-141-5/+30
* core: fix crash for bridge-slave with missing NMSettingBridgePort settingThomas Haller2013-10-111-11/+18
* ifcfg-rh: fix handling of minimal ifcfg filesDan Winship2013-10-112-71/+50
* settings: make connections always have s_ip4 and s_ip6Dan Winship2013-10-1112-189/+302
* libnm-util: remove reference to non-existent "Posix" namespaceDan Winship2013-10-111-4/+1
* libnm-util, libnm-glib: fix up some gtk-doc commentsDan Winship2013-10-1110-46/+49
* core: fix PropertiesChanged signals for IP-related propertiesDan Williams2013-10-091-16/+30
* trivial: remove unnecessary warningDan Williams2013-10-091-1/+0
* core: avoid use-after-free in libnm-util/bond.verify()Thomas Haller2013-10-081-2/+2
* po: updated Brazilian Portuguese (pt_BR) translation (bgo #709675)Enrico Nicoletto2013-10-081-355/+505
* core: allow IPv4 to proceed if IPv6 is globally disabled but set to "auto" (r...Dan Williams2013-10-071-2/+2
* ifcfg-rh: ignore default routes in route6 file (rh #991807)Jiří Klimeš2013-10-072-4/+13
* ifcfg-rh: fix ignoring updates that don't change anythingDan Williams2013-10-041-8/+3
* test: launch dbus for test-remote-settings-clientThomas Haller2013-10-041-1/+5
* bluez: fix leak of NMBluezDevice in bluez_connect_cbThomas Haller2013-10-031-1/+3
* core: fix nm_ip6_config_replace() nameserver address comparisonDan Williams2013-10-031-2/+2
* trivial: print route prefix when printing RA discovered routesDan Williams2013-10-031-1/+1
* rdisc: mask host bits off RA prefix (rh #1008104) (bgo #709230)Dan Williams2013-10-031-2/+21
* cli: fix a possible crash when casting NULL using NM_CONNECTION (rh #1011942)Jiří Klimeš2013-10-031-2/+7
* libnm: more valgrinding fixesDan Winship2013-10-036-7/+20
* libnm-glib: fix the leak that breaks the shell network status iconDan Winship2013-10-031-7/+5
* cli: enhance TAB-completion in nmcli editorJiří Klimeš2013-10-031-64/+150
* cli: fix bash completion to show general optionsThomas Haller2013-10-031-2/+2
* bluez: fix creation of NAP connection for bluez deviceThomas Haller2013-10-021-1/+4
* team: do not g_source_remove after g_child_watch_add signal was emittedThomas Haller2013-10-021-0/+3
* team: fix missing teamd_cleanup in certain casesThomas Haller2013-10-021-17/+14
* team: fix startup of team by ignoring teamd_dbus_vanished at firstThomas Haller2013-10-021-0/+12
* team: fix a crash on team devices (rh #1013593)Jiří Klimeš2013-10-021-1/+1
* team: ensure that teamd_start does not get called when already startingThomas Haller2013-10-021-8/+20
* trivial: whitespace fixDan Williams2013-10-021-0/+1
* cli: add primary bonding option in bash completionThomas Haller2013-10-021-1/+2
* trivial: remove stray ')' from nmcli prompts in questionsJiří Klimeš2013-10-021-13/+13
* cli: accept 'primary' bonding optionJiří Klimeš2013-10-022-2/+33
* cli: enhance questionnaire for bond connections (rh #1007355)Jiří Klimeš2013-10-021-49/+66
* cli: fix memory leaks on questionnairesJiří Klimeš2013-10-021-63/+158
* dhcp: fix IPv6 address prefixes (rh #1013583)Dan Williams2013-10-011-1/+1
* libnm-glib: make properties-changed debugging available at runtimeDan Williams2013-10-011-14/+22
* libnm-util: only remove ARP when MIIMON is being set to non-zero and vice versaJiří Klimeš2013-10-011-2/+4
* team: remove variable teamd_on_dbus that was always FALSEThomas Haller2013-10-011-5/+1
* team: fix wrong assertion in device-teamThomas Haller2013-10-011-3/+7
* team: chain up parent dispose() in NMDeviceTeam dispose() (rh #1013593)Jiří Klimeš2013-10-011-0/+2
* cli: fix missing type option 'team' in mcli completionThomas Haller2013-09-301-1/+1
* cli: use a generic function asking for both IPv4/IPv6 in questionnaireJiří Klimeš2013-09-301-39/+33
* cli: be more verbose when adding IP addresses in questionnaire (rh #1006450)Jiří Klimeš2013-09-301-8/+22
* rdisc: do not crash on NDP init failures (rh #1012151)Jiří Klimeš2013-09-302-7/+16