aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* socket: release dst on routing loopJason A. Donenfeld2016-11-061-0/+2
|
* socket: big refactoringJason A. Donenfeld2016-11-051-189/+166
|
* socket: route() returns an error pointer, not NULL on failureJason A. Donenfeld2016-11-041-2/+2
| | | | Reported-by: Cedric Buxin <cedric.buxin@izri.org>
* compat: stub out dst_cache for old kernelsJason A. Donenfeld2016-11-041-1/+0
|
* socket: use dst_cache instead of handrolled cacheJason A. Donenfeld2016-11-041-92/+59
|
* compat: Isolate more functionsJason A. Donenfeld2016-09-291-54/+1
|
* Rework headers and includesJason A. Donenfeld2016-09-291-1/+2
|
* send: properly encapsulate ECNJason A. Donenfeld2016-08-291-4/+4
| | | | We're not leaking the DSCP, but we do deal with ECN.
* socket: use isdigitJason A. Donenfeld2016-08-221-1/+2
|
* socket: fix compat for 4.1 v6 socketsJason A. Donenfeld2016-07-221-3/+9
| | | | | | | | It turns out 4.1 is even more broken than expected. While both 4.1 and 4.2 need to jigger the sysctl nob temporarily, it turns out that in 4.1 it's looking in the wrong namespace for the nob value. So, we have to account for the different namespace semantics in the different versions. Super ugly. But, all this code goes away once we upstream.
* socket: reset IPv4 socket to NULL after freeJason A. Donenfeld2016-07-211-0/+1
|
* socket: simpler debug messageJason A. Donenfeld2016-07-211-2/+2
|
* build system: revamp building and configurationJason A. Donenfeld2016-07-181-6/+21
|
* persistent keepalive: use authenticated keepalivesJason A. Donenfeld2016-07-101-6/+2
|
* persistent keepalive: add kernel mechanismJason A. Donenfeld2016-07-081-2/+6
|
* Initial commitJason A. Donenfeld2016-06-251-0/+479