summaryrefslogtreecommitdiff
path: root/plugins/ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* tethering: Reduce the number of parameters of tech_set_tetheringMichael Trimarchi2021-10-151-1/+0
* ethernet: Copy interfance names obeying lengths rulesDaniel Wagner2021-04-051-5/+7
* plugins/ethernet: Use stpncpy() instead of strcpy() for interface namesDaniel Wagner2019-11-021-4/+4
* ethernet: Add sys/types.h for caddr_tRoss Burton2018-10-081-0/+1
* plugins: ethernet: get rid of truncate warningMarcus Folkesson2018-08-291-1/+1
* ethernet: Fixed memory leak when adding network to device failsSaurav Babu2017-09-251-0/+1
* ethernet: Get virtual LAN id only when neededPatrik Flykt2015-10-081-2/+3
* ethernet: Add support for DSALaurent Vaudoit2015-10-081-3/+53
* ethernet: Add support for VLANMarcus Folkesson2015-04-161-3/+47
* plugins: Ethernet interface is already down after disabling tetheringPatrik Flykt2014-03-201-2/+0
* plugins: Remove etherent network when enabling tetheringPatrik Flykt2014-03-201-2/+6
* plugins: Update copyright year(s)Patrik Flykt2014-03-111-1/+1
* plugins: Refactor Gadget into separate plugin and file.Glenn Schmottlach2014-02-141-179/+40
* plugins: Do not compare expression against NULLDaniel Wagner2013-08-071-9/+7
* plugins: Whitespace cleanupDaniel Wagner2013-07-231-1/+2
* plugins: Convert to stdbool with coccinelleDaniel Wagner2013-07-231-16/+15
* ethernet: Create USB gadget device driverJukka Rissanen2013-07-221-0/+39
* ethernet: Add tethering supportJukka Rissanen2013-04-261-1/+101
* ethernet: Set network available is needed only when scanningPatrik Flykt2013-01-301-2/+0
* plugins: Update copyright informationMarcel Holtmann2012-04-291-1/+1
* ethernet: Fix small whitespace issueMarcel Holtmann2012-04-251-1/+1
* ethernet: Do not connect network on LOWER_UPDaniel Wagner2012-03-201-2/+4
* ethernet: Add technology driver for handling ethernetAlok Barsode2012-01-161-0/+23
* device: Change signature of connman_device_remove_network()Daniel Wagner2011-07-261-4/+1
* ethernet: Take ownership of network objectsDaniel Wagner2011-07-261-4/+22
* network: Remove connman_network_register/unregister()Daniel Wagner2011-07-261-3/+0
* element: Remove network codeDaniel Wagner2011-06-161-0/+3
* ethernet: Create the bridge before to add an interface to it.Guillaume Lucas2011-02-041-2/+2
* tethering: Add a tethering property per technologySamuel Ortiz2011-02-021-0/+1
* ethernet: Add USB CDC tethering supportMartin Xu2010-12-081-0/+101
* Remove unneeded enum connman_network_protocolMarcel Holtmann2010-11-041-1/+0
* Remove DHCP method setting from ethernet pluginMartin Xu2010-03-031-2/+0
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Set network method as CONNMAN_IPCONFIG_METHOD_DHCPMartin Xu2009-12-301-0/+2
* Set Ethernet connected after assigning the network groupMarcel Holtmann2009-12-241-1/+2
* Use network details also for Ethernet devicesMarcel Holtmann2009-11-291-29/+82
* Integrate RTNL deeper into IP configuration trackingMarcel Holtmann2009-08-081-2/+0
* Use central place to request current link detailsMarcel Holtmann2009-08-081-1/+1
* Fix handling of connect/disconnect for Ethernet devicesMarcel Holtmann2009-07-011-6/+2
* Add support for connect/disconnect on Ethernet devicesMarcel Holtmann2009-06-261-0/+30
* Export and use more generic INET helpersMarcel Holtmann2009-05-211-4/+3
* Fix format string warningsMarcel Holtmann2009-05-051-1/+1
* Add priority field to plugin descriptor definitionMarcel Holtmann2009-02-281-1/+1
* Remove unused includes and define IFF_LOWER_UPMarcel Holtmann2009-01-041-7/+5
* Use RTNL newlink watch to reduce code complexityMarcel Holtmann2009-01-041-58/+28
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add CONNMAN_API_SUBJECT_TO_CHANGE definitionMarcel Holtmann2008-12-301-0/+1
* Add missing includesMarcel Holtmann2008-12-281-0/+3
* Use helpers for ifup and ifdownMarcel Holtmann2008-12-281-88/+4
* Use device helpers to set power and carrier statesMarcel Holtmann2008-12-251-42/+19