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
/
peer.c
Age
Commit message (
Expand
)
Author
2021-02-18
queueing: get rid of per-peer ring buffers
Jason A. Donenfeld
2020-08-27
compat: backport kfree_sensitive and switch to it
Jason A. Donenfeld
2020-03-18
noise: error out precomputed DH during handshake rather than config
Jason A. Donenfeld
2019-08-05
netlink: skip peers with invalid keys
Jason A. Donenfeld
2019-07-11
noise: immediately rekey all peers after changing device private key
Jason A. Donenfeld
2019-06-28
peer: use LIST_HEAD macro
Jason A. Donenfeld
2019-06-25
global: switch to coarse ktime
Jason A. Donenfeld
2019-03-25
peerlookup: rename from hashtables
Jason A. Donenfeld
2019-03-17
global: the _bh variety of rcu helpers have been unified
Jason A. Donenfeld
2019-02-26
allowedips: maintain per-peer list of allowedips
Jason A. Donenfeld
2019-02-25
peer: only synchronize_rcu_bh and traverse trie once when removing all peers
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-10-27
send: consider dropped stage packets to be dropped
Jason A. Donenfeld
2018-10-25
peer: another peer_remove cleanup
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-09-04
global: always find OOM unlikely
Jason A. Donenfeld
2018-09-04
global: prefer sizeof(*pointer) when possible
Jason A. Donenfeld
2018-08-28
global: run through clang-format
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-01
peer: ensure resources are freed when creation fails
Jason A. Donenfeld
2018-07-31
peer: simplify rcu reference counts
Jason A. Donenfeld
2018-07-18
recieve: disable NAPI busy polling
Thomas Gschwantner
2018-07-08
receive: use NAPI on the receive path
Jonathan Neuschäfer
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-01-03
global: year bump
Jason A. Donenfeld
2017-12-09
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-11-29
device: clear last handshake timer on ifdown
Jason A. Donenfeld
2017-11-10
allowedips: rename from routingtable
Jason A. Donenfeld
2017-11-02
global: revert checkpatch.pl changes
Jason A. Donenfeld
2017-10-31
global: style nits
Jason A. Donenfeld
2017-10-31
global: infuriating kernel iterator style
Jason A. Donenfeld
2017-10-31
peer: store total number of peers instead of iterating
Jason A. Donenfeld
2017-10-31
global: accept decent check_patch.pl suggestions
Jason A. Donenfeld
2017-10-09
routingtable: only use device's mutex, not a special rt one
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-02
noise: use spinlock for rotating keys
Jason A. Donenfeld
2017-10-02
peer: remove from RCU lists when the kref is zero
Jason A. Donenfeld
2017-10-02
peer: ensure that lookup tables are added last
Jason A. Donenfeld
2017-10-02
netlink: switch from ioctl to netlink for configuration
Jason A. Donenfeld
2017-09-24
timers: convert to use netif_running
Jason A. Donenfeld
2017-09-18
queue: entirely rework parallel system
Jason A. Donenfeld
2017-07-20
global: use pointer to net_device
Jason A. Donenfeld
2017-06-05
peer: explicitly initialize atomic
Jason A. Donenfeld
[next]