summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-11dhcp: Stop pending gdhcp client requestsDaniel Wagner1-0/+7
2011-03-11tethering: Using /proc/sys/net/bridge to detect the support of bridgeMartin Xu1-2/+2
2011-03-04stats: Fix compiler warning on 64-bit machinesMarcel Holtmann1-1/+1
2011-03-04session: Pass struct connman_session to callbackGustavo F. Padovan1-10/+3
2011-03-04stats: Add an informational message for mmap failuresGrant Erickson1-3/+9
2011-03-04stats: Avoid double-frees on a failed mappingGrant Erickson1-2/+16
2011-03-02profile: Ignore malformed profilesGrant Erickson1-0/+13
2011-03-02ipconfig: Catch IPv6 default route creation and deletion.Jukka Rissanen1-6/+10
2011-03-02rtnl: Catch IPv6 route netlink messages.Jukka Rissanen1-25/+97
2011-03-02network: Export connman_network_get_connecting() to pluginsHenri Bragge4-5/+3
2011-02-25provider: Initial IPv6 supportSamuel Ortiz1-34/+40
2011-02-25connection: Do not move to DISCONNECT when removing a gatewaySamuel Ortiz2-8/+8
2011-02-25service: Add a generic ipconfig selection routineSamuel Ortiz5-15/+19
2011-02-25network: Remove gateway when network disconnectsSamuel Ortiz2-7/+6
2011-02-25element: Remove IPV4 elementDaniel Wagner2-242/+0
2011-02-25provider: Remove IPv4 element registrationDaniel Wagner1-143/+21
2011-02-25ipconfig: Remove __connman_ipconfig_set_element_ipv6_gatewaySamuel Ortiz2-12/+0
2011-02-25ipconfig: Remove connman_ipconfig_bindSamuel Ortiz1-19/+0
2011-02-24network: Fix nameserver setting routineSamuel Ortiz2-2/+6
2011-02-24ofono: Remove IPv4 element registrationDaniel Wagner1-22/+20
2011-02-24service: Do not always reset the IPv4 state on error clearingSamuel Ortiz1-0/+8
2011-02-24ipconfig: IPv4 gateway can be NULLSamuel Ortiz1-1/+1
2011-02-24network: Fix the manual setting caseSamuel Ortiz1-22/+6
2011-02-24element: Remove DHCP elementDaniel Wagner4-198/+242
2011-02-23ipconfig: Split ipconfig_set_gateway()Samuel Ortiz3-24/+54
2011-02-23ipconfig: Rename ipconfig_set/clear_address routinesSamuel Ortiz4-14/+14
2011-02-23ipconfig: Fix IP settersDaniel Wagner1-2/+18
2011-02-23provider: Add IP settersDaniel Wagner1-0/+69
2011-02-23network: Add IP settersDaniel Wagner1-0/+87
2011-02-23service: Add a nameserver clearing routineSamuel Ortiz2-0/+9
2011-02-23service: Add timeserver and pac settersDaniel Wagner2-1/+125
2011-02-23ipconfig: Save IPv6 privacy settingSamuel Ortiz1-8/+8
2011-02-23ipconfig: Only save FIXED & MANUAL IP configuraitonDaniel Wagner1-0/+11
2011-02-23network: Remove address fieldSamuel Ortiz1-44/+2
2011-02-22connection: Check gateway_hash value before call update_order()Martin Xu1-0/+3
2011-02-22service: Do not duplicate nameserver entriesSamuel Ortiz1-0/+6
2011-02-21ipconfig: Support IPv6 privacy extension for autoconf addressesJukka Rissanen1-6/+135
2011-02-18device: Initial scan delays exponential backoffSamuel Ortiz1-1/+22
2011-02-18ipconfig: Enable and disable IPv6 properlyJukka Rissanen2-15/+17
2011-02-17ipconfig: Toggle interface IPv6 status properlyJukka Rissanen1-28/+33
2011-02-17dnsproxy: Add domains to the query only when it has no dotSamuel Ortiz1-0/+6
2011-02-17ipv4: Add domainame before moving to READY stateSamuel Ortiz1-2/+3
2011-02-16network: Remove unused parameter from autoconf_ipv6_set()Jukka Rissanen1-4/+3
2011-02-16technology: Rename __connman_technology_[enable|disable]_deviceAlok Barsode3-20/+19
2011-02-16service: Remove unused mcc and mnc fieldsSamuel Ortiz1-12/+0
2011-02-16service: Remove APN propertySamuel Ortiz1-162/+2
2011-02-15service: Compare combined states in service_compare()Samuel Ortiz1-2/+4
2011-02-15connection: Remove connection elementDaniel Wagner8-261/+214
2011-02-15ipconfig: Add ipaddress setters/gettersDaniel Wagner3-4/+99
2011-02-15ipconfig: Rename __connman_ipconfig_get_*(index)Daniel Wagner4-11/+11