summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* blah blahdcbw/ip4llDan Williams2014-03-063-0/+706
* 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
|\
| * core: consolidate auto-activation recheck signalsDan Williams2014-03-037-50/+59
| * mobile: make WWAN support a pluginDan Williams2014-03-0320-152/+353
| * bluez: make Bluetooth support a pluginDan Williams2014-03-0319-362/+204
| * atm: make ADSL support a pluginDan Williams2014-03-039-152/+178
| * devices: rework device plugin interface to be more flexibleDan Williams2014-03-039-147/+465
| * mobile: convert to device removed signalsDan Williams2014-03-037-80/+63
| * core: allow devices to indicate when they should be removedDan Williams2014-03-033-1/+20
| * core: add nm_connection_provider_get()Dan Williams2014-03-037-74/+41
| * core: don't ref the Manager singletonDan Williams2014-03-033-13/+5
|/
* examples: add a GOI Python example for getting active connectionsJiří Klimeš2014-03-032-1/+49
* examples: also print type of active connectionsJiří Klimeš2014-03-031-1/+1
* cli: fix a crash when trying to set a white-space string as IP (rh #1071394)Jiří Klimeš2014-03-031-18/+22
* libnm-util: more specific error for missing ipv[46].adddress when method=manualJiří Klimeš2014-03-032-8/+10
* cli/bash-completion: fix `nmcli connection CMD` completion for --help optionThomas Haller2014-03-021-10/+108
* cli/bash-completion: only allow --help as first argument for nmcli connection...Thomas Haller2014-03-011-18/+47
* cli/bash-completion: use printf instead of echo (because echo inteprets some ...Thomas Haller2014-03-011-7/+4