aboutsummaryrefslogtreecommitdiff
path: root/device
AgeCommit message (Expand)Author
2023-12-11device: fix possible deadlock in close methodHEADmasterMartin Basovnik
2023-12-11device: do atomic 64-bit add outside of vector loopJason A. Donenfeld
2023-12-11device: reduce redundant per-packet overhead in RX pathJordan Whited
2023-12-11device: change Peer.endpoint locking to reduce contentionJordan Whited
2023-10-22device: ratchet up max segment size on androidJason A. Donenfeld
2023-10-10device: move Queue{In,Out}boundElement Mutex to container typeJordan Whited
2023-10-10device: distribute crypto work as slice of elementsJordan Whited
2023-10-10conn, device: use UDP GSO and GRO on LinuxJordan Whited
2023-06-27device: wait for and lock ipc operations during closeJames Tucker
2023-03-23conn: disable sticky sockets on AndroidJason A. Donenfeld
2023-03-13global: buff -> bufJason A. Donenfeld
2023-03-10conn: inch BatchSize toward being non-dynamicJason A. Donenfeld
2023-03-10conn, device, tun: implement vectorized I/O on LinuxJordan Whited
2023-03-10conn, device, tun: implement vectorized I/O plumbingJordan Whited
2023-02-16device: uniformly check ECDH output for zerosJason A. Donenfeld
2023-02-07global: bump copyright yearJason A. Donenfeld
2022-09-20global: bump copyright yearJason A. Donenfeld
2022-09-04all: use Go 1.19 and its atomic typesBrad Fitzpatrick
2022-07-04conn, device, tun: set CLOEXEC on fdsBrad Fitzpatrick
2022-03-16all: use any in place of interface{}js/for-jasonJosh Bleecher Snyder
2022-03-16all: update to Go 1.18Josh Bleecher Snyder
2021-12-09global: apply gofumptJason A. Donenfeld
2021-11-29device: handle peer post config on blank lineJason A. Donenfeld
2021-11-23device: reduce peer lock critical section in UAPIJosh Bleecher Snyder
2021-11-23device: remove code using unsafeJosh Bleecher Snyder
2021-11-23global: use netip where possible nowJason A. Donenfeld
2021-11-16device: only propagate roaming value before peer is referenced elsewhereJason A. Donenfeld
2021-11-16device: align 64-bit atomic member in DeviceJason A. Donenfeld
2021-11-16device: start peers before running handshake testJason A. Donenfeld
2021-11-16device: fix nil pointer dereference in uapi readDavid Anderson
2021-11-15device: make new peers inherit broken mobile semanticsJason A. Donenfeld
2021-11-15device: defer state machine transitions until configuration is completeJason A. Donenfeld
2021-11-15device: do not consume handshake messages if not runningJason A. Donenfeld
2021-10-28device: timers: use pre-seeded per-thread unlocked fastrandn for jitterJason A. Donenfeld
2021-10-28device: timers: seed unsafe rng before use for jitterJason A. Donenfeld
2021-10-12global: remove old-style build tagsJason A. Donenfeld
2021-09-05global: add new go 1.17 build commentsJason A. Donenfeld
2021-06-04device: zero out allowedip node pointers when removingJason A. Donenfeld
2021-06-03device: limit allowedip fuzzer a to 4 times throughJason A. Donenfeld
2021-06-03device: simplify allowedips lookup signatureJason A. Donenfeld
2021-06-03device: remove nodes by peer in O(1) instead of O(n)Jason A. Donenfeld
2021-06-03device: remove recursion from insertion and connect parent pointersJason A. Donenfeld
2021-06-03device: reduce size of trie structJason A. Donenfeld
2021-05-22device: allow reducing queue constants on iOSJason A. Donenfeld
2021-05-20tun: linux: account for interface removal from outsideJason A. Donenfeld
2021-05-18device: optimize Peer.String even moreJason A. Donenfeld
2021-05-14device: optimize Peer.StringJosh Bleecher Snyder
2021-05-07device: add ID to repeated routinesJason A. Donenfeld
2021-05-07device: remove unusual ... in messagesJason A. Donenfeld
2021-05-07device: avoid verbose log line during ordinary shutdown sequenceJason A. Donenfeld