summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* core: consolidate auto-activation recheck signalsDan Williams2014-03-037-50/+59
* mobile: make WWAN support a pluginDan Williams2014-03-0318-150/+350
* bluez: make Bluetooth support a pluginDan Williams2014-03-0317-360/+201
* atm: make ADSL support a pluginDan Williams2014-03-037-151/+176
* 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
* ifcfg-rh: add missing functionality for reading/writing subject matchesJiří Klimeš2014-02-285-1/+178
* devices: propagate the hop limit from an IPv6 RA to the kernel configDan Winship2014-02-271-0/+8
* rdisc: expose the "hop limit" from the RADan Winship2014-02-273-1/+11
* devices: be more precise about kernel IPv6 RA handlingDan Winship2014-02-271-4/+13
* devices: abstract the handling of IPv6 sysfs propertiesDan Winship2014-02-271-97/+59
* platform: change sysctl_get/set error loggingDan Winship2014-02-275-24/+33
* core: default route should stay on the current active deviceThomas Haller2014-02-271-16/+18
* core: fix ActiveConnection handling of device disconnected state after e19f48...Dan Williams2014-02-271-3/+14
* trivial: more wrong compiler warningsThomas Haller2014-02-271-1/+1
* trivial: omit wrong compiler warning in ifcfg-rh reader about uninitialized useThomas Haller2014-02-271-1/+1
* core: fix alignment of logging timestampThomas Haller2014-02-261-2/+2
* build: clean 0.9.8 generated filesDan Williams2014-02-261-1/+5
* core: better ignore deactivations before a new activation starts (rh #1058843)Dan Williams2014-02-252-19/+9
* core: queue re-activations to allow DEACTIVATING stateDan Williams2014-02-253-30/+43
* firewall: ignore UNKNOWN_INTERFACE errorsDan Williams2014-02-251-2/+5
* platform: downgrade error logging about NLE_DUMP_INTR on event socketThomas Haller2014-02-251-3/+13
* settings: free memory in finalize(), not in dispose() in NMSecretAgent (rh #1...Jiří Klimeš2014-02-251-12/+16
* trivial: rename function in platformThomas Haller2014-02-241-3/+3
* platform: share the static buffer for platform to_string functionsThomas Haller2014-02-241-12/+10
* trivial: fix whitespaceThomas Haller2014-02-241-1/+1
* replace snprintf by g_snprintfThomas Haller2014-02-244-5/+5
* platform: align debugging output in platform signalsThomas Haller2014-02-241-9/+9