summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-21openvpn: Add pushed routesDaniel Wagner1-0/+47
2010-12-21inet: Add connman_inet_[add|del]_network_route()Daniel Wagner1-3/+22
2010-12-17ipconfig: Set method to OFF when the stored method is unknownSamuel Ortiz1-0/+4
2010-12-17service: Set ipconfig structure to NULL if ipconfig_disable failsSamuel Ortiz1-2/+2
2010-12-17ipconfig: Remove unused ipconfig_clone routineSamuel Ortiz1-25/+0
2010-12-17ipconfig: Fix IPv6 config reference count initializationSamuel Ortiz1-0/+2
2010-12-15technology: Export set_regdom to pluginsSamuel Ortiz2-2/+1
2010-12-15network: Don't set an IPv6 address if method is OFF or UNKNOWNSamuel Ortiz1-0/+1
2010-12-14ipconfig: Remove ipconfig_driverSamuel Ortiz1-154/+0
2010-12-14ipconfig: Remove connman_ipconfig_get_ipv6configSamuel Ortiz1-9/+0
2010-12-14ipconfig: Check for a valid IPv6 config before appending D-Bus dataJukka Rissanen1-0/+3
2010-12-14ipconfig: Check for a valid IPv4 config before appending D-Bus dataJukka Rissanen1-0/+3
2010-12-14ipconfig: Set the IPv6 gateway address only from an IPv6 configJukka Rissanen1-1/+2
2010-12-14ipconfig: Return a valid IPv6 configurationJukka Rissanen1-1/+1
2010-12-14ipconfig: Define 2 separate pointers for IPv4 and IPv6Jukka Rissanen6-259/+556
2010-12-14service: __connman_service_notify() prototype changeJukka Rissanen3-5/+9
2010-12-14ipconfig: Allow more than one IP address per deviceJukka Rissanen1-3/+0
2010-12-14ipconfig: Do not add duplicate IP address to the address listJukka Rissanen1-0/+17
2010-12-14network: Remove ipconfig from the network structureJukka Rissanen1-6/+0
2010-12-14ipconfig: Make sure ipconfig is not null before de referencing itJukka Rissanen1-1/+2
2010-12-14dhcp: Add function to clear DHCP configurationJulien Massot1-0/+13
2010-12-13device: Reset device->connections and device->scanning on device enableMohamed Abbas1-0/+3
2010-12-13network: Keep device->connections counter in syncMohamed Abbas2-2/+5
2010-12-10stats: Sum stats ring buffer up info history fileDaniel Wagner1-44/+358
2010-12-09rtnl: Call __connman_technology_add_interface() after rtnl->newlink()Martin Xu1-7/+6
2010-12-09technology: Add support for regulatory domain notificationSamuel Ortiz1-0/+16
2010-12-08technology: Set technology driver to NULL when unregisteringSamuel Ortiz1-0/+28
2010-12-08Revert "main: Stop rfkill after the plugins"Samuel Ortiz2-2/+4
2010-12-08technology: Fix technology refcountSamuel Ortiz1-1/+1
2010-12-08main: Stop rfkill after the pluginsSamuel Ortiz2-4/+2
2010-12-08Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGETMartin Xu9-0/+44
2010-12-08inet: Add connman_inet_[add|remove]_to_bridge() routinesMartin Xu1-0/+59
2010-12-07tethering: Set tethering_status earlierMartin Xu1-2/+2
2010-12-07resolver: Add support for multiple search domainsHenri Bragge2-6/+43
2010-12-03rtnl: Receive notification of RDNSS from IPv6 router advertisementsDavid Woodhouse1-1/+65
2010-12-03resolver: Handle temporary nameservers with automatic expiryDavid Woodhouse1-5/+65
2010-12-02Remove selftest file and optionSamuel Ortiz4-101/+0
2010-12-02service: Initiate scan when not retrying a failed connectionSamuel Ortiz1-0/+1
2010-12-02service: Call __connman_agent_report_error when a service fails to connectPatrik Flykt1-1/+22
2010-12-02agent: Agent API ReportError method callPatrik Flykt2-1/+91
2010-12-02service: Create service_complete helper functionPatrik Flykt1-7/+12
2010-12-02technology: Add regulatory domain frameworkSamuel Ortiz2-0/+18
2010-11-29device: Support already powered up devicesSamuel Ortiz1-1/+1
2010-11-26device: Support already powered devicesLeena Gunda1-4/+9
2010-11-26Remove moblin.org domain from resolver selftestMarcel Holtmann1-1/+1
2010-11-26Change service name from org.moblin.connman to net.connmanMarcel Holtmann3-10/+10
2010-11-24tethering: Remove bridge asynchronouslySamuel Ortiz1-6/+12
2010-11-24tethering: Properly check for tethering refcount hitting 0Samuel Ortiz1-1/+1
2010-11-24tethering: Disable forward delay on the tethering bridgeSamuel Ortiz1-3/+33
2010-11-23ipv4: Use existing connman_inet_ifname() routineSamuel Ortiz1-26/+1