aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/socket.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* socket: move print function from compatJason A. Donenfeld2017-07-281-0/+10
|
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
|
* global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld2016-12-111-2/+2
|
* socket: clear src address when retrying handshakeJason A. Donenfeld2016-12-091-0/+1
|
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
|
* packets: consolidate constantsJason A. Donenfeld2016-11-161-2/+0
|
* socket: keep track of src address in sending packetsJason A. Donenfeld2016-11-151-2/+3
|
* socket: use more reasonable skb paddingJason A. Donenfeld2016-11-071-1/+1
|
* socket: big refactoringJason A. Donenfeld2016-11-051-3/+3
|
* socket: use dst_cache instead of handrolled cacheJason A. Donenfeld2016-11-041-1/+0
|
* send: properly encapsulate ECNJason A. Donenfeld2016-08-291-2/+2
| | | | We're not leaking the DSCP, but we do deal with ECN.
* Initial commitJason A. Donenfeld2016-06-251-0/+25