summaryrefslogtreecommitdiffhomepage
path: root/src/send.c
AgeCommit message (Expand)Author
2019-01-07global: update copyrightJason A. Donenfeld
2018-10-27send: calculate inner checksums for all protocolsAndrejs Hanins
2018-10-27send: consider dropped stage packets to be droppedJason A. Donenfeld
2018-10-25global: do not allow compiler to reorder is_valid or is_deadJason A. Donenfeld
2018-10-09global: give if statements brackets and other cleanupsJason A. Donenfeld
2018-10-08global: more nitsJason A. Donenfeld
2018-10-08global: rename struct wireguard_ to struct wg_Jason A. Donenfeld
2018-10-08global: prefix functions used in callbacks with wg_Jason A. Donenfeld
2018-10-07global: style nitsJason A. Donenfeld
2018-10-02global: prefix all functions with wg_Jason A. Donenfeld
2018-09-20global: put SPDX identifier on its own lineJason A. Donenfeld
2018-09-17crypto: pass simd by referenceJason A. Donenfeld
2018-09-16global: remove non-essential inline annotationsJason A. Donenfeld
2018-09-16send/receive: reduce number of sg entriesJason A. Donenfeld
2018-09-04global: prefer sizeof(*pointer) when possibleJason A. Donenfeld
2018-09-03crypto: import zincJason A. Donenfeld
2018-08-28global: run through clang-formatJason A. Donenfeld
2018-08-06crypto: move simd context to specific typeJason A. Donenfeld
2018-08-04send: switch handshake stamp to an atomicJason A. Donenfeld
2018-08-03peer: ensure destruction doesn't raceJason A. Donenfeld
2018-08-02queueing: ensure strictly ordered loads and storesJason A. Donenfeld
2018-07-31send: address of variable is never nullJason A. Donenfeld
2018-07-31peer: simplify rcu reference countsJason A. Donenfeld
2018-06-23global: use fast boottime instead of normal boottimeJason A. Donenfeld
2018-06-23global: use ktime boottime instead of jiffiesJason A. Donenfeld
2018-06-22global: fix a few typosJonathan Neuschäfer
2018-06-17simd: encapsulate fpu amortization into nice functionsJason A. Donenfeld
2018-06-16queueing: re-enable preemption periodically to lower latencyJason A. Donenfeld
2018-06-16queueing: remove useless spinlocks on scJason A. Donenfeld
2018-05-19timers: clear send_keepalive timer on sending handshake responseJason A. Donenfeld
2018-04-16send: simplify skb_padding with nice macroJason A. Donenfeld
2018-04-15send: account for route-based MTUJason A. Donenfeld
2018-01-03global: year bumpJason A. Donenfeld
2017-12-09global: add SPDX tags to all filesGreg Kroah-Hartman
2017-10-31global: style nitsJason A. Donenfeld
2017-10-31global: infuriating kernel iterator styleJason A. Donenfeld
2017-10-31global: accept decent check_patch.pl suggestionsJason A. Donenfeld
2017-10-31stats: more robust accountingJason A. Donenfeld
2017-10-17send: improve dead packet control flowJason A. Donenfeld
2017-10-11send: do not requeue if packet is deadJason A. Donenfeld
2017-10-05queueing: cleanup skb_paddingJason A. Donenfeld
2017-10-05queueing: move from ctx to cbJason A. Donenfeld
2017-10-05queueing: use ptr_ring instead of linked listsJason A. Donenfeld
2017-10-05send: put keypair referenceJason A. Donenfeld
2017-10-03global: add space around variable declarationsJason A. Donenfeld
2017-09-19queueing: rename cpumask functionJason A. Donenfeld
2017-09-19send: don't take uninitialized lockJason A. Donenfeld
2017-09-19queueing: no need to memzero structJason 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