summaryrefslogtreecommitdiff
path: root/src/6to4.c
Commit message (Expand)AuthorAgeFilesLines
* 6to4: No need to initialize variable unnecessarilySaurav Babu2015-09-071-1/+1
* 6to4: Return error code when tunnel_create() failsDaniel Wagner2013-11-291-1/+3
* core: Set device name with null terminationDaniel Wagner2013-11-271-4/+4
* src: Function prototype fixes when function has no parametersJukka Rissanen2013-10-181-2/+2
* core: Do not compare expression against NULLDaniel Wagner2013-08-071-10/+10
* core: Convert to stdbool with coccinelleDaniel Wagner2013-07-231-3/+3
* 6to4: Update g_web_request_get()Patrik Flykt2012-04-271-1/+1
* 6to4: Connectivity check was done too earlyJukka Rissanen2012-04-051-13/+71
* 6to4: Add web debug printsJukka Rissanen2012-04-051-0/+9
* inet: Refactor rtnl functions in 6to4.cJukka Rissanen2012-04-051-179/+36
* ipconfig: Rename previously public functionsDaniel Wagner2012-01-131-1/+1
* inet: Return router advertisement packet length in callback.Jukka Rissanen2012-01-051-2/+3
* 6to4: Use the right interface index with gwebTomasz Bursztyka2011-11-281-2/+6
* core: Add SOCK_CLOEXEC to socket()Daniel Wagner2011-10-251-3/+3
* 6to4: Use ConnMan status URL for checking connectivityMarcel Holtmann2011-09-131-1/+1
* element: Remove element.cDaniel Wagner2011-06-161-0/+1
* 6to4: Remove unused variablesMarcel Holtmann2011-05-271-3/+1
* 6to4: Check if the 6to4 tunnel is active or not.Jukka Rissanen2011-03-251-0/+20
* 6to4: Check the connectivity via tunnel after creating it.Jukka Rissanen2011-03-251-1/+46
* 6to4: Add 6to4 tunnel support.Jukka Rissanen2011-03-251-0/+497