index
:
wireguard-linux-compat
feature/socketdev
master
WireGuard Linux compat
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
send.c
Age
Commit message (
Expand
)
Author
2019-01-07
global: update copyright
Jason A. Donenfeld
2018-10-27
send: calculate inner checksums for all protocols
Andrejs Hanins
2018-10-27
send: consider dropped stage packets to be dropped
Jason A. Donenfeld
2018-10-25
global: do not allow compiler to reorder is_valid or is_dead
Jason A. Donenfeld
2018-10-09
global: give if statements brackets and other cleanups
Jason A. Donenfeld
2018-10-08
global: more nits
Jason A. Donenfeld
2018-10-08
global: rename struct wireguard_ to struct wg_
Jason A. Donenfeld
2018-10-08
global: prefix functions used in callbacks with wg_
Jason A. Donenfeld
2018-10-07
global: style nits
Jason A. Donenfeld
2018-10-02
global: prefix all functions with wg_
Jason A. Donenfeld
2018-09-20
global: put SPDX identifier on its own line
Jason A. Donenfeld
2018-09-17
crypto: pass simd by reference
Jason A. Donenfeld
2018-09-16
global: remove non-essential inline annotations
Jason A. Donenfeld
2018-09-16
send/receive: reduce number of sg entries
Jason A. Donenfeld
2018-09-04
global: prefer sizeof(*pointer) when possible
Jason A. Donenfeld
2018-09-03
crypto: import zinc
Jason A. Donenfeld
2018-08-28
global: run through clang-format
Jason A. Donenfeld
2018-08-06
crypto: move simd context to specific type
Jason A. Donenfeld
2018-08-04
send: switch handshake stamp to an atomic
Jason A. Donenfeld
2018-08-03
peer: ensure destruction doesn't race
Jason A. Donenfeld
2018-08-02
queueing: ensure strictly ordered loads and stores
Jason A. Donenfeld
2018-07-31
send: address of variable is never null
Jason A. Donenfeld
2018-07-31
peer: simplify rcu reference counts
Jason A. Donenfeld
2018-06-23
global: use fast boottime instead of normal boottime
Jason A. Donenfeld
2018-06-23
global: use ktime boottime instead of jiffies
Jason A. Donenfeld
2018-06-22
global: fix a few typos
Jonathan Neuschäfer
2018-06-17
simd: encapsulate fpu amortization into nice functions
Jason A. Donenfeld
2018-06-16
queueing: re-enable preemption periodically to lower latency
Jason A. Donenfeld
2018-06-16
queueing: remove useless spinlocks on sc
Jason A. Donenfeld
2018-05-19
timers: clear send_keepalive timer on sending handshake response
Jason A. Donenfeld
2018-04-16
send: simplify skb_padding with nice macro
Jason A. Donenfeld
2018-04-15
send: account for route-based MTU
Jason A. Donenfeld
2018-01-03
global: year bump
Jason A. Donenfeld
2017-12-09
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-10-31
global: style nits
Jason A. Donenfeld
2017-10-31
global: infuriating kernel iterator style
Jason A. Donenfeld
2017-10-31
global: accept decent check_patch.pl suggestions
Jason A. Donenfeld
2017-10-31
stats: more robust accounting
Jason A. Donenfeld
2017-10-17
send: improve dead packet control flow
Jason A. Donenfeld
2017-10-11
send: do not requeue if packet is dead
Jason A. Donenfeld
2017-10-05
queueing: cleanup skb_padding
Jason A. Donenfeld
2017-10-05
queueing: move from ctx to cb
Jason A. Donenfeld
2017-10-05
queueing: use ptr_ring instead of linked lists
Jason A. Donenfeld
2017-10-05
send: put keypair reference
Jason A. Donenfeld
2017-10-03
global: add space around variable declarations
Jason A. Donenfeld
2017-09-19
queueing: rename cpumask function
Jason A. Donenfeld
2017-09-19
send: don't take uninitialized lock
Jason A. Donenfeld
2017-09-19
queueing: no need to memzero struct
Jason A. Donenfeld
2017-09-18
queue: entirely rework parallel system
Jason A. Donenfeld
2017-09-16
send: no need to check for NULL since ref is valid
Jason A. Donenfeld
[next]