summaryrefslogtreecommitdiff
path: root/src/network.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-13Reset ipconfig indexMartin Xu1-5/+17
2010-04-09Reset connman_network device pointer when it is no longer referencedSamuel Ortiz1-0/+2
2010-03-25Add static gateway supportMartin Xu1-0/+2
2010-03-23Set network->device as NULL when the device is removedMartin Xu1-1/+2
2010-03-07Remove unneeded plugin for Ericsson MBM supportMarcel Holtmann1-5/+0
2010-03-07Remove unneeded plugin for Option HSO supportMarcel Holtmann1-5/+0
2010-02-11Add static IP supportMartin Xu1-3/+65
2010-01-29Add network->driver->setup() callback functionMartin Xu1-1/+13
2010-01-19Fix PropertyChanged for disconnect eventLucas De Marchi1-1/+1
2010-01-13Set the connecting flag to FALSE upon connection failureSamuel Ortiz1-1/+3
2010-01-04Fix issue when manual IP setup not using configuration stateMarcel Holtmann1-14/+15
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-30Add method handling into function set_connected()Martin Xu1-33/+71
2009-12-30Add function connman_network_set_method()Martin Xu1-0/+6
2009-12-30Don't reset associating from function connman_network_set_error()Martin Xu1-1/+0
2009-12-21Add IEEE 802.1x related fields to network structureSamuel Ortiz1-1/+50
2009-12-20Rename IP configuration methods to match specificationMarcel Holtmann1-2/+1
2009-12-19Make use of property changed helper for arraysMarcel Holtmann1-11/+2
2009-12-19Use D-Bus property helpers for network list detailsMarcel Holtmann1-20/+7
2009-12-19Rename D-Bus helper for basic dictionary typesMarcel Holtmann1-10/+10
2009-12-19Use helper for basic property changed signalsMarcel Holtmann1-13/+3
2009-12-19Ignore WiFi networks with IBSS (adhoc mode)Marcel Holtmann1-0/+2
2009-12-19Use new D-Bus helpers wherever possibleMarcel Holtmann1-15/+6
2009-12-19Add helpers for appending flexible D-Bus arraysMarcel Holtmann1-1/+1
2009-12-17Handle static method at function set_connectedMartin Xu1-0/+13