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
/
queueing.h
Age
Commit message (
Expand
)
Author
2021-02-18
queueing: get rid of per-peer ring buffers
Jason A. Donenfeld
2020-06-30
queueing: make use of ip_tunnel_parse_protocol
Jason A. Donenfeld
2020-05-20
compat: backport renamed/missing skb hash members
Jason A. Donenfeld
2020-05-19
queueing: preserve flow hash across packet scrubbing
Jason A. Donenfeld
2020-03-28
queueing: backport skb_reset_redirect change from 5.6
Jason A. Donenfeld
2020-03-17
wireguard: queueing: account for skb->protocol==0
Jason A. Donenfeld
2019-07-02
receive: queue dead packets to napi queue instead of empty rx_queue
Jason A. Donenfeld
2019-02-27
queueing: net-next has changed signature of skb_probe_transport_header
Jason A. Donenfeld
2019-02-03
queueing: more reasonable allocator function convention
Jason A. Donenfeld
2019-01-07
global: update copyright
Jason A. Donenfeld
2018-10-27
send: consider dropped stage packets to be dropped
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-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-08-28
global: run through clang-format
Jason A. Donenfeld
2018-08-02
queueing: ensure strictly ordered loads and stores
Jason A. Donenfeld
2018-08-01
queueing: document double-adding and reference conditions
Jason A. Donenfeld
2018-08-01
queueing: keep reference to peer after setting atomic state bit
Jason A. Donenfeld
2018-07-31
peer: simplify rcu reference counts
Jason A. Donenfeld
2018-07-08
receive: use NAPI on the receive path
Jonathan Neuschäfer
2018-05-13
queueing: preserve pfmemalloc header bit
Jason A. Donenfeld
2018-04-15
send: account for route-based MTU
Jason A. Donenfeld
2018-02-20
queueing: skb_reset: mark as xnet
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: accept decent check_patch.pl suggestions
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
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-03
global: add space around variable declarations
Jason A. Donenfeld
2017-10-03
global: use _WG prefix for include guards
Jason A. Donenfeld
2017-09-25
queueing: more standard init/uninit names
Jason A. Donenfeld
2017-09-19
queueing: rename cpumask function
Jason A. Donenfeld
2017-09-19
queueing: clean up worthless helper
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