aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/receive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* queueing: rename cpumask functionJason A. Donenfeld2017-09-191-1/+1
* queueing: no need to memzero structJason A. Donenfeld2017-09-191-1/+2
* receive: use netif_receive_skb instead of netif_rxJason A. Donenfeld2017-09-191-1/+1
* queue: entirely rework parallel systemJason A. Donenfeld2017-09-181-14/+155
* send: no need to check for NULL since ref is validJason A. Donenfeld2017-09-161-1/+1
* noise: infer initiator or not from handshake stateJason A. Donenfeld2017-08-041-1/+1
* timers: rename confusingly named functions and variablesJason A. Donenfeld2017-08-041-1/+1
* receive: move lastminute guard into timer eventJason A. Donenfeld2017-08-041-3/+1
* recieve: pskb_trim already checks lengthJason A. Donenfeld2017-08-011-1/+1
* receive: single line if styleJason A. Donenfeld2017-08-011-2/+1
* recieve: cleanup variable usageJason A. Donenfeld2017-07-281-11/+7
* global: use pointer to net_deviceJason A. Donenfeld2017-07-201-15/+15
* receive: cleanup error handlersJason A. Donenfeld2017-06-291-21/+23
* receive: pull IP header into headJason A. Donenfeld2017-06-291-0/+4
* receive: fix off-by-one in packet length checkingJason A. Donenfeld2017-06-291-1/+1
* global: cleanup IP header checkingJason A. Donenfeld2017-06-261-50/+16
* receive: extend rate limiting to 1 second after under load detectionJason A. Donenfeld2017-06-241-0/+5
* receive: trim incoming packets to IP header lengthJason A. Donenfeld2017-06-011-0/+15
* timers: reset retry-attempt counter when not retryingJason A. Donenfeld2017-05-311-1/+1
* timers: the completion of a handshake also is on key confirmationJason A. Donenfeld2017-05-311-0/+1
* debug: print interface name in dmesgJason A. Donenfeld2017-05-311-23/+23
* handshake: process in parallelJason A. Donenfeld2017-05-301-9/+12
* receive: netif_rx consumesJason A. Donenfeld2017-04-091-1/+3
* data: cleanup parallel workqueue and use two max_activeJason A. Donenfeld2017-04-081-2/+2
* data: simplify flowJason A. Donenfeld2017-04-041-7/+2
* locking: always use _bhJason A. Donenfeld2017-04-041-3/+3
* data: big refactoringJason A. Donenfeld2017-03-201-42/+49
* receive: last_rx use is discouraged and removed in recent kernelsJason A. Donenfeld2017-02-271-1/+0
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
* peer: don't use sockaddr_storage to reduce memory usageJason A. Donenfeld2016-12-131-7/+7
* receive: simplify ip header checking logicJason A. Donenfeld2016-12-111-15/+2
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
* packets: consolidate constantsJason A. Donenfeld2016-11-161-3/+3
* various: nits from willyJason A. Donenfeld2016-11-151-1/+1
* debug: cleanup skb printingJason A. Donenfeld2016-11-151-42/+25
* socket: keep track of src address in sending packetsJason A. Donenfeld2016-11-151-42/+36
* send: simplify handshake initiation queueing and introduce lockJason A. Donenfeld2016-11-071-1/+1
* debug: support dynamic debug on skb addrJason A. Donenfeld2016-11-061-4/+4
* receive: always send confirmation, even if queue is emptyJason A. Donenfeld2016-10-191-1/+5
* timers: only have initiator rekeyJason A. Donenfeld2016-10-191-3/+26
* timers: always delay handshakes for responderJason A. Donenfeld2016-10-191-0/+2
* debug: keep alive -> keepaliveJason A. Donenfeld2016-10-191-1/+1
* Rework headers and includesJason A. Donenfeld2016-09-291-2/+3
* send: properly encapsulate ECNJason A. Donenfeld2016-08-291-2/+13
* receive: assume we usually succeed with userspaceexperimental-0.0.20160711Jason A. Donenfeld2016-07-101-1/+1
* receive: no need to test for !lenJason A. Donenfeld2016-07-101-1/+1
* persistent keepalive: use authenticated keepalivesJason A. Donenfeld2016-07-101-0/+2
* timers: rename *authorized* functions to *authenticated*Jason A. Donenfeld2016-07-081-2/+2
* persistent keepalive: add kernel mechanismJason A. Donenfeld2016-07-081-1/+1
* receive: protect against impossible conditionsJason A. Donenfeld2016-07-031-0/+4