summaryrefslogtreecommitdiff
path: root/src/network.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-04profile: Remove useless wrappersSamuel Ortiz1-7/+7
2011-03-02network: Export connman_network_get_connecting() to pluginsHenri Bragge1-1/+1
2011-02-25connection: Do not move to DISCONNECT when removing a gatewaySamuel Ortiz1-0/+8
2011-02-25service: Add a generic ipconfig selection routineSamuel Ortiz1-5/+1
2011-02-25network: Remove gateway when network disconnectsSamuel Ortiz1-7/+2
2011-02-24network: Fix nameserver setting routineSamuel Ortiz1-1/+3
2011-02-24ofono: Remove IPv4 element registrationDaniel Wagner1-22/+20
2011-02-24network: Fix the manual setting caseSamuel Ortiz1-22/+6
2011-02-24element: Remove DHCP elementDaniel Wagner1-47/+68
2011-02-23ipconfig: Split ipconfig_set_gateway()Samuel Ortiz1-9/+17
2011-02-23ipconfig: Rename ipconfig_set/clear_address routinesSamuel Ortiz1-4/+4
2011-02-23network: Add IP settersDaniel Wagner1-0/+87
2011-02-23network: Remove address fieldSamuel Ortiz1-44/+2
2011-02-16network: Remove unused parameter from autoconf_ipv6_set()Jukka Rissanen1-4/+3
2011-02-15connection: Remove connection elementDaniel Wagner1-6/+10
2011-02-15ipconfig: Add ipaddress setters/gettersDaniel Wagner1-2/+2
2011-02-15service: Refactor Service nameserver APIDaniel Wagner1-2/+2
2011-02-15network: IPv6 must go through disconnect state before idleJukka Rissanen1-0/+7
2011-02-11network: Back to IDLE when network is not connectedSamuel Ortiz1-2/+2
2011-02-11network: Set service state correctly when ipconfig is clearedJukka Rissanen1-1/+8
2011-02-11network: Enable IPv6 autoconf to change the service state to readyJukka Rissanen1-2/+41
2011-02-11service: Split service state to IPv4 and IPv6 partsJukka Rissanen1-8/+16
2011-02-08network: Add CONNMAN_NETWORK_ERROR_INVALID_KEY for a networkPatrik Flykt1-0/+13
2011-01-27network: WPS supportTomasz Bursztyka1-0/+17
2011-01-27network: Add connman_network_clear_error()Pekka Pessi1-0/+16
2011-01-07ipconfig: Add AUTO ipconfig method for IPv6 auto configured addressesJukka Rissanen1-0/+5
2011-01-07ipconfig: Remove unnecessary null checksJukka Rissanen1-9/+2
2010-12-29Free WiFi network strings in network_destructLeena Gunda1-0/+7
2010-12-23network: Remove unused network_set_passphrase routineSamuel Ortiz1-28/+0
2010-12-23service: Return connecting status while idleMohamed Abbas1-2/+2
2010-12-15network: Don't set an IPv6 address if method is OFF or UNKNOWNSamuel Ortiz1-0/+1
2010-12-14ipconfig: Define 2 separate pointers for IPv4 and IPv6Jukka Rissanen1-53/+93
2010-12-14network: Remove ipconfig from the network structureJukka Rissanen1-6/+0
2010-12-13network: Keep device->connections counter in syncMohamed Abbas1-2/+3
2010-11-05Remove unused connman_network_get_path functionMarcel Holtmann1-11/+0
2010-11-05Remove DBusConnection reference from device/network interfacesMarcel Holtmann1-3/+0
2010-11-04Remove unneeded CONNMAN_NETWORK_INTERFACEMarcel Holtmann1-174/+5
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann1-23/+0
2010-09-29Define connman_network_set_passphraseSamuel Ortiz1-0/+28
2010-09-20Do not register 2 network drivers for the same network typeSamuel Ortiz1-0/+10
2010-09-09device: add connman_device_get_ident()Pekka Pessi1-1/+1
2010-09-09Remove the no longer needed security frameworkMarcel Holtmann1-7/+1
2010-09-08network: don't connect if already removedPekka Pessi1-0/+3
2010-09-08network: don't add into profile while unregisteredPekka Pessi1-5/+9
2010-07-29Initial IPv6 supportMartin Xu1-1/+74
2010-06-25Create service ipconfig only when it's NULLSamuel Ortiz1-4/+4
2010-06-16Add helper for network updateSamuel Ortiz1-0/+21
2010-06-14Use dedicated code path for fixed IP settingsSamuel Ortiz1-1/+47
2010-06-11Add nameserver settings to the manual configuration settingSamuel Ortiz1-0/+6
2010-05-18network API for setting and clearing IPv4 settings on the flySamuel Ortiz1-0/+116