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
/
receive.c
Age
Commit message (
Expand
)
Author
2018-11-13
global: various formatting tweeks
Jason A. Donenfeld
2018-11-05
compat: csum_levels is new in 3.18 but backported to RHEL
Jason A. Donenfeld
2018-10-27
receive: assume all levels have been checksumed, not just outer
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-06
global: rename include'd C files to be .c
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-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-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
peer: simplify rcu reference counts
Jason A. Donenfeld
2018-07-24
receive: check against proper return value type
Jason A. Donenfeld
2018-07-12
receive: use gro call instead of plain call
Jason A. Donenfeld
2018-07-11
receive: account for zero or negative budget
Jason A. Donenfeld
2018-07-08
receive: use NAPI on the receive path
Jonathan Neuschäfer
2018-07-04
receive: style
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
receive: don't toggle bh
Jason A. Donenfeld
2018-06-19
receive: drop handshake packets if rng is not initialized
Jason A. Donenfeld
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-01-03
global: year bump
Jason A. Donenfeld
2018-01-03
receive: treat packet checking as irrelevant for timers
Jason A. Donenfeld
2017-12-09
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-11-10
allowedips: rename from routingtable
Jason A. Donenfeld
2017-11-10
receive: hoist fpu outside of receive loop
Jason A. Donenfeld
2017-10-31
global: use fewer BUG_ONs
Jason A. Donenfeld
2017-10-31
global: style nits
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
receive: improve control flow
Jason A. Donenfeld
2017-10-11
receive: disable bh before using stats seq lock
Jason A. Donenfeld
2017-10-06
socket: gcc inlining makes this faster
Jason A. Donenfeld
2017-10-06
receive: do not consider 0 jiffies as being set
Jason A. Donenfeld
2017-10-05
queueing: move from ctx to cb
Jason A. Donenfeld
2017-10-05
receive: do not store endpoint in ctx
Jason A. Donenfeld
2017-10-05
queueing: use ptr_ring instead of linked lists
Jason A. Donenfeld
2017-10-05
receive: we're not planning on turning that into a while loop now
Jason A. Donenfeld
[next]