summaryrefslogtreecommitdiff
path: root/src/nm-device.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02core: implement NMDevice::state-changed more idiomaticallyDan Winship1-2/+3
2012-10-02core: remove "real_" prefix from method implementation namesDan Winship1-23/+23
2012-09-27core: don't try to create VLANs on devices that don't support themDan Winship1-0/+7
2012-09-25distro: remove nm_backend_ipv6_use_tempaddr()Pavel Šimerda1-2/+43
2012-09-25device: remove useless ipv6 route additionPavel Šimerda1-14/+0
2012-09-24api: add NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED reason and use thatJiří Klimeš1-0/+2
2012-09-24core: VPN autoconnect feature (bgo #560471) (rh #483120)Jiří Klimeš1-6/+11
2012-09-20wifi: add SSID_NOT_FOUND reason and use it when we canDan Williams1-0/+2
2012-09-20core: determine whether connection timestamps are set or notDan Williams1-0/+12
2012-09-11core: add dispatcher callbacks and simplify dispatcher function prototypesDan Williams1-4/+4
2012-09-11core: split dispatcher into its own fileDan Williams1-0/+1
2012-09-03core: fix a regression causing that driver and firmware versions are not setJiří Klimeš1-1/+1
2012-08-30wired: ensure carrier changes clear queued state where appropriateDan Williams1-18/+31
2012-08-29api: add a "ModemManager unavailable" device state reasonDan Williams1-0/+2
2012-08-24core: fix possible uninitialized memory usageDan Williams1-0/+1
2012-08-22trivial: use dashes in "br2684-bridge-failed" to match other reason stringsJiří Klimeš1-1/+1
2012-08-15core: add AvailableConnections property for NMDevice objectsNathanael D. Noblet1-0/+197
2012-07-24core: suppress a warning when a connection is assumedDan Williams1-1/+2
2012-07-24ip4: fix connection assumptionPavel Šimerda1-13/+13
2012-06-28core: move failure logging to device superclassDan Williams1-1/+6
2012-06-26ip6: rename defgw to gatewayPavel Šimerda1-2/+2
2012-06-12core: move DNS change handling to the policy and optimize DNS updates (bgo #6...Dan Williams1-24/+2
2012-06-12core: add device IPv4 and IPv6 config change signalsDan Williams1-13/+36
2012-06-11core: don't default to IPv6 temp addr while completing connection (bgo #633233)Jiří Klimeš1-8/+0
2012-06-08core: add driver-version, firmware-version properties to NMDevice (bgo #636124)Jiří Klimeš1-4/+100
2012-06-01core: re-implement device disconnect using generic auth request signalDan Williams1-27/+43
2012-06-01core: add generic device authorization request signalDan Williams1-0/+10
2012-05-31ip6: don't 'assume' IPv6 connections (bgo #676740)Pavel Šimerda1-12/+5
2012-05-31ip6: add default gateway to NMIP6Config (bgo #676317)Pavel Šimerda1-0/+4
2012-05-23core: initialize 'autoconnect' member variable in nm_device_init()Jiří Klimeš1-1/+4
2012-05-22core: add "Autoconnect" property to NMDeviceJiří Klimeš1-13/+27
2012-05-21core: unblock signals for child processes we spawn out of NM (rh #739836)Jiří Klimeš1-0/+9
2012-05-18core: clarify device routing priorityDan Williams1-2/+42
2012-05-18adsl: initial PPPoE support for ADSL devicesPantelis Koukousoulas1-0/+2
2012-05-17core: fix ifindex value checksDan Williams1-5/+10
2012-05-02core: pass connection provider to devicesDan Williams1-0/+27
2012-04-25core: notify that "active-connection" property changed on NMDeviceJiří Klimeš1-0/+1
2012-03-21firewall: set interface zone before IP configuration (rh #805405)Dan Williams1-66/+48
2012-03-16core: treat missing IPv6 setting as AUTODan Williams1-2/+2
2012-03-14core: fix queued state change debug messageDan Williams1-2/+1
2012-03-01firewall-manager: changing the zone an interface belongs toJiri Popelka1-1/+2
2012-03-01core: use active connection dependency master instead of manually setting itDan Williams1-35/+0
2012-03-01core: move slave handling to device subclassesDan Williams1-69/+60
2012-03-01core: don't require an error argument to nm_device_check_connection_compatible()Dan Williams1-2/+0
2012-03-01core: wait for dependencies before continuing with device activationDan Williams1-1/+105
2012-03-01core: don't assert in nm_device_get_connection()Dan Williams1-5/+2
2012-03-01core: extend nm_device_hwaddr_matches() to match specific addressesDan Williams1-3/+30
2012-03-01core: move IP config matching to NMDevice superclassDan Williams1-0/+90
2012-02-27core: use glib's CLAMP() macro to simplify ipv6_privacy boundary checkJiří Klimeš1-2/+1
2012-02-27core: add support for IPv6 Privacy Extensions for SLAAC (RFC4941) (bgo #633233)Jiří Klimeš1-1/+98