aboutsummaryrefslogtreecommitdiff
path: root/device/send.go
AgeCommit message (Expand)Author
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-03-13global: buff -> bufJason A. Donenfeld
2023-03-10conn, device, tun: implement vectorized I/O plumbingJordan Whited
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
2021-12-09global: apply gofumptJason A. Donenfeld
2021-06-03device: simplify allowedips lookup signatureJason A. Donenfeld
2021-05-20tun: linux: account for interface removal from outsideJason A. Donenfeld
2021-05-07device: add ID to repeated routinesJason A. Donenfeld
2021-03-11device: signal to close device in separate routineJason A. Donenfeld
2021-02-23global: remove TODO name graffitiJason A. Donenfeld
2021-02-09device: make RoutineReadFromTUN keep encryption queue aliveJosh Bleecher Snyder
2021-02-09device: do not attach finalizer to non-returned objectJason A. Donenfeld
2021-02-08device: remove mutex from Peer send/receiveJosh Bleecher Snyder
2021-02-08device: overhaul device state managementJosh Bleecher Snyder
2021-02-08device: remove unnecessary zeroing in peer.SendKeepaliveJosh Bleecher Snyder
2021-02-03device: tie encryption queue lifetime to the peers that write to itJosh Bleecher Snyder
2021-01-29device: reduce number of append calls when paddingJason A. Donenfeld
2021-01-29device: simplify peer queue lockingJason A. Donenfeld
2021-01-28device: reduce nesting when staging packetJason A. Donenfeld
2021-01-28global: bump copyrightJason A. Donenfeld
2021-01-27device: get rid of nonce routineJason A. Donenfeld
2021-01-26device: combine debug and info log levels into 'verbose'Jason A. Donenfeld
2021-01-26device: change logging interface to use functionsJosh Bleecher Snyder
2021-01-20device: remove QueueOutboundElement.droppedJosh Bleecher Snyder
2021-01-20device: remove selects from encrypt/decrypt/inbound/outbound enqueuingJosh Bleecher Snyder
2021-01-07device: call wg.Add outside the goroutineJosh Bleecher Snyder
2021-01-07device: add missing colon to error lineJason A. Donenfeld
2021-01-07device: fix races from changing private_keyJosh Bleecher Snyder
2021-01-07device: always name *Queue*Element variables elemJosh Bleecher Snyder
2021-01-07device: use channel close to shut down and drain outbound channelJosh Bleecher Snyder
2021-01-07device: use channel close to shut down and drain encryption channelJosh Bleecher Snyder
2021-01-07device: remove starting waitgroupsJosh Bleecher Snyder
2020-12-08device: clear pointers when returning elems to poolsJosh Bleecher Snyder
2020-12-08device: use labeled for loop instead of gotoJosh Bleecher Snyder
2020-11-18device: add write queue mutex for peerHaichao Liu
2020-05-18device: rework padding calculation and don't shadow paddedSizeJason A. Donenfeld
2020-05-02global: update header comments and modulesJason A. Donenfeld
2020-02-14send: account for zero mtuJason A. Donenfeld
2019-10-21device: remove dead error reporting codeJason A. Donenfeld
2019-06-11device: update transfer counters correctlyJason A. Donenfeld
2019-06-03device, ratelimiter: replace uses of time.Now().Sub() with time.Since()Matt Layher
2019-05-14global: regroup all importsJason A. Donenfeld
2019-04-18device: send: check packet length before freeing elementJason A. Donenfeld
2019-03-03global: begin modularizationJason A. Donenfeld