index
:
wireguard-go
android
dhcp
dhcp2
dmwg-0.0.1
fix/listen-any-addresses
master
sorted-peers
tun-net-with-stack
WireGuard Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-26
device: reduce allocs in Device.IpcGetOperation
Brad Fitzpatrick
2021-01-26
device: add benchmark for UAPI Device.IpcGetOperation
Josh Bleecher Snyder
2021-01-26
conn: fix interface parameter name in Bind interface docs
Brad Fitzpatrick
2021-01-25
device: allow pipelining UAPI requests
Jason A. Donenfeld
2021-01-25
ipc: add missing Windows errno
Jason A. Donenfeld
2021-01-25
device: serialize access to IpcSetOperation
Josh Bleecher Snyder
2021-01-25
device: simplify handling of IPC set endpoint
Josh Bleecher Snyder
2021-01-25
device: remove close processing fwmark
Josh Bleecher Snyder
2021-01-25
device: remove unnecessary comment
Josh Bleecher Snyder
2021-01-25
device: introduce new IPC error message for unknown error
Josh Bleecher Snyder
2021-01-25
device: correct IPC error number for I/O errors
Josh Bleecher Snyder
2021-01-25
device: simplify IpcHandle error handling
Josh Bleecher Snyder
2021-01-25
device: split IpcSetOperation into parts
Josh Bleecher Snyder
2021-01-25
device: expand IPCError
Josh Bleecher Snyder
2021-01-25
device: remove dead code
Josh Bleecher Snyder
2021-01-25
device: return errors from ipc scanner
Josh Bleecher Snyder
2021-01-21
netstack: further sequester with own go.mod and go.sum
Jason A. Donenfeld
2021-01-21
netstack: introduce new module for gvisor tcp tun adapter
Jason A. Donenfeld
2021-01-20
device: allow compiling with Go 1.15
Jason A. Donenfeld
2021-01-20
device: remove unused fields from DummyDatagram and DummyBind
Josh Bleecher Snyder
2021-01-20
device: remove unused trie test code
Josh Bleecher Snyder
2021-01-20
conn: remove _ method receiver
Josh Bleecher Snyder
2021-01-20
tun: fix fmt.Errorf format strings
Josh Bleecher Snyder
2021-01-20
device: remove unnecessary zeroing
Josh Bleecher Snyder
2021-01-20
device: remove QueueInboundElement.dropped
Josh Bleecher Snyder
2021-01-20
device: remove QueueOutboundElement.dropped
Josh Bleecher Snyder
2021-01-20
tun/wintun/memmod: gofmt
Josh Bleecher Snyder
2021-01-20
tun/wintun/memmod: fix format verb
Josh Bleecher Snyder
2021-01-20
device: check returned errors from NewPeer in TestNoiseHandshake
Josh Bleecher Snyder
2021-01-20
device: remove selects from encrypt/decrypt/inbound/outbound enqueuing
Josh Bleecher Snyder
2021-01-20
device: put handshake buffer in pool in FlushPacketQueues
Josh Bleecher Snyder
2021-01-20
device: use channel close to shut down and drain decryption channel
Josh Bleecher Snyder
2021-01-13
tun: add tcpip stack tunnel abstraction
Jason A. Donenfeld
2021-01-08
device: receive: do not exit immediately on transient UDP receive errors
Jason A. Donenfeld
2021-01-07
conn: linux: do not allow ReceiveIPvX to race with Close
Jason A. Donenfeld
2021-01-07
device: receive: drain decryption queue before exiting RoutineDecryption
Jason A. Donenfeld
2021-01-07
device: add latency and throughput benchmarks
Josh Bleecher Snyder
2021-01-07
device: use LogLevelError for benchmarking
Josh Bleecher Snyder
2021-01-07
device: make test infrastructure usable with benchmarks
Josh Bleecher Snyder
2021-01-07
memmod: apply explicit build tags to _32 and _64 files
Jason A. Donenfeld
2021-01-07
tun: make customization of WintunPool and requested GUID more obvious
Jason A. Donenfeld
2021-01-07
all: use ++ to increment
Josh Bleecher Snyder
2021-01-07
device: remove unnecessary zeroing
Josh Bleecher Snyder
2021-01-07
device: call wg.Add outside the goroutine
Josh Bleecher Snyder
2021-01-07
device: remove QueueInboundElement leak with stopped peers
Josh Bleecher Snyder
2021-01-07
device: simplify UAPI helper methods
Josh Bleecher Snyder
2021-01-07
device: fix alignment of peer stats member
Jason A. Donenfeld
2021-01-07
device: add UAPI helper methods
Jason A. Donenfeld
2021-01-07
conn: do not SO_REUSEADDR on linux
Jason A. Donenfeld
2021-01-07
device: add missing colon to error line
Jason A. Donenfeld
[next]