summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: accept prefix "ifname/", "uuid/" or "id/" for 'master' argumentjk/rh1057494-nmcli-master-idJiří Klimeš2014-03-112-15/+56
* cli: allow specifying 'master' for slaves as connection ID (rh #1057494)Jiří Klimeš2014-03-112-15/+72
* po: updated Italian (it) translation (bgo #725988)Milo Casagrande2014-03-101-1052/+3137
* device: fix uninitialized ifa_flagsJiří Klimeš2014-03-071-1/+1
* examples: fix Makefile.am to include all Python examples for distributionJiří Klimeš2014-03-071-1/+1
* rdisc: avoid integer overflow when calculating timeoutsThomas Haller2014-03-061-8/+8
* rdisc: set the expiration timer correctly (rh #1073560)Dan Winship2014-03-061-2/+4
* test: fix failure in `make check` due to invalid sorting of libnm-util/libnm-...Thomas Haller2014-03-061-1/+1
* core: unschedule deletion of software device when starting an activation requestDan Williams2014-03-061-0/+2
* core/dhcp: reduce the wait time when killing dhcp client processThomas Haller2014-03-063-7/+7
* platform, devices: add support for vxlan (rh #1066705)Dan Winship2014-03-0615-31/+813
|\
| * platform, devices: add support for vxlan devicesDan Winship2014-03-0612-0/+778
| * platform: fix some tabs-vs-spacesDan Winship2014-03-061-12/+12
| * devices: fix up parent/peer tracking in some virtual devicesDan Winship2014-03-063-19/+23
|/
* libnm-util, libnm-glib: Add master/slave-matching utils (rh #1045203)Dan Winship2014-03-0621-11/+207
|\
| * libnm-glib: add nm_device_get_setting_type()Dan Winship2014-03-0616-1/+124
| * libnm-util: add nm_utils_check_virtual_device_compatibility()Dan Winship2014-03-065-10/+83
|/
* core: reenable auto activation for slave connections with a matching UUID masterDan Williams2014-03-051-2/+11
* core: implement function nm_active_connection_get_uuid()Thomas Haller2014-03-051-0/+8
* core: rename function nm_active_connection_get_name() to nm_active_connection...Thomas Haller2014-03-054-7/+7
* core: add some assertions to avoid clang analyzer false positivesDan Winship2014-03-052-0/+4
* vpn-manager: remove some dead codeDan Winship2014-03-051-4/+0
* libnm-glib: fix a double free in NMDeviceVlanDan Winship2014-03-051-1/+0
* libnm-util: fix minor bugs in nm_setting_vlan_remove_priority_str_by_value()Dan Winship2014-03-051-3/+4
* platform: fix a logging bugDan Winship2014-03-051-3/+3
* Merge changes for addition of 'type' and 'id' properties to NMActiveConnectionJiří Klimeš2014-03-0510-20/+164
|\
| * example: simplify get-active-connections.py by using ID and Type propertiesJiří Klimeš2014-03-051-16/+3
| * libnm-glib: support 'type', 'id' properties in NMActiveConnection (rh #1061822)Jiří Klimeš2014-03-053-0/+92
| * core: add 'type' and 'id' property for NMActiveConnection (rh #1061822)Jiří Klimeš2014-03-056-4/+69
|/
* platform: fix converting address flags in nm_platform_ip6_address_to_string()Thomas Haller2014-03-051-2/+2
* core: fix adding gateway route for IPv6Thomas Haller2014-03-052-5/+7
* tivial/core: move common #defines to header fileThomas Haller2014-03-053-16/+8
* core: fix adding gateway routes within the own subnetThomas Haller2014-03-052-2/+4
* trivial/core: remove duplicate #includeThomas Haller2014-03-051-1/+0
* rdisc: obey rtr_solicitations and rtr_solicitation_intervalDan Winship2014-03-047-37/+85
* core: move NMDevice's ip6_property_path() to NetworkManagerUtilsDan Winship2014-03-043-18/+26
* core: remove nm_device_can_interrupt_activation()Dan Williams2014-03-043-39/+0
* core: remove nm_device_ignore_carrier()Dan Williams2014-03-042-7/+0
* core: postpone non-static master IP configuration until carrierDan Williams2014-03-041-15/+7
* core: match IPv4 'disabled' method to 'auto' when device has no linkDan Williams2014-03-044-5/+92
* core: refactor connection matching and add testcaseDan Williams2014-03-042-8/+130
* core: correctly handle pre-activation dependency failure (rh #1069695)Dan Williams2014-03-042-9/+39
* core: ensure ActiveConnections stay alive over activation pathsDan Williams2014-03-041-21/+65
* platform: move asserts for sysctl_get/set functions to nm-linux-platformThomas Haller2014-03-042-6/+12
* platform: add logging when reading and writing sysctl valuesThomas Haller2014-03-041-2/+77
* platform: remove logging about check_cache_items()Thomas Haller2014-03-041-1/+0
* policy: fix crash caused by calling functions on connection==NULLJiří Klimeš2014-03-041-7/+12
* core: #include <gmodule.h> for G_MODULE_EXPORTDan Williams2014-03-043-0/+4
* devices: fix compilation of nm_device_factory_new_link()Jiří Klimeš2014-03-041-2/+2
* merge: move ATM, Bluetooth, and WWAN into device plugins (bgo #724324)Dan Williams2014-03-0352-1014/+1371
|\