[connman] Added Tizen Wi-Fi Mesh
[platform/upstream/connman.git] / plugins / ethernet.c
2018-08-24 Nishant Chaprana[connman] Added Tizen Wi-Fi Mesh 69/186569/10 submit/tizen/20180824.072908
2018-01-23 Seonah MoonUpdated connman to version 1.35 94/166794/2
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 13/67313/2
2016-04-26 taesubkimImported Upstream version 1.29 90/67290/1 upstream/1.29
2015-08-07 hyunuktakBase Code merged to SPIN 2.4 38/45538/1 submit/tizen/20150810.034432
2014-10-31 Chengyi ZhaoTethering: Add hidden access point support in technology
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-04-26 Jukka Rissanenethernet: Add tethering support
2013-01-30 Patrik Flyktethernet: Set network available is needed only when...
2012-04-28 Marcel Holtmannplugins: Update copyright information
2012-04-25 Marcel Holtmannethernet: Fix small whitespace issue
2012-03-20 Daniel Wagnerethernet: Do not connect network on LOWER_UP
2012-01-16 Alok Barsodeethernet: Add technology driver for handling ethernet
2011-07-25 Daniel Wagnerdevice: Change signature of connman_device_remove_network()
2011-07-25 Daniel Wagnerethernet: Take ownership of network objects
2011-07-25 Daniel Wagnernetwork: Remove connman_network_register/unregister()
2011-06-16 Daniel Wagnerelement: Remove network code
2011-02-04 Guillaume Lucasethernet: Create the bridge before to add an interface...
2011-02-02 Samuel Ortiztethering: Add a tethering property per technology
2010-12-08 Martin Xuethernet: Add USB CDC tethering support
2010-11-04 Marcel HoltmannRemove unneeded enum connman_network_protocol
2010-03-03 Martin XuRemove DHCP method setting from ethernet plugin
2010-01-02 Marcel HoltmannUpdate copyright information
2009-12-30 Martin XuSet network method as CONNMAN_IPCONFIG_METHOD_DHCP
2009-12-24 Marcel HoltmannSet Ethernet connected after assigning the network...
2009-11-29 Marcel HoltmannUse network details also for Ethernet devices
2009-08-08 Marcel HoltmannIntegrate RTNL deeper into IP configuration tracking
2009-08-08 Marcel HoltmannUse central place to request current link details
2009-07-01 Marcel HoltmannFix handling of connect/disconnect for Ethernet devices
2009-06-26 Marcel HoltmannAdd support for connect/disconnect on Ethernet devices
2009-05-21 Marcel HoltmannExport and use more generic INET helpers
2009-05-06 Marcel HoltmannFix format string warnings
2009-02-28 Marcel HoltmannAdd priority field to plugin descriptor definition
2009-01-04 Marcel HoltmannRemove unused includes and define IFF_LOWER_UP
2009-01-04 Marcel HoltmannUse RTNL newlink watch to reduce code complexity
2009-01-01 Marcel HoltmannUpdate copyright information
2008-12-30 Marcel HoltmannAdd CONNMAN_API_SUBJECT_TO_CHANGE definition
2008-12-28 Marcel HoltmannAdd missing includes
2008-12-28 Marcel HoltmannUse helpers for ifup and ifdown
2008-12-25 Marcel HoltmannUse device helpers to set power and carrier states
2008-12-24 Marcel HoltmannConvert Ethernet plugin into a device driver
2008-12-17 Marcel HoltmannHandle element registration failures
2008-12-15 Marcel HoltmannUse IFF_LOWER_UP instead of IFF_RUNNING for link detection
2008-12-06 Marcel HoltmannAllow pre-processor pasting of plugin name
2008-12-05 Marcel HoltmannUse separate enable/disable callbacks
2008-12-02 Marcel HoltmannRemove usage of GStaticMutex since it causes compiler...
2008-10-14 Marcel HoltmannAdd debug message to RTNL callback
2008-10-14 Marcel HoltmannUse RTNL newlink callback for link changes
2008-10-14 Marcel HoltmannMake use of the RTNL framework
2008-09-16 Marcel HoltmannLet the Ethernet plugin create network devices
2008-09-01 Marcel HoltmannFixup due to element API changes
2008-08-10 Marcel HoltmannLet the core handle the children unregister task
2008-07-30 Marcel HoltmannBring Ethernet device up and down if needed
2008-07-03 Marcel HoltmannSimplify the locking and remove some deadlocks
2008-06-30 Marcel HoltmannFix removing elements from list
2008-06-28 Marcel HoltmannAdd simple Ethernet plugin