summaryrefslogtreecommitdiff
path: root/plugins/ethernet.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-3/+47
2014-10-31Tethering: Add hidden access point support in technologyChengyi Zhao1-1/+1
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-165/+65
2013-04-26ethernet: Add tethering supportJukka Rissanen1-1/+101
2013-01-30ethernet: Set network available is needed only when scanningPatrik Flykt1-2/+0
2012-04-29plugins: Update copyright informationMarcel Holtmann1-1/+1
2012-04-25ethernet: Fix small whitespace issueMarcel Holtmann1-1/+1
2012-03-20ethernet: Do not connect network on LOWER_UPDaniel Wagner1-2/+4
2012-01-16ethernet: Add technology driver for handling ethernetAlok Barsode1-0/+23
2011-07-26device: Change signature of connman_device_remove_network()Daniel Wagner1-4/+1
2011-07-26ethernet: Take ownership of network objectsDaniel Wagner1-4/+22
2011-07-26network: Remove connman_network_register/unregister()Daniel Wagner1-3/+0
2011-06-16element: Remove network codeDaniel Wagner1-0/+3
2011-02-04ethernet: Create the bridge before to add an interface to it.Guillaume Lucas1-2/+2
2011-02-02tethering: Add a tethering property per technologySamuel Ortiz1-0/+1
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
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-30Set network method as CONNMAN_IPCONFIG_METHOD_DHCPMartin Xu1-0/+2
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