summaryrefslogtreecommitdiff
path: root/src/nm-device-ethernet.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-01core: move slave handling to device subclassesDan Williams1-10/+13
2012-03-01core: don't assert in nm_device_get_connection()Dan Williams1-1/+2
2012-03-01core: convert VLAN interfaces to a device subclassDan Williams1-123/+12
2012-03-01core: extend nm_device_hwaddr_matches() to match specific addressesDan Williams1-2/+10
2012-02-23core: const-ify nm_device_wired_get_hwaddr()Dan Williams1-8/+8
2012-02-16core: fix matching VLAN connections to interfacesDan Williams1-7/+25
2012-02-16bond: move bond master interfaces to NMDeviceBondDan Williams1-33/+7
2012-02-16core: add NMDevice hwaddr_matches() class methodDan Williams1-0/+27
2012-02-16core: make the Ethernet class aware of VLAN interfacesDan Williams1-1/+88
2012-02-15Use glib-mkenums to generate enum typesDan Winship1-31/+1
2012-02-09core: let nm_system_get_iface_type() take an interface indexDan Williams1-1/+3
2012-01-27supplicant: use connection UUID instead of D-Bus path for config purposesJiří Klimeš1-3/+3
2012-01-17wired: emit Speed value in PropertiesChanged signal, when changed (bgo #667091)Jiří Klimeš1-45/+2
2011-12-08core: add generic queued state transitionsDan Williams1-1/+1
2011-12-08bonding: move bonding master state to UNAVAILABLE regardless of carrier stateThomas Graf1-0/+28
2011-12-08ethernet: move all connection <-> device matching into a single functionThomas Graf1-176/+91
2011-12-08ethernet: check kernel interface binding when matching configThomas Graf1-0/+5
2011-12-08bonding: add nm_connection_get_virtual_iface_name() to abstract kernel interf...Thomas Graf1-23/+3
2011-12-06trivial: add nm_device_get_connection()Thomas Graf1-3/+3
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf1-13/+13
2011-12-02core: kill NMDeviceInterfaceDan Williams1-1/+0
2011-12-02core: move NMDeviceInterface properties and methods to nm-device.cDan Williams1-5/+5
2011-12-02wired: split NMDeviceWired out of NMDeviceEthernet and add NMDeviceInfinibandDan Winship1-394/+49
2011-11-17libnm-util: add ether_ntoa/ether_aton-like utility methodsDan Winship1-3/+4
2011-11-17trivial: three small obvious fixesDan Winship1-1/+1
2011-11-09bonding: detect virtual bonding devices and create an ethernet deviceThomas Graf1-3/+32
2011-11-09core: decouple initial IP configuration states from device stateDan Williams1-1/+1
2011-11-09core: kill stage4 (IP Config Get)Dan Williams1-60/+28
2011-07-22core: move address checking functionality into separate fileDan Williams1-71/+17
2011-07-22core: more conversion to ifindex instead of ifaceDan Williams1-1/+1
2011-07-22core: convert up/down check to netlink and use interface index not ifaceDan Williams1-1/+1
2011-07-22core: use interface indexes moreDan Williams1-2/+2
2011-06-30core: add MAC address blacklisting feature for WiFi and ethernet connectionsJiří Klimeš1-0/+42
2011-03-29core: add nm-secrets-flags.h for secret agent flags typedefDan Williams1-3/+3
2011-03-28core: fix wired connection completionDan Williams1-1/+1
2011-03-19logging: fix format string/argument disagreementDan Williams1-3/+2
2011-03-14build: fix return types (bgo #644665)Kjartan Maraas1-1/+1
2011-03-14build: do the right thing with config.h (bgo #644664)Kjartan Maraas1-0/+1
2011-03-10core: depend on stable gudev APIMichael Biebl1-1/+0
2011-03-08core: use nm_connection_get_id() and nm_connection_get_uuid() to simplify codeJiří Klimeš1-10/+3
2011-02-25core: don't autocomplete non-IPv6-capable connections with IPv6 enabledDan Williams1-1/+2
2011-02-24core: consolidate deactivation methodsDan Williams1-2/+2
2011-01-27core: move secrets handling to NMSettingsConnectionDan Williams1-3/+3
2011-01-26agents: filter agents by UID for user-requested connectionsDan Williams1-9/+1
2011-01-25Merge remote branch 'origin/master' into rm-usersetDan Williams1-0/+37
2011-01-18wired: clear wired secrets tries counter when appropriateDan Williams1-0/+37
2011-01-18core: use GetSecrets flags everywhereDan Williams1-4/+6
2011-01-13core: move generic connection complete function to a generic locationDan Williams1-5/+5
2011-01-12Merge remote branch 'origin/master' into rm-usersetDan Williams1-1/+1
2011-01-10core: add AddAndActivate D-Bus methodDan Williams1-1/+63