summaryrefslogtreecommitdiff
path: root/src/network.c
Commit message (Expand)AuthorAgeFilesLines
* network: connectable flag in network structureNaveen Singh2016-05-301-0/+13
* network: Remove explicit gateway activationPatrik Flykt2016-01-191-3/+0
* network: Remove the remove_driver() functionPatrik Flykt2015-09-111-15/+8
* network: Replace network_change() with __connman_network_disconnect()Patrik Flykt2015-09-111-21/+2
* device: Remove unused device disconnected variablePatrik Flykt2015-09-111-8/+0
* network: Enable ipconfig in autoconf_ipv6_set()Pasi Sjöholm2015-08-281-0/+2
* network: Enable ipconfig when the configuration is updatedPatrik Flykt2015-08-261-1/+2
* wifi: Add support for AnonymousIdentityJaakko Hannikainen2015-08-251-0/+7
* network: Fix prefix list memory leak in check_dhcpv6()Slava Monich2015-04-081-3/+5
* network: Do not try to set gateway from DHCPv6Pasi Sjöholm2015-03-241-4/+0
* network: Merge identical ipconfig code pathsPatrik Flykt2015-02-131-153/+65
* network: Set network->connecting after ip address is setPasi Sjöholm2015-02-111-4/+6
* network: Make sure that IPv6 is enabled with autoconfigurationPasi Sjöholm2015-02-111-0/+2
* network: Fix eternal associating with IPv6-onlyPasi Sjöholm2015-02-111-2/+4
* network: Disable IPv6 completely if method is offPasi Sjöholm2015-02-111-2/+4
* network: Index needs to be set also for ip6configPasi Sjöholm2014-12-221-6/+13
* network: Set IPv6 ipconfig if it is missingJukka Rissanen2014-09-151-0/+18
* network: Remove expired IPv6 address lease set to interfacePasi Sjöholm2014-09-151-0/+2
* service: Remove __connman_service_add_passphrase()Patrik Flykt2014-09-051-1/+1
* network: Remove unused function connman_network_clear_error()Patrik Flykt2014-09-021-16/+0
* dhcp: Make possible to provide user data when starting dhcpTomasz Bursztyka2014-07-111-2/+3
* dhcp: Make dhcp running on ipconfig so network is optionalTomasz Bursztyka2014-07-111-5/+14
* dbus: Factorize pending reply generic functions out of service.cTomasz Bursztyka2014-07-111-1/+1
* network: Properly remove addresses when DHCPv4 lease is lostPatrik Flykt2014-05-141-3/+25
* network: A network is disconnected except on -EINPROGRESSPatrik Flykt2014-03-251-6/+5
* service: Add connect reason to __connman_service_connect()Daniel Wagner2014-02-171-2/+2
* src: Introduce define for CONNMAN_NETWORK_TYPE_GADGET.Glenn Schmottlach2014-02-141-0/+7
* network: Remove WiFi.AgentPassphrase from networkPatrik Flykt2014-01-091-8/+1
* network: Return error code instead of booleanDaniel Wagner2014-01-091-1/+1
* network: Do not access pointer after testing its valitiyDaniel Wagner2013-11-291-4/+2
* network: Remove adhoc check as it is not neededJukka Rissanen2013-11-141-2/+0
* network: Stop DHCP for a failed networkPatrik Flykt2013-10-231-9/+1
* dhcpv6: Use different callback than DHCPv4Jukka Rissanen2013-08-191-13/+26
* core: Do not compare expression against NULLDaniel Wagner2013-08-071-56/+56
* core: Whitespace cleanupDaniel Wagner2013-07-231-4/+4
* core: Convert to stdbool with coccinelleDaniel Wagner2013-07-231-116/+116
* network: Set service disconnect state correctlyJukka Rissanen2013-06-201-39/+39
* network: Function name was missing a proper prefixJukka Rissanen2013-06-201-1/+2
* dhcpv6: Initial IPv6 prefix delegation supportJukka Rissanen2013-06-201-8/+8
* network: Replace connman_uint16_t with uint16_tPatrik Flykt2013-04-261-5/+5
* network: Replace connman_uint8_t with uint8_tPatrik Flykt2013-04-261-3/+3
* network: Allow more than one network driver register the same typePatrik Flykt2013-01-301-10/+0
* network: Unset driver on failed matchPatrik Flykt2013-01-301-1/+3
* network: Do not report any error when removing a connecting networkTomasz Bursztyka2013-01-161-1/+2
* network: Move up code about set_connected() and set_disconnectedTomasz Bursztyka2013-01-161-625/+627
* core: Remove WiMAX definitions from codePatrik Flykt2013-01-041-11/+0
* network: Fix typo in debug printJukka Rissanen2012-10-191-1/+1
* Use g_slist_prepend() where appropriatePatrik Flykt2012-09-041-1/+1
* service: Allow setting path when sending pending dbus replyJukka Rissanen2012-08-151-1/+1
* network: Enable IPv6 on network interfaceElena Tebesoi2012-08-141-0/+2