Remove obsolete file.
[connman] / plugins / ethernet.c
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