summaryrefslogtreecommitdiffhomepage
path: root/src/receive.c
AgeCommit message (Expand)Author
2018-01-03receive: treat packet checking as irrelevant for timersJason A. Donenfeld
2017-12-09global: add SPDX tags to all filesGreg Kroah-Hartman
2017-11-10allowedips: rename from routingtableJason A. Donenfeld
2017-11-10receive: hoist fpu outside of receive loopJason A. Donenfeld
2017-10-31global: use fewer BUG_ONsJason A. Donenfeld
2017-10-31global: style nitsJason A. Donenfeld
2017-10-31global: accept decent check_patch.pl suggestionsJason A. Donenfeld
2017-10-31stats: more robust accountingJason A. Donenfeld
2017-10-17receive: improve control flowJason A. Donenfeld
2017-10-11receive: disable bh before using stats seq lockJason A. Donenfeld
2017-10-06socket: gcc inlining makes this fasterJason A. Donenfeld
2017-10-06receive: do not consider 0 jiffies as being setJason A. Donenfeld
2017-10-05queueing: move from ctx to cbJason A. Donenfeld
2017-10-05receive: do not store endpoint in ctxJason A. Donenfeld
2017-10-05queueing: use ptr_ring instead of linked listsJason A. Donenfeld
2017-10-05receive: we're not planning on turning that into a while loop nowJason A. Donenfeld
2017-10-03receive: use local keypair, not ctx keypair in error pathJason A. Donenfeld
2017-10-03global: add space around variable declarationsJason A. Donenfeld
2017-10-03receive: simplify message type validationJason A. Donenfeld
2017-10-02receive: do not consider netfilter drop a real dropJason A. Donenfeld
2017-09-26receive: mark function staticJason A. Donenfeld
2017-09-19queueing: rename cpumask functionJason A. Donenfeld
2017-09-19queueing: no need to memzero structJason A. Donenfeld
2017-09-19receive: use netif_receive_skb instead of netif_rxJason A. Donenfeld
2017-09-18queue: entirely rework parallel systemJason A. Donenfeld
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