summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Fix capitalization of "InfiniBand"Dan Winship2012-03-061-1/+1
* core: handle NULL device path for activationDan Williams2012-03-061-1/+2
* core: remove some redundant code and add some argument checksDan Williams2012-03-061-1/+6
* core: use a second startup pass to detect all VLAN interfacesDan Williams2012-03-061-1/+34
* core: ensure master connections are available for dependenceDan Williams2012-03-011-10/+326
* core: reorganize activation flow by splitting out VPN activation workDan Williams2012-03-011-113/+114
* core: use NMActiveConnection objects throughout activation pathsDan Williams2012-03-011-44/+47
* core: convert VLAN interfaces to a device subclassDan Williams2012-03-011-51/+47
* core: extend nm_device_hwaddr_matches() to match specific addressesDan Williams2012-03-011-1/+1
* core: use VLAN parent instead of master for creating the virtual interfaceDan Williams2012-03-011-54/+54
* trivial: fix unused variable ‘priv’Jiri Popelka2012-03-011-0/+2
* wifi: let WEXT be disabled with --with-wext=noDan Williams2012-02-291-10/+2
* core: additional connectivity checking debug messagesDan Williams2012-02-271-1/+4
* core: fix up connectivity state checksDan Williams2012-02-271-6/+15
* core: clean up and simplify connectivity checkDan Williams2012-02-271-46/+27
* core: make connectivity checking selectable at build-timeDan Williams2012-02-271-4/+21
* trivial: whitespace and formatting cleanupsDan Williams2012-02-271-2/+1
* core: add internet connectivity checkThomas Bechtold2012-02-271-13/+68
* core: add missing system includesThomas Bechtold2012-02-241-0/+2
* core: flush timestamp cache to disk only on activate/deactivateDan Williams2012-02-171-12/+3
* bond: move bond master interfaces to NMDeviceBondDan Williams2012-02-161-11/+17
* core: handle explicit device creation on connection activationDan Williams2012-02-161-13/+62
* core: automatically create VLAN interfaces when neededDan Williams2012-02-161-3/+122
* core: don't create virtual interfaces we already haveDan Williams2012-02-161-18/+111
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-48/+1
* core: trivial device creation cleanupDan Williams2012-02-101-9/+11
* core: make NMActiveConnection a base class for NMActRequest and NMVPNConnectionDan Williams2012-02-091-8/+8
* core: move device creation into the managerDan Williams2012-02-051-15/+202
* core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2011-12-061-6/+6
* core: clean up more usage of NM_IS_DEVICE_xxx()Dan Williams2011-12-021-7/+10
* core: clarify non-modem device addition handlingDan Williams2011-12-021-0/+8
* core: clean up per-device rfkill handlingDan Williams2011-12-021-24/+12
* core: kill NMDeviceInterfaceDan Williams2011-12-021-2/+1
* core: move NMDeviceInterface properties and methods to nm-device.cDan Williams2011-12-021-4/+4
* core: move nm_device_interface_activate() to nm-device.cDan Williams2011-12-021-1/+1
* core: move nm_device_interface_disconnect() to nm-device.cDan Williams2011-12-021-2/+2
* core: move nm_device_interface_set_enabled() to nm-device.cDan Williams2011-12-021-3/+3
* core: move nm_device_interface_get_enabled() to nm-device.cDan Williams2011-12-021-1/+1
* core: move nm_device_interface_spec_match_list() to nm-device.cDan Williams2011-12-021-3/+3
* core: move nm_device_interface_connection_match_config() to nm-device.cDan Williams2011-12-021-2/+1
* core: move nm_device_interface_can_assume_connections() to nm-device.cDan Williams2011-12-021-2/+2
* core: move nm_device_interface_check_connection_compatible() to nm-device.cDan Williams2011-12-021-5/+2
* core: kill nm_device_interface_get_state()Dan Williams2011-12-021-1/+1
* core: move NMDevice private functions to nm-device-private.hDan Williams2011-12-021-1/+1
* bonding: postpone auto-activation of a slave until master is presentThomas Graf2011-11-091-0/+18
* bonding: kernel bonding device creationThomas Graf2011-11-091-5/+79
* vpn: ensure valid specific object when none was given at activationDan Williams2011-10-251-1/+1
* vpn: fix 'SpecificObject' path for active VPN connections on D-BusJiří Klimeš2011-09-291-0/+1
* core: split nm_manager_get() to simplify manager creationDan Williams2011-09-271-5/+12
* core: remove unused arguments from nm_manager_get()Dan Williams2011-09-271-5/+0