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
2020-06-30
queueing: make use of ip_tunnel_parse_protocol
Jason A. Donenfeld
2020-06-29
receive: account for napi_gro_receive never returning GRO_DROP
Jason A. Donenfeld
2020-05-19
noise: separate receive counter from send counter
Jason A. Donenfeld
2020-05-19
queueing: preserve flow hash across packet scrubbing
Jason A. Donenfeld
2020-05-05
send/receive: use explicit unlikely branch instead of implicit coalescing
Jason A. Donenfeld
2020-04-28
receive: use tunnel helpers for decapsulating ECN markings
Toke Høiland-Jørgensen
2020-03-17
receive: remove dead code from default packet type case
Jason A. Donenfeld
2020-03-17
wireguard: queueing: account for skb->protocol==0
Jason A. Donenfeld
2020-02-13
receive: reset last_under_load to zero
Jason A. Donenfeld
2019-12-12
global: fix up spelling
Josh Soref
2019-12-05
chacha20poly1305: port to sgmitter for 5.5
Jason A. Donenfeld
2019-07-02
receive: queue dead packets to napi queue instead of empty rx_queue
Jason A. Donenfeld
2019-06-25
global: switch to coarse ktime
Jason A. Donenfeld
2019-02-03
hashtables: decouple hashtable allocations from the main device allocation
Sultan Alsawaf
2019-01-07
global: update copyright
Jason A. Donenfeld
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
[next]