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
/
config.c
Age
Commit message (
Expand
)
Author
2017-10-02
netlink: switch from ioctl to netlink for configuration
Jason A. Donenfeld
2017-09-24
tools: use key_is_zero for comparing to zeros
Jason A. Donenfeld
2017-09-24
config: do not reset device port
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-12
random: wait for random bytes when generating nonces and ephemerals
Jason A. Donenfeld
2017-06-08
config: ensure the RNG is initialized before setting
Jason A. Donenfeld
2017-05-31
config: add new line for style
Jason A. Donenfeld
2017-05-31
config: it's faster to memcpy than strncpy
Jason A. Donenfeld
2017-05-31
config: do not error out when getting if no peers
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-17
noise: redesign preshared key mode
Jason A. Donenfeld
2017-04-21
routingtable: rewrite core functions
Jason A. Donenfeld
2017-04-21
config: don't allow no-privatekey to mask preshared
Jason A. Donenfeld
2017-03-30
curve25519: protect against potential invalid point attacks
Jason A. Donenfeld
2017-03-28
config: do not allow peers with public keys the same as the interface
Jason A. Donenfeld
2017-03-24
uapi: add version magic
Jason A. Donenfeld
2017-03-19
config: satisfy sparse
Jason A. Donenfeld
2017-02-13
socket: enable setting of fwmark
Jason A. Donenfeld
2017-01-12
config: useless newline
Jason A. Donenfeld
2017-01-10
Update copyright
Jason A. Donenfeld
2017-01-10
uapi: use sockaddr union instead of sockaddr_storage
Jason A. Donenfeld
2017-01-10
uapi: use flag instead of C bitfield for portability
Jason A. Donenfeld
2016-12-23
cookies: use xchacha20poly1305 instead of chacha20poly1305
Jason A. Donenfeld
2016-12-23
config: allow removing multiple peers at once
Jason A. Donenfeld
2016-12-16
config: cleanups
Jason A. Donenfeld
2016-12-13
peer: don't use sockaddr_storage to reduce memory usage
Jason A. Donenfeld
2016-12-11
global: move to consistent use of uN instead of uintN_t for kernel code
Jason A. Donenfeld
2016-11-21
headers: cleanup notices
Jason A. Donenfeld
2016-11-15
socket: keep track of src address in sending packets
Jason A. Donenfeld
2016-11-04
socket: use dst_cache instead of handrolled cache
Jason A. Donenfeld
2016-11-03
timers: take reference like a lookup table
Jason A. Donenfeld
2016-09-29
Rework headers and includes
Jason A. Donenfeld
2016-08-08
persistent-keepalive: change range to [1,65535]
Jason A. Donenfeld
2016-07-23
timers: upstream removed the slack concept
Jason A. Donenfeld
2016-07-10
timers: apply slack to hotpath timers
Jason A. Donenfeld
2016-07-10
persistent keepalive: use unsigned long to avoid multiplication in hotpath
Jason A. Donenfeld
2016-07-10
persistent keepalive: use authenticated keepalives
Jason A. Donenfeld
2016-07-08
persistent keepalive: start sending immediately
Jason A. Donenfeld
2016-07-08
persistent keepalive: add kernel mechanism
Jason A. Donenfeld
2016-06-25
Initial commit
Jason A. Donenfeld