aboutsummaryrefslogtreecommitdiff
path: root/device/receive.go
AgeCommit message (Expand)Author
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-10-10device: move Queue{In,Out}boundElement Mutex to container typeJordan Whited
2023-10-10device: distribute crypto work as slice of elementsJordan 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-11-23global: use netip where possible nowJason A. Donenfeld
2021-06-03device: simplify allowedips lookup signatureJason A. Donenfeld
2021-05-07device: add ID to repeated routinesJason A. Donenfeld
2021-05-07device: avoid verbose log line during ordinary shutdown sequenceJason A. Donenfeld
2021-05-06device: log all errors received by RoutineReceiveIncomingJosh Bleecher Snyder
2021-04-12conn: reconstruct v4 vs v6 receive function based on symtabJason A. Donenfeld
2021-04-12device: allocate new buffer in receive death spiralKristupas Antanavičius
2021-04-02all: make conn.Bind.Open return a slice of receive functionsJosh Bleecher Snyder
2021-03-30device: handle broader range of errors in RoutineReceiveIncomingJosh Bleecher Snyder
2021-02-16conn: bump to 1.16 and get rid of NetErrClosed hackJason A. Donenfeld
2021-02-09device: handshake routine writes into encryption queueJason A. Donenfeld
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 device.state.stopping from RoutineHandshakeJosh Bleecher Snyder
2021-02-08device: remove device.state.stopping from RoutineDecryptionJosh Bleecher Snyder
2021-01-29device: use new model queues for handshakesJason A. Donenfeld
2021-01-29device: simplify peer queue lockingJason 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: allow compiling with Go 1.15Jason A. Donenfeld
2021-01-20device: remove QueueInboundElement.droppedJosh Bleecher Snyder
2021-01-20device: remove selects from encrypt/decrypt/inbound/outbound enqueuingJosh Bleecher Snyder
2021-01-20device: use channel close to shut down and drain decryption channelJosh Bleecher Snyder
2021-01-08device: receive: do not exit immediately on transient UDP receive errorsJason A. Donenfeld
2021-01-07device: receive: drain decryption queue before exiting RoutineDecryptionJason A. Donenfeld
2021-01-07device: remove QueueInboundElement leak with stopped peersJosh Bleecher Snyder
2021-01-07device: fix error shadowing before log printBrad Fitzpatrick
2021-01-07device: always name *Queue*Element variables elemJosh Bleecher Snyder
2021-01-07device: simplify copying counter to nonceJosh Bleecher Snyder
2021-01-07device: remove starting waitgroupsJosh Bleecher Snyder
2020-12-08device: clear pointers when returning elems to poolsJosh Bleecher Snyder
2020-11-18device: add write queue mutex for peerHaichao Liu
2020-05-02global: update header comments and modulesJason A. Donenfeld
2020-05-02conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw
2019-07-01device: receive: uniform message for source address checkJason A. Donenfeld
2019-07-01device: receive: simplify flush loopJason 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