summaryrefslogtreecommitdiff
path: root/plugins/ethernet.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-04ethernet: Create the bridge before to add an interface to it.Guillaume Lucas1-2/+2
The bridge is created by the connman_technology_tethering_notify() function. So this function must be called before to add an interface to the bridge. Means before the call to connman_inet_add_to_bridge().
2011-02-02tethering: Add a tethering property per technologySamuel Ortiz1-0/+1
The manager tethering property is now gone.
2010-12-08ethernet: Add USB CDC tethering supportMartin Xu1-0/+101
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann1-1/+0
2010-03-03Remove DHCP method setting from ethernet pluginMartin Xu1-2/+0
The method has been set when creating service. And setting DHCP method after creating wired service causes the recorded method gotten from entry file be replaced by DHCP method, consequently, the static IP of wired service can not be remembered.
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-30Set network method as CONNMAN_IPCONFIG_METHOD_DHCPMartin Xu1-0/+2
Before calling connman_network_set_connected(true), the method should be set to CONNMAN_IPCONFIG_METHOD_DHCP.
2009-12-24Set Ethernet connected after assigning the network groupMarcel Holtmann1-1/+2
2009-11-29Use network details also for Ethernet devicesMarcel Holtmann1-29/+82
2009-08-08Integrate RTNL deeper into IP configuration trackingMarcel Holtmann1-2/+0
2009-08-08Use central place to request current link detailsMarcel Holtmann1-1/+1
2009-07-01Fix handling of connect/disconnect for Ethernet devicesMarcel Holtmann1-6/+2
2009-06-26Add support for connect/disconnect on Ethernet devicesMarcel Holtmann1-0/+30
2009-05-21Export and use more generic INET helpersMarcel Holtmann1-4/+3
2009-05-05Fix format string warningsMarcel Holtmann1-1/+1
2009-02-28Add priority field to plugin descriptor definitionMarcel Holtmann1-1/+1
2009-01-04Remove unused includes and define IFF_LOWER_UPMarcel Holtmann1-7/+5
2009-01-04Use RTNL newlink watch to reduce code complexityMarcel Holtmann1-58/+28
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-30Add CONNMAN_API_SUBJECT_TO_CHANGE definitionMarcel Holtmann1-0/+1
2008-12-28Add missing includesMarcel Holtmann1-0/+3
2008-12-28Use helpers for ifup and ifdownMarcel Holtmann1-88/+4
2008-12-25Use device helpers to set power and carrier statesMarcel Holtmann1-42/+19
2008-12-24Convert Ethernet plugin into a device driverMarcel Holtmann1-51/+67
2008-12-18Handle element registration failuresMarcel Holtmann1-1/+2
2008-12-15Use IFF_LOWER_UP instead of IFF_RUNNING for link detectionMarcel Holtmann1-2/+2
2008-12-06Allow pre-processor pasting of plugin nameMarcel Holtmann1-1/+1
2008-12-05Use separate enable/disable callbacksMarcel Holtmann1-4/+24
2008-12-02Remove usage of GStaticMutex since it causes compiler problemsMarcel Holtmann1-9/+0
2008-10-14Add debug message to RTNL callbackMarcel Holtmann1-0/+2
2008-10-14Use RTNL newlink callback for link changesMarcel Holtmann1-4/+6
2008-10-14Make use of the RTNL frameworkMarcel Holtmann1-140/+12
2008-09-16Let the Ethernet plugin create network devicesMarcel Holtmann1-19/+9
2008-09-01Fixup due to element API changesMarcel Holtmann1-20/+42
2008-08-10Let the core handle the children unregister taskMarcel Holtmann1-39/+1
2008-07-30Bring Ethernet device up and down if neededMarcel Holtmann1-0/+91
2008-07-03Simplify the locking and remove some deadlocksMarcel Holtmann1-0/+2
2008-06-30Fix removing elements from listMarcel Holtmann1-4/+9
2008-06-28Add simple Ethernet pluginMarcel Holtmann1-0/+312