summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ipv6: don't abort if libndp can't intialize an NDP instance (rh #1011698)dcbw/rh1011698-ndp-init-errorDan Williams2013-09-262-10/+14
* api: clarify lifetime and behavior of ActiveConnection's SpecificObject prope...Dan Williams2013-09-261-1/+5
* examples: add an python example (using GI) showing Wi-Fi networksJiří Klimeš2013-09-262-1/+75
* bluez: fix compile error in nm-bluez-device for BlueZ 4 (unused variable)Thomas Haller2013-09-261-1/+0
* trivial: print a more informative warning if built for Bluez5 but Bluez4 is i...Dan Williams2013-09-251-2/+6
* core: add const qualifier to functions in nm-ip[46]-configThomas Haller2013-09-254-106/+106
* core: update existing IP[46]Config of device instead of replacing it (bgo #70...Thomas Haller2013-09-2512-149/+570
* core: add nm_ip[46]_config_replace functionsThomas Haller2013-09-254-26/+430
* core: add nm_platform_ip[46]_*_cmp functionsThomas Haller2013-09-252-0/+86
* trivial: fixup whitespaceThomas Haller2013-09-253-77/+77
* bluez: merge adding support for BlueZ 5 (bgo #701078)Thomas Haller2013-09-2517-307/+1452
|\
| * bluez: remove the device from manager before emitting REMOVED signalThomas Haller2013-09-251-20/+22
| * bluez: fix emitting of REMOVED signal in managerDan Williams2013-09-251-11/+18
| * bluez: ensure that address of NMBluezDevice cannot be resetThomas Haller2013-09-251-13/+44
| * bluez: check bluez5 adapter powered state and remove devices if killedDan Williams2013-09-251-10/+44
| * build: show bluez4 as "no" when not explicitly enabledDan Williams2013-09-251-0/+1
| * bluez: combine bluez4 and bluez5 connect/disconnect codeDan Williams2013-09-251-108/+63
| * bluez: rename files from nm-bluez5-* to nm-bluez-*Thomas Haller2013-09-252-1/+1
| * bluez: rename files from nm-bluez-* to nm-bluez4-*Thomas Haller2013-09-254-5/+5
| * config: make BlueZ 5 default and replace --enable-bluez5 with --enable-bluez4Thomas Haller2013-09-254-30/+30
| * bluez: do not allow resetting the capabilities of a bluez deviceThomas Haller2013-09-251-17/+39
| * bluez: create NMConnection for PAN devicesThomas Haller2013-09-252-5/+131
| * core: add add_connection method to NMConnectionProviderThomas Haller2013-09-253-0/+43
| * core: add has_connections_loaded method to NMConnectionProviderThomas Haller2013-09-253-0/+32
| * bluez: connections must be pre-configured for BlueZ 5 devicesThomas Haller2013-09-255-54/+37
| * bluez: take reference for device before creating dbus adapterThomas Haller2013-09-251-9/+11
| * trivial: rename function nm_bluez_device_call_disconnect to nm_bluez_device_d...Thomas Haller2013-09-253-3/+3
| * bluez: merge file nm-bluez5-device.c into nm-bluez-device.cThomas Haller2013-09-253-665/+292
| * bluez: no need to check for valid GError if glib function failsThomas Haller2013-09-251-6/+3
| * trivial: change nm-bluez*-device.c to be more similarThomas Haller2013-09-252-78/+90
| * bluez: add support for BlueZ 5Emilio Pozuelo Monfort2013-09-258-11/+1133
| * bluez: add configure switch for BlueZ 5Emilio Pozuelo Monfort2013-09-251-0/+12
| * trivial: rename variable and fix whitespace errorsThomas Haller2013-09-251-17/+17
| * bluez: fail if connect_async is called when already being connected.Thomas Haller2013-09-251-11/+20
| * bluez: pass NMBluetoothCapabilities to nm_bluez_deviceThomas Haller2013-09-253-19/+21
| * bluez: move org.bluez Connection() handling to NMBluezDeviceEmilio Pozuelo Monfort2013-09-254-61/+158
| * bluez: get rid of connected_id for disconnecting from signalThomas Haller2013-09-251-8/+6
| * bluez: listen to Connected changes through NMBluezDeviceEmilio Pozuelo Monfort2013-09-251-46/+16
| * bluez: listen to Connected changes in NMBluezDeviceEmilio Pozuelo Monfort2013-09-252-0/+30
| * bluez: pass the NMBluezDevice down to the NMDeviceBtEmilio Pozuelo Monfort2013-09-254-4/+35
|/
* trivial: fix uninitialized bytes in ethtool driver name lookupDan Williams2013-09-251-1/+1
* libnm-util, libnm-glib: bump .so versions to be higher than 0.9.8.4'sDan Winship2013-09-252-2/+2
* core: fix resetting wrong field in nm_ip6_config_reset_addressesThomas Haller2013-09-241-1/+1
* core: add const qualifier to functions in nm-ip[46]-configThomas Haller2013-09-2410-33/+35
* infiniband: only check the last 8 bytes when doing hwaddr matchesDan Winship2013-09-242-2/+40
* platform: fix InfiniBand partition handlingDan Winship2013-09-241-1/+15
* cli: recognize InfiniBand partitions as virtualDan Winship2013-09-241-4/+1
* core: short-circuit nm_device_spec_match_list()Dan Winship2013-09-241-0/+3
* platform: fix spelling of "announceable"Dan Winship2013-09-241-4/+4
* examples: use GLib.MainLoop instead of deprecated GObject.MainLoop in pythonJiri Popelka2013-09-243-6/+6