summaryrefslogtreecommitdiff
path: root/include/inet.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-23device: Move device creation func into device.cJukka Rissanen1-1/+0
The device creation function should be part of device.c and not inet.c. After this change the inet.c can be used by separate vpn daemon.
2012-09-25inet: Add function to check if IPv6 is supported by kernelJukka Rissanen1-0/+1
2012-06-14inet: Create helper function for IP address checkingPatrik Flykt1-0/+1
Create a helper function that checks if a given hostname is an IPv4 or IPv6 address. If it is, AF_INET or AF_INET6 is returned. On error the negative error value from getaddrinfo is returned.
2012-05-04inet: Add function that checks if the hostname is validJukka Rissanen1-0/+1
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-05net: Add functions to get dest address of P-t-P linkJukka Rissanen1-0/+2
These functions are needed when we need to setup a route to point-to-point link destination address. The route is needed if P-t-P link does not have a default route.
2011-06-27inet: Added support functions for setting and clearing IPv6 gateway address.Jukka Rissanen1-0/+2
2011-04-20tethering: Add support to create private networks TUN interfaceGustavo F. Padovan1-0/+1
2011-03-25inet: MTU and tunnel setup functions added.Jukka Rissanen1-0/+3
2011-02-23ipconfig: Fix IP settersDaniel Wagner1-2/+0
2011-01-26inet: IPv6 network route setting APISamuel Ortiz1-0/+4
2010-12-21inet: Add connman_inet_[add|del]_network_route()Daniel Wagner1-0/+3
connman_inet_[add|del]_host_route() are now wrappers around connman_inet_[add|del]_network_route()
2010-12-08inet: Add connman_inet_[add|remove]_to_bridge() routinesMartin Xu1-0/+2
2010-10-12Using netlink to set and clear ipv4 addressesCristiano Fernandes1-1/+3
Using netlink to set and clear ipv4 configuration avoids connman from sending multiple IPv4 signals through DBus with the wrong configuration, since the configuration are set all at once triggering only one netlink event.
2010-07-29Initial IPv6 supportMartin Xu1-0/+12
Only manual/fixed setting supported for now.
2010-07-12No host route needed for nameservers on the same subnetSamuel Ortiz1-0/+1
2010-07-12Factorize host route setting routineSamuel Ortiz1-2/+1
2010-06-16Support for ppp default route settingKalle Valo1-0/+1
When gateway is NULL, we need to properly set our connection and element string to 0.0.0.0 so that the interface is the default route.
2010-02-11Fix VPN issue when setting up host routeMohamed Abbas1-0/+1
2010-02-02Rename mac80211 routines and fields to cfg80211Samuel Ortiz1-1/+1
The mac80211 boolean and inet routines names are a bit misleading since what we really want to check is if the underlying wifi driver is cfg80211 compliant. The mac80211 drivers form a subset of that, as some full MAC cards also are fully cfg80211 compliant.
2010-01-05Use common set of INET routing helpersMarcel Holtmann1-0/+1
2010-01-05Add helper for removing host routesMarcel Holtmann1-1/+2
2010-01-05Split gateway and host route setting in two separate functionsMarcel Holtmann1-1/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-30Add INET functions for setting gateway address and gateway interfaceMartin Xu1-1/+2
2009-09-14Add inet helper to retrieve current flagsMarcel Holtmann1-0/+2
2009-09-05Add helper to check if it is a mac80211 interfaceMarcel Holtmann1-0/+1
2009-08-11Use global IP address structure for transactionMarcel Holtmann1-6/+6
2009-06-29Remove the useless extern declaration for public functionsMarcel Holtmann1-8/+8
2009-06-26Add some more INET helpersMarcel Holtmann1-0/+7
2009-05-21Export and use more generic INET helpersMarcel Holtmann1-0/+6
2009-05-21Add generic wrapper for INET based device creationMarcel Holtmann1-0/+4
2009-05-21Add skeleton for generic INET helpersMarcel Holtmann1-0/+33