summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-23technology: Decrease blocked refcount when removing a blocked deviceSamuel Ortiz1-1/+10
2010-11-16iptables: Fix build failure against 2.6.37-rc1 headersSamuel Ortiz1-5/+5
2010-11-16tethering: Fix for default interface string double freeLeena Gunda1-0/+1
2010-11-14tethering: Duplicate default interface stringSamuel Ortiz1-2/+4
2010-11-14tethering: Start DHCP server on the bridgeSamuel Ortiz1-3/+97
2010-11-14tethering: Check for tethering_status to be FALSE when disabling itSamuel Ortiz1-1/+1
2010-11-14tethering: Configure bridge interface when starting tetheringSamuel Ortiz1-1/+44
2010-11-14tethering: Flush POSTROUTING table when neededSamuel Ortiz1-2/+13
2010-11-14iptables: Flush netfilter table cache after committingSamuel Ortiz1-1/+6
2010-11-14iptables: Free blob replacement after pushing itSamuel Ortiz1-1/+6
2010-11-13iptables: Support for chain flushingSamuel Ortiz1-3/+86
2010-11-13For consistency use err instead of ret variable nameMarcel Holtmann1-7/+8
2010-11-13Report error when enabling IP forwardingMarcel Holtmann1-2/+6
2010-11-13Use a proper technology callback to report Tethering statusMarcel Holtmann3-6/+17
2010-11-13Break line to not exceed 80 charactersMarcel Holtmann1-1/+2
2010-11-13Use static volatile for atomic global reference countersMarcel Holtmann1-1/+1
2010-11-12tethering: Enable NATSamuel Ortiz1-0/+64
2010-11-12iptables: Set builtin flag before inserting new entrySamuel Ortiz1-1/+1
2010-11-12iptables: Duplicate table name when inserting itSamuel Ortiz1-5/+11
2010-11-12iptables: Update builtin chain hook entry and underflow arraysSamuel Ortiz1-15/+76
2010-11-10device: Check for a device driver pointer before de-referencing itSamuel Ortiz1-1/+1
2010-11-10tethering: Add async tethering_enabled callbackSamuel Ortiz1-0/+31
2010-11-09service: Use correct string for Proxy.MethodLeena Gunda1-2/+2