network: Remove connman_network_register/unregister()
[platform/upstream/connman.git] / plugins / ethernet.c
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