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
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
2017-05-31
debug: print interface name in dmesg
Jason A. Donenfeld
2017-05-30
style: spaces after for loops
Jason A. Donenfeld
2017-05-30
peer: use iterator macro instead of callback
Jason A. Donenfeld
2017-05-30
noise: precompute static-static ECDH operation
Jason A. Donenfeld
2017-05-30
handshake: process in parallel
Jason A. Donenfeld
2017-05-17
noise: redesign preshared key mode
Jason A. Donenfeld
2017-04-08
data: cleanup parallel workqueue and use two max_active
Jason A. Donenfeld
2017-04-04
locking: always use _bh
Jason A. Donenfeld
2017-01-10
Update copyright
Jason A. Donenfeld
2016-12-23
cookies: use xchacha20poly1305 instead of chacha20poly1305
Jason A. Donenfeld
[next]