summaryrefslogtreecommitdiffhomepage
path: root/src/receive.c
AgeCommit message (Expand)Author
2017-09-16send: no need to check for NULL since ref is validJason A. Donenfeld
2017-08-04noise: infer initiator or not from handshake stateJason A. Donenfeld
2017-08-04timers: rename confusingly named functions and variablesJason A. Donenfeld
2017-08-04receive: move lastminute guard into timer eventJason A. Donenfeld
2017-08-01recieve: pskb_trim already checks lengthJason A. Donenfeld
2017-08-01receive: single line if styleJason A. Donenfeld
2017-07-28recieve: cleanup variable usageJason A. Donenfeld
2017-07-20global: use pointer to net_deviceJason A. Donenfeld
2017-06-29receive: cleanup error handlersJason A. Donenfeld
2017-06-29receive: pull IP header into headJason A. Donenfeld
2017-06-29receive: fix off-by-one in packet length checkingJason A. Donenfeld
2017-06-26global: cleanup IP header checkingJason A. Donenfeld
2017-06-24receive: extend rate limiting to 1 second after under load detectionJason A. Donenfeld
2017-06-01receive: trim incoming packets to IP header lengthJason A. Donenfeld
2017-05-31timers: reset retry-attempt counter when not retryingJason A. Donenfeld
2017-05-31timers: the completion of a handshake also is on key confirmationJason A. Donenfeld
2017-05-31debug: print interface name in dmesgJason A. Donenfeld
2017-05-30handshake: process in parallelJason A. Donenfeld
2017-04-09receive: netif_rx consumesJason A. Donenfeld
2017-04-08data: cleanup parallel workqueue and use two max_activeJason A. Donenfeld
2017-04-04data: simplify flowJason A. Donenfeld
2017-04-04locking: always use _bhJason A. Donenfeld
2017-03-20data: big refactoringJason A. Donenfeld
2017-02-27receive: last_rx use is discouraged and removed in recent kernelsJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-13peer: don't use sockaddr_storage to reduce memory usageJason A. Donenfeld
2016-12-11receive: simplify ip header checking logicJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-16packets: consolidate constantsJason A. Donenfeld
2016-11-15various: nits from willyJason A. Donenfeld
2016-11-15debug: cleanup skb printingJason A. Donenfeld
2016-11-15socket: keep track of src address in sending packetsJason A. Donenfeld
2016-11-07send: simplify handshake initiation queueing and introduce lockJason A. Donenfeld
2016-11-06debug: support dynamic debug on skb addrJason A. Donenfeld
2016-10-19receive: always send confirmation, even if queue is emptyJason A. Donenfeld
2016-10-19timers: only have initiator rekeyJason A. Donenfeld
2016-10-19timers: always delay handshakes for responderJason A. Donenfeld
2016-10-19debug: keep alive -> keepaliveJason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-08-29send: properly encapsulate ECNJason A. Donenfeld
2016-07-10receive: assume we usually succeed with userspaceJason A. Donenfeld
2016-07-10receive: no need to test for !lenJason A. Donenfeld
2016-07-10persistent keepalive: use authenticated keepalivesJason A. Donenfeld
2016-07-08timers: rename *authorized* functions to *authenticated*Jason A. Donenfeld
2016-07-08persistent keepalive: add kernel mechanismJason A. Donenfeld
2016-07-03receive: protect against impossible conditionsJason A. Donenfeld
2016-07-01receive: error conditions are unlikelyJason A. Donenfeld
2016-06-25Initial commitJason A. Donenfeld