summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: wait to manage !IFF_UP software devices until they come up (rh #1030947)dcbw/external-ifaces2Dan Williams2014-04-073-60/+161
* core: add Device 'admin-up' property to track IFF_UPDan Williams2014-04-072-0/+27
* merge: rework unmanaged options into flags (rh #1030947)Dan Williams2014-04-074-74/+142
|\
| * core: split user managed preference (unmanaged specs) out from internal manag...Dan Williams2014-04-072-11/+9
| * core: convert unmanaged bits to flagsDan Williams2014-04-074-72/+139
| * core: don't generate a connection for unmanaged devicesMikhail Efremov2014-04-071-3/+6
|/
* examples: fix qt demo to work without STL supportThomas Haller2014-04-041-2/+2
* platform: workaround older kernels that don't accept extended address flags v...Thomas Haller2014-04-041-1/+12
* examples: fix qt demo to work without STL supportThomas Haller2014-04-041-2/+2
* fix typos in documentation and messagesYuri Chornoivan2014-04-033-5/+5
* core: add macro STRLENThomas Haller2014-04-031-0/+3
* cli: fix setting DCB application priority (rh #1080510)Dan Williams2014-04-021-4/+4
* merge: DCB-related workarounds for lldpad and driver bugs (rh #799241) (rh #1...Dan Williams2014-04-024-40/+330
|\
| * dcb: wait for carrier down/up after disabling FCoEDan Williams2014-04-021-0/+32
| * dcb: separate DCB enable/disable and wait for carrier changes (rh #799241) (r...Dan Williams2014-04-024-42/+300
|/
* core: fix bug with ignore-carrier and master/slave devices (rh #1083521)Dan Williams2014-04-021-5/+3
* build: add -Wformat-security to the default warning flagsDan Winship2014-04-021-1/+1
* dcb: fix -Wformat-security bugsDan Winship2014-04-021-2/+2
* ifcfg-rh: fix compile error with HAVE_SELINUXThomas Haller2014-04-011-1/+1
* ifcfg-rh: fix bugs in the new alias code (rh #1067170)Dan Winship2014-04-012-8/+11
* trivial: add a (void) annotation for coverityDan Winship2014-04-011-1/+1
* libnm-util: fix leaks in test-generalDan Winship2014-04-011-0/+3
* po: fix "MB/s" -> "Mbit/s"Jiří Klimeš2014-04-0142-79/+79
* man: use correct Mbit/s for maximum bitrate in nmcli-examplesJiří Klimeš2014-04-011-12/+12
* examples: use correct Mbit/s for bitratesJiří Klimeš2014-04-011-2/+2
* nmcli: use correct Mbit/s units for maximal bitrate (rh #1080474)Jiří Klimeš2014-04-011-1/+1
* trivial: make clear the maximum bitrate is in kbit/sJiří Klimeš2014-04-013-7/+7
* core: ensure activation does not disconnect private connectionsDan Williams2014-03-311-0/+25
* nmcli: fix an error when showing progress of activation in editorJiří Klimeš2014-03-311-6/+13
* ifcfg-rh: put \n after hostname when writing it to /etc/hostnameJiří Klimeš2014-03-311-1/+5
* core: build with SELinux; don't break /etc/hostname context (rh #1070829)Jiří Klimeš2014-03-312-2/+47
* Merge fixes for nm-online (rh #rh1054364)Jiří Klimeš2014-03-314-13/+55
|\
| * nm-online: fix considering the --quiet optionThomas Haller2014-03-311-2/+3
| * trivial: correct nm-online's '--exit' option descriptionJiří Klimeš2014-03-311-1/+1
| * systemd: update NetworkManager-wait-online.service to wait for startupJiří Klimeš2014-03-312-2/+2
| * nm-online: fix nm-online to report online status correctly (rh #1054364)Jiří Klimeš2014-03-312-8/+49
|/
* po: updated Ukranian translation (bgo #727033)Yuri Chornoivan2014-03-281-1203/+1481
* core: update NMManager:devices before emitting notify::devices (rh #1078720)Dan Winship2014-03-271-2/+2
* platform: fix handling of labelsDan Winship2014-03-261-1/+2
* devices: if a generated connection doesn't verify, log whyDan Winship2014-03-261-1/+8
* ifcfg-rh: add support for ifcfg alias files (rh #1067170)Dan Winship2014-03-2630-78/+1298
|\
| * keyfile: ignore ipv4.address-labelsDan Winship2014-03-261-0/+14
| * ifcfg-rh: add support for reading and writing ifcfg alias filesDan Winship2014-03-2614-50/+841
| * core: handle IPv4 address labelsDan Winship2014-03-261-2/+8
| * platform: support address labels for IPv4 addressesDan Winship2014-03-267-19/+54
| * libnm-util: add (private API) support for address labels to NMSettingIP4ConfigDan Winship2014-03-265-7/+283
| * libnm-util: add nm-util-private.h header with nm_util_get_private()Dan Winship2014-03-264-0/+98
|/
* dcb: fix testcases for disabling DCB with short-format commandDan Williams2014-03-261-5/+5
* wifi: fixup for "wifi: support locking connections to a band (5GHz or 2GHz) (...Dan Williams2014-03-261-0/+1
* dcb: workarounds for lldpad/drivers and some bug fixes (rh #799241)Dan Williams2014-03-252-48/+97
|\