summaryrefslogtreecommitdiff
path: root/include/inet.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+4
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-4/+0
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-7/+5
2012-11-23device: Move device creation func into device.cJukka Rissanen1-1/+0
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
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
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
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
2010-07-29Initial IPv6 supportMartin Xu1-0/+12
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
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
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