aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/receive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: import zincJason A. Donenfeld2018-09-031-1/+1
* global: run through clang-formatJason A. Donenfeld2018-08-281-79/+178
* crypto: move simd context to specific typeJason A. Donenfeld2018-08-061-6/+6
* peer: ensure destruction doesn't raceJason A. Donenfeld2018-08-031-21/+20
* queueing: ensure strictly ordered loads and storesJason A. Donenfeld2018-08-021-1/+1
* peer: simplify rcu reference countsJason A. Donenfeld2018-07-311-1/+1
* receive: check against proper return value typeJason A. Donenfeld2018-07-241-1/+1
* receive: use gro call instead of plain callJason A. Donenfeld2018-07-121-1/+1
* receive: account for zero or negative budgetJason A. Donenfeld2018-07-111-0/+3
* receive: use NAPI on the receive pathJonathan Neuschäfer2018-07-081-6/+13
* receive: styleJason A. Donenfeld2018-07-041-1/+1
* global: use fast boottime instead of normal boottimeJason A. Donenfeld2018-06-231-3/+3
* global: use ktime boottime instead of jiffiesJason A. Donenfeld2018-06-231-6/+6
* receive: don't toggle bhJason A. Donenfeld2018-06-221-6/+0
* receive: drop handshake packets if rng is not initializedJason A. Donenfeld2018-06-191-2/+2
* simd: encapsulate fpu amortization into nice functionsJason A. Donenfeld2018-06-171-9/+4
* queueing: re-enable preemption periodically to lower latencyJason A. Donenfeld2018-06-161-0/+12
* queueing: remove useless spinlocks on scJason A. Donenfeld2018-06-161-2/+0
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
* receive: treat packet checking as irrelevant for timersJason A. Donenfeld2018-01-031-6/+6
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-1/+4
* allowedips: rename from routingtableJason A. Donenfeld2017-11-101-1/+1
* receive: hoist fpu outside of receive loopJason A. Donenfeld2017-11-101-3/+6
* global: use fewer BUG_ONsJason A. Donenfeld2017-10-311-3/+3
* global: style nitsJason A. Donenfeld2017-10-311-3/+7
* global: accept decent check_patch.pl suggestionsJason A. Donenfeld2017-10-311-10/+12
* stats: more robust accountingJason A. Donenfeld2017-10-311-5/+7
* receive: improve control flowJason A. Donenfeld2017-10-171-4/+2
* receive: disable bh before using stats seq lockJason A. Donenfeld2017-10-111-0/+4
* socket: gcc inlining makes this fasterJason A. Donenfeld2017-10-061-10/+2
* receive: do not consider 0 jiffies as being setJason A. Donenfeld2017-10-061-4/+4
* queueing: move from ctx to cbJason A. Donenfeld2017-10-051-57/+51
* receive: do not store endpoint in ctxJason A. Donenfeld2017-10-051-5/+21
* queueing: use ptr_ring instead of linked listsJason A. Donenfeld2017-10-051-7/+17
* receive: we're not planning on turning that into a while loop nowJason A. Donenfeld2017-10-051-6/+5
* receive: use local keypair, not ctx keypair in error pathJason A. Donenfeld2017-10-031-1/+1
* global: add space around variable declarationsJason A. Donenfeld2017-10-031-0/+5
* receive: simplify message type validationJason A. Donenfeld2017-10-031-19/+33
* receive: do not consider netfilter drop a real dropJason A. Donenfeld2017-10-021-5/+3
* receive: mark function staticJason A. Donenfeld2017-09-261-1/+1
* 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