summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-28provider: Do not deference NULL pointerDaniel Wagner1-2/+4
2011-03-25service: Return 6to4 tunnel status to dbus caller.Jukka Rissanen3-3/+12
2011-03-256to4: Check if the 6to4 tunnel is active or not.Jukka Rissanen2-0/+21
2011-03-25service: Create/remove 6to4 tunnel.Jukka Rissanen2-0/+6
2011-03-256to4: Check the connectivity via tunnel after creating it.Jukka Rissanen1-1/+46
2011-03-256to4: Add 6to4 tunnel support.Jukka Rissanen2-0/+500
2011-03-25inet: Add routines to send IPv6 router solicitation message.Jukka Rissanen2-0/+322
2011-03-25inet: MTU and tunnel setup functions added.Jukka Rissanen1-2/+69
2011-03-23dhcp: Fix memory leakDaniel Wagner1-12/+64
2011-03-23service: Send D-Bus reply for Manager.ConnectService when service is readySamuel Ortiz1-5/+15
2011-03-22dhcp: Reset IP settings upon changesSamuel Ortiz1-7/+33
2011-03-22ipconfig: Clear ipconfig address when removing itSamuel Ortiz1-2/+10
2011-03-22dhcp: Remove unused net stringSamuel Ortiz1-2/+1
2011-03-21dhcp: do not overwrite DNS serversLucas De Marchi1-1/+1
2011-03-21service: Destroy counter hash in service_freeDaniel Wagner1-2/+2
2011-03-17timeserver: Fix memory leakDaniel Wagner1-0/+2
2011-03-17inet: Fix inconsistent use of strdup and g_freeDaniel Wagner1-3/+3
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