summaryrefslogtreecommitdiff
path: root/src/nm-device.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-27utils: more flexible reading of /proc/sys/netJiří Klimeš1-4/+5
2012-02-17core: flush timestamp cache to disk only on activate/deactivateDan Williams1-0/+10
2012-02-16core: fix matching VLAN connections to interfacesDan Williams1-0/+2
2012-02-16core: add NMDevice hwaddr_matches() class methodDan Williams1-0/+13
2012-02-16core: don't create virtual interfaces we already haveDan Williams1-2/+6
2012-02-15Use glib-mkenums to generate enum typesDan Winship1-30/+1
2012-02-13firewall: add remove_from_zone()Jiri Popelka1-1/+12
2012-02-09core: make NMActiveConnection a base class for NMActRequest and NMVPNConnectionDan Williams1-2/+2
2012-02-02core: add device property "StateReason"Thomas Bechtold1-0/+22
2012-01-26infiniband: add transport-mode propertyDan Winship1-0/+2
2012-01-25bonding: export path of master device property over DBUSThomas Graf1-0/+14
2011-12-12core: don't flush routes/addresses on invalid interface indexesDan Williams1-2/+4
2011-12-08core: add generic queued state transitionsDan Williams1-48/+67
2011-12-08bonding: abort activation of unknown slave typesThomas Graf1-1/+14
2011-12-06core: ensure correct IP family completion is scheduledDan Williams1-9/+16
2011-12-06core: use right IP family when commiting IP configurationDan Williams1-2/+2
2011-12-06core: better failure handling when starting IP configurationDan Williams1-3/+11
2011-12-06trivial: move some log messages earlierDan Williams1-8/+8
2011-12-06trivial: add nm_device_get_connection()Thomas Graf1-29/+13
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf1-2/+2
2011-12-02core: clean up per-device rfkill handlingDan Williams1-0/+9
2011-12-02core: kill NMDeviceInterfaceDan Williams1-1/+0
2011-12-02core: move NMDeviceInterface properties and methods to nm-device.cDan Williams1-114/+236
2011-12-02core: move state-changed signal to nm-device.cDan Williams1-0/+10
2011-12-02core: move NMDeviceInterfaceError to nm-device.cDan Williams1-9/+49
2011-12-02core: move nm_device_interface_deactivate() to nm-device.cDan Williams1-21/+8
2011-12-02core: move nm_device_interface_activate() to nm-device.cDan Williams1-10/+18
2011-12-02core: move nm_device_interface_disconnect() to nm-device.cDan Williams1-7/+18
2011-12-02core: move nm_device_interface_set_enabled() to nm-device.cDan Williams1-0/+10
2011-12-02core: move nm_device_interface_get_enabled() to nm-device.cDan Williams1-0/+11
2011-12-02core: move nm_device_interface_spec_match_list() to nm-device.cDan Williams1-10/+5
2011-12-02core: move nm_device_interface_connection_match_config() to nm-device.cDan Williams1-4/+3
2011-12-02core: move nm_device_interface_can_assume_connections() to nm-device.cDan Williams1-12/+10
2011-12-02core: move nm_device_interface_check_connection_compatible() to nm-device.cDan Williams1-17/+17
2011-12-02core: move NMDevice private functions to nm-device-private.hDan Williams1-43/+29
2011-12-02wired: split NMDeviceWired out of NMDeviceEthernet and add NMDeviceInfinibandDan Winship1-9/+19
2011-12-01ip6: suppress merge_ip6_configs() warningDan Williams1-1/+3