summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-27core: don't try to create VLANs on devices that don't support themDan Winship1-1/+10
2012-09-24core: add some helper functions to activation requestJiří Klimeš1-1/+5
2012-08-27core: remove erroneous reference to VLAN-over-IPoIBDan Winship1-2/+2
2012-08-24core: ignore PPP interface removal signals from udevDan Williams1-1/+9
2012-06-14core: more VPN activated/deactivated fixupsDan Williams1-4/+5
2012-06-01core: re-implement device disconnect using generic auth request signalDan Williams1-114/+12
2012-06-01core: add generic device authorization request signalDan Williams1-0/+97
2012-05-22core: authenticate Set() D-Bus call for NMDevice "Autoconnect" propertyJiří Klimeš1-11/+51
2012-05-22core: add "Autoconnect" property to NMDeviceJiří Klimeš1-1/+2
2012-05-18adsl: settings and initial "scaffolding"Pantelis Koukousoulas1-8/+25
2012-05-17bluetooth: move device logic to bluez managerDan Williams1-156/+21
2012-05-17core: fix ifindex value checksDan Williams1-1/+1
2012-05-02core: pass connection provider to devicesDan Williams1-0/+2
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