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
Age
Commit message (
Expand
)
Author
2016-11-05
qemu: move build outside of kernel dir to avoid kernel's make clean
Jason A. Donenfeld
2016-11-05
socket: big refactoring
Jason A. Donenfeld
2016-11-04
socket: route() returns an error pointer, not NULL on failure
Jason A. Donenfeld
2016-11-04
compat: some grsec have get_random_long; others do not
Jason A. Donenfeld
2016-11-04
data: use a memory cache for parallel ctx
Jason A. Donenfeld
2016-11-04
data: keep FPU on when possible
Jason A. Donenfeld
2016-11-04
send: queue bundles on same CPU
Jason A. Donenfeld
2016-11-04
data: use smaller types
Jason A. Donenfeld
2016-11-04
data: take reference to peer
Jason A. Donenfeld
2016-11-04
compat: stub out dst_cache for old kernels
Jason A. Donenfeld
2016-11-04
socket: use dst_cache instead of handrolled cache
Jason A. Donenfeld
2016-11-03
chacha20poly1305: src is different from dst on last piece
Jason A. Donenfeld
2016-11-03
device: use ARPHDR_VOID instead of ARPHDR_NONE
Jason A. Donenfeld
2016-11-03
qemu: newer default kernel
Jason A. Donenfeld
2016-11-03
timers: take reference like a lookup table
Jason A. Donenfeld
2016-11-02
kref: elide checks
Jason A. Donenfeld
2016-11-01
data: do not allow usage of keypair just before hash removal
Jason A. Donenfeld
2016-11-01
peer: kref is most likely to succeed
Jason A. Donenfeld
2016-10-23
compat: grsecurity backports get_random_long
Jason A. Donenfeld
2016-10-23
data: reset all packet fields like tun.c
Jason A. Donenfeld
2016-10-22
device: better debug message for unroutable packets
Jason A. Donenfeld
2016-10-22
compat: support PaX constify plugin
Jason A. Donenfeld
2016-10-22
uapi.h: public_key field is a getter
Jörg Thalheim
2016-10-19
receive: always send confirmation, even if queue is empty
Jason A. Donenfeld
2016-10-19
timers: only have initiator rekey
Jason A. Donenfeld
2016-10-19
timers: always delay handshakes for responder
Jason A. Donenfeld
2016-10-19
timers: move constants to header
Jason A. Donenfeld
2016-10-19
timers: kill half-open handshakes after a while
Jason A. Donenfeld
2016-10-19
timers: avoid thundering herd for simultaneous initiation
Jason A. Donenfeld
2016-10-19
debug: keep alive -> keepalive
Jason A. Donenfeld
2016-10-19
noise: comment/document the key swapping
Jason A. Donenfeld
2016-10-14
send: ensure that rekey retries are staggered
Jason A. Donenfeld
2016-10-14
device: show debug message when no peer has allowed-ips for packet
Jason A. Donenfeld
2016-10-05
send: requeue jobs for later if padata is full
Jason A. Donenfeld
2016-10-04
compat: akpm merged this to 4.9
Jason A. Donenfeld
2016-10-02
send: only avoid parallel path when there aren't inflight jobs
Jason A. Donenfeld
2016-09-29
remote-run: reflect recent makefile changes
Jason A. Donenfeld
2016-09-29
git: organize ignore files
Jason A. Donenfeld
2016-09-29
compat: Isolate more functions
Jason A. Donenfeld
2016-09-29
Rework headers and includes
Jason A. Donenfeld
2016-09-29
poly1305: optimize unaligned access
René van Dorst
2016-08-29
send: properly encapsulate ECN
Jason A. Donenfeld
2016-08-29
netns: remove dangling $@
Jason A. Donenfeld
2016-08-22
socket: use isdigit
Jason A. Donenfeld
2016-08-22
routingtable: hyphen was ugly
Jason A. Donenfeld
2016-08-22
hashtables: use rdrand() instead of counter
Jason A. Donenfeld
2016-08-21
tests: test jumbo frames with more transfer
Jason A. Donenfeld
2016-08-17
qemu: enhancements
Jason A. Donenfeld
2016-08-16
send: needless debugging check
Jason A. Donenfeld
2016-08-12
tests: add crypto-RP filter test
Jason A. Donenfeld
[next]