summaryrefslogtreecommitdiff
path: root/src/inet.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-14inet: Create helper function for IP address checkingPatrik Flykt1-0/+20
2012-05-04inet: Add function that checks if the hostname is validJukka Rissanen1-0/+48
2012-05-04inet: Make sure that we only accept netlink messages from kernelJukka Rissanen1-10/+20
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-05inet: Build failure fixPatrik Flykt1-1/+1
2012-04-05inet: Refactor rtnl functions in 6to4.cJukka Rissanen1-12/+299
2012-04-05net: Add functions to get dest address of P-t-P linkJukka Rissanen1-0/+94
2012-03-19inet: Fix debugging printsJukka Rissanen1-7/+14
2012-03-01inet: Ensure data->channel exist before accessing itOtavio Salvador1-3/+5
2012-01-05inet: Get router advertisement prefix option information.Jukka Rissanen1-0/+50
2012-01-05inet: Return router advertisement packet length in callback.Jukka Rissanen1-3/+5
2011-11-07inet: Cleanup the router solicitations handler properlyJukka Rissanen1-1/+5
2011-11-07inet: Fix file descriptor leak when comparing subnetsJukka Rissanen1-0/+3
2011-10-26core: Fix compilation in MeeGoJukka Rissanen1-6/+1
2011-10-25core: Add SOCK_CLOEXEC to socket()Daniel Wagner1-28/+28
2011-10-25core: Add O_CLOEXEC to open()Daniel Wagner1-1/+1
2011-10-20inet: Cleanup router solicitation callback properly after errorJukka Rissanen1-0/+1
2011-06-27inet: Added support functions for setting and clearing IPv6 gateway address.Jukka Rissanen1-0/+92
2011-06-27inet: Fixed indentation.Jukka Rissanen1-1/+1
2011-06-27inet: Changed error prints to print the error string.Jukka Rissanen1-4/+8
2011-06-14inet: Standardize error codes and messagesGrant Erickson1-22/+33
2011-06-07element: Remove device codeDaniel Wagner1-1/+1
2011-04-20tethering: Add support to create private networks TUN interfaceGustavo F. Padovan1-0/+36
2011-03-25inet: Add routines to send IPv6 router solicitation message.Jukka Rissanen1-0/+313
2011-03-25inet: MTU and tunnel setup functions added.Jukka Rissanen1-2/+69
2011-03-17inet: Fix inconsistent use of strdup and g_freeDaniel Wagner1-3/+3
2011-01-26inet: IPv6 network route setting APISamuel Ortiz1-5/+18
2010-12-31memoryleak: device name was not freedJukka Rissanen1-0/+1
2010-12-21inet: Add connman_inet_[add|del]_network_route()Daniel Wagner1-3/+22
2010-12-08Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGETMartin Xu1-0/+2
2010-12-08inet: Add connman_inet_[add|remove]_to_bridge() routinesMartin Xu1-0/+59
2010-11-06Remove unused device->control valueMarcel Holtmann1-3/+2
2010-11-04Remove unneeded enum connman_device_modeMarcel Holtmann1-8/+0
2010-11-03inet: Add peer argument to address modification routineSamuel Ortiz1-7/+21
2010-10-12Using netlink to set and clear ipv6 addressesCristiano Fernandes1-47/+28
2010-10-12Using netlink to set and clear ipv4 addressesCristiano Fernandes1-83/+121
2010-10-08inet: Remove __connman_inet_get_device_typeSamuel Ortiz1-99/+1
2010-10-06Add interface name checks for Virtual Machine ManagerMarcel Holtmann1-0/+2
2010-10-04Remove dependency on udevMarcel Holtmann1-2/+0
2010-07-29Initial IPv6 supportMartin Xu1-0/+229
2010-07-12No host route needed for nameservers on the same subnetSamuel Ortiz1-0/+47
2010-07-12Factorize host route setting routineSamuel Ortiz1-53/+7
2010-06-16Support for ppp default route settingKalle Valo1-0/+45
2010-03-07Remove unneeded plugin for Ericsson MBM supportMarcel Holtmann1-14/+0
2010-03-07Remove unneeded plugin for Option HSO supportMarcel Holtmann1-5/+0
2010-02-11Fix VPN issue when setting up host routeMohamed Abbas1-0/+51
2010-02-11Check for ipaddress local and broadcast pointersMartin Xu1-1/+12
2010-02-02Rename mac80211 routines and fields to cfg80211Samuel Ortiz1-1/+1
2010-01-05Use common set of INET routing helpersMarcel Holtmann1-5/+53
2010-01-05Add helper for removing host routesMarcel Holtmann1-2/+43