summaryrefslogtreecommitdiffstatshomepage
path: root/src/device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* device: conntrack is optionalJason A. Donenfeld2016-11-221-4/+12
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
* device: better debug messageJason A. Donenfeld2016-11-161-1/+1
* device: we need NONE for libpcapJason A. Donenfeld2016-11-161-2/+2
* packets: consolidate constantsJason A. Donenfeld2016-11-161-7/+7
* various: nits from willyJason A. Donenfeld2016-11-151-1/+1
* debug: cleanup skb printingJason A. Donenfeld2016-11-151-5/+1
* socket: keep track of src address in sending packetsJason A. Donenfeld2016-11-151-4/+4
* debug: support dynamic debug on skb addrJason A. Donenfeld2016-11-061-1/+1
* socket: use dst_cache instead of handrolled cacheJason A. Donenfeld2016-11-041-1/+0
* device: use ARPHDR_VOID instead of ARPHDR_NONEJason A. Donenfeld2016-11-031-1/+1
* device: better debug message for unroutable packetsJason A. Donenfeld2016-10-221-1/+5
* device: show debug message when no peer has allowed-ips for packetJason A. Donenfeld2016-10-141-0/+1
* Rework headers and includesJason A. Donenfeld2016-09-291-1/+1
* build system: revamp building and configurationJason A. Donenfeld2016-07-181-2/+1
* persistent keepalive: use authenticated keepalivesJason A. Donenfeld2016-07-101-1/+1
* persistent keepalive: start sending immediatelyexperimental-0.0.20160708.1Jason A. Donenfeld2016-07-081-0/+2
* device: move unlikely check to if clauseJason A. Donenfeld2016-07-051-2/+2
* device init: free wq after padataJason A. Donenfeld2016-06-301-3/+3
* device: remove updating of trans_startJason A. Donenfeld2016-06-291-2/+0
* Initial commitJason A. Donenfeld2016-06-251-0/+352