summaryrefslogtreecommitdiffhomepage
path: root/src/send.c
AgeCommit message (Expand)Author
2020-05-19noise: separate receive counter from send counterJason A. Donenfeld
2020-05-19queueing: preserve flow hash across packet scrubbingJason A. Donenfeld
2020-05-05send/receive: use explicit unlikely branch instead of implicit coalescingJason A. Donenfeld
2020-05-04send: cond_resched() when processing tx ringbuffersJason A. Donenfeld
2020-03-18send: use normaler alignment formula from upstreamJason A. Donenfeld
2020-02-14send: cleanup skb padding calculationJason A. Donenfeld
2020-02-14send: account for mtu=0 devicesJason A. Donenfeld
2019-12-05chacha20poly1305: port to sgmitter for 5.5Jason A. Donenfeld
2019-12-05device: prepare skb_list_walk_safe for upstreamingJason A. Donenfeld
2019-12-05send: use kfree_skb_listJason A. Donenfeld
2019-06-25global: switch to coarse ktimeJason A. Donenfeld
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