aboutsummaryrefslogtreecommitdiffstats
path: root/device (follow)
Commit message (Expand)AuthorAgeFilesLines
* device: fix possible deadlock in close methodHEADmasterMartin Basovnik2023-12-111-2/+2
* device: do atomic 64-bit add outside of vector loopJason A. Donenfeld2023-12-111-1/+4
* device: reduce redundant per-packet overhead in RX pathJordan Whited2023-12-111-6/+15
* device: change Peer.endpoint locking to reduce contentionJordan Whited2023-12-116-84/+86
* device: ratchet up max segment size on androidJason A. Donenfeld2023-10-221-1/+1
* device: move Queue{In,Out}boundElement Mutex to container typeJordan Whited2023-10-106-111/+121
* device: distribute crypto work as slice of elementsJordan Whited2023-10-103-55/+55
* conn, device: use UDP GSO and GRO on LinuxJordan Whited2023-10-101-0/+8
* device: wait for and lock ipc operations during closeJames Tucker2023-06-271-0/+2
* conn: disable sticky sockets on AndroidJason A. Donenfeld2023-03-231-0/+3
* global: buff -> bufJason A. Donenfeld2023-03-134-48/+48
* conn: inch BatchSize toward being non-dynamicJason A. Donenfeld2023-03-102-2/+2
* conn, device, tun: implement vectorized I/O on LinuxJordan Whited2023-03-103-9/+13
* conn, device, tun: implement vectorized I/O plumbingJordan Whited2023-03-108-260/+562
* device: uniformly check ECDH output for zerosJason A. Donenfeld2023-02-165-38/+45
* global: bump copyright yearJason A. Donenfeld2023-02-0736-36/+36
* global: bump copyright yearJason A. Donenfeld2022-09-2036-36/+36
* all: use Go 1.19 and its atomic typesBrad Fitzpatrick2022-09-0415-234/+106
* conn, device, tun: set CLOEXEC on fdsBrad Fitzpatrick2022-07-041-1/+1
* all: use any in place of interface{}Josh Bleecher Snyder2022-03-164-15/+15
* all: update to Go 1.18Josh Bleecher Snyder2022-03-166-15/+9
* global: apply gofumptJason A. Donenfeld2021-12-099-18/+9
* device: handle peer post config on blank lineJason A. Donenfeld2021-11-291-0/+1
* device: reduce peer lock critical section in UAPIJosh Bleecher Snyder2021-11-231-26/+28
* device: remove code using unsafeJosh Bleecher Snyder2021-11-231-33/+13
* global: use netip where possible nowJason A. Donenfeld2021-11-237-54/+57
* device: only propagate roaming value before peer is referenced elsewhereJason A. Donenfeld2021-11-161-1/+3
* device: align 64-bit atomic member in DeviceJason A. Donenfeld2021-11-161-5/+6
* device: start peers before running handshake testJason A. Donenfeld2021-11-161-0/+2
* device: fix nil pointer dereference in uapi readDavid Anderson2021-11-161-2/+2
* device: make new peers inherit broken mobile semanticsJason A. Donenfeld2021-11-153-0/+5
* device: defer state machine transitions until configuration is completeJason A. Donenfeld2021-11-153-15/+18
* device: do not consume handshake messages if not runningJason A. Donenfeld2021-11-151-1/+1
* device: timers: use pre-seeded per-thread unlocked fastrandn for jitterJason A. Donenfeld2021-10-281-10/+5
* device: timers: seed unsafe rng before use for jitterJason A. Donenfeld2021-10-281-3/+11
* global: remove old-style build tagsJason A. Donenfeld2021-10-125-5/+0
* global: add new go 1.17 build commentsJason A. Donenfeld2021-09-055-2/+7
* device: zero out allowedip node pointers when removingJason A. Donenfeld2021-06-042-1/+22
* device: limit allowedip fuzzer a to 4 times throughJason A. Donenfeld2021-06-031-5/+10
* device: simplify allowedips lookup signatureJason A. Donenfeld2021-06-035-17/+18
* device: remove nodes by peer in O(1) instead of O(n)Jason A. Donenfeld2021-06-032-72/+82
* device: remove recursion from insertion and connect parent pointersJason A. Donenfeld2021-06-033-59/+95
* device: reduce size of trie structJason A. Donenfeld2021-06-035-53/+45
* device: allow reducing queue constants on iOSJason A. Donenfeld2021-05-223-11/+12
* tun: linux: account for interface removal from outsideJason A. Donenfeld2021-05-201-1/+5
* device: optimize Peer.String even moreJason A. Donenfeld2021-05-181-14/+16
* device: optimize Peer.StringJosh Bleecher Snyder2021-05-141-7/+20
* device: add ID to repeated routinesJason A. Donenfeld2021-05-073-13/+13
* device: remove unusual ... in messagesJason A. Donenfeld2021-05-071-2/+2
* device: avoid verbose log line during ordinary shutdown sequenceJason A. Donenfeld2021-05-071-1/+1