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