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
2023-03-10
conn: inch BatchSize toward being non-dynamic
Jason A. Donenfeld
2023-03-10
conn: set SO_{SND,RCV}BUF to 7MB on the Bind UDP socket
Jordan Whited
2023-03-10
go.mod: bump deps
Jason A. Donenfeld
2023-03-10
conn, device, tun: implement vectorized I/O on Linux
Jordan Whited
2023-03-10
conn, device, tun: implement vectorized I/O plumbing
Jordan Whited
2023-02-23
version: bump snapshot
Jason A. Donenfeld
2023-02-16
device: uniformly check ECDH output for zeros
Jason A. Donenfeld
2023-02-09
tun: guard Device.Events() against chan writes
Jordan Whited
2023-02-07
global: bump copyright year
Jason A. Donenfeld
2023-02-07
tun/netstack: make http examples communicate with each other
Soren L. Hansen
2023-02-07
tun/netstack: bump gvisor
Colin Adler
2022-09-20
global: bump copyright year
Jason A. Donenfeld
2022-09-20
tun/netstack: ensure `(*netTun).incomingPacket` chan is closed
Colin Adler
2022-09-04
all: use Go 1.19 and its atomic types
Brad Fitzpatrick
2022-08-29
tun/netstack: remove separate module
Jason A. Donenfeld
2022-08-29
tun/netstack: bump to latest gvisor
Shengjing Zhu
2022-07-04
conn, device, tun: set CLOEXEC on fds
Brad Fitzpatrick
2022-06-01
tun: use ByteSliceToString from golang.org/x/sys/unix
Tobias Klauser
2022-04-07
conn: remove the final alloc per packet receive
Josh Bleecher Snyder
2022-03-17
conn: use netip for std bind
Jason A. Donenfeld
2022-03-16
version: bump snapshot
Jason A. Donenfeld
2022-03-16
tun/netstack: bump mod
Jason A. Donenfeld
2022-03-16
mod: bump packages and remove compat netip
Jason A. Donenfeld
2022-03-16
all: use any in place of interface{}
Josh Bleecher Snyder
2022-03-16
all: update to Go 1.18
Josh Bleecher Snyder
2022-03-09
tun/netstack: check error returned by SetDeadline()
Alexander Neumann
2022-03-09
tun/netstack: update to latest wireguard-go
Alexander Neumann
2022-02-02
tun/netstack: simplify read timeout on ping socket
Jason A. Donenfeld
2022-02-02
tun/netstack: implement ICMP ping
Thomas H. Ptacek
2022-01-17
version: bump snapshot
Jason A. Donenfeld
2022-01-14
ipc: bsd: try again if kqueue returns EINTR
Jason A. Donenfeld
2021-12-09
global: apply gofumpt
Jason A. Donenfeld
2021-11-29
device: handle peer post config on blank line
Jason A. Donenfeld
2021-11-23
device: reduce peer lock critical section in UAPI
Josh Bleecher Snyder
2021-11-23
device: remove code using unsafe
Josh Bleecher Snyder
2021-11-23
global: use netip where possible now
Jason A. Donenfeld
2021-11-16
device: only propagate roaming value before peer is referenced elsewhere
Jason A. Donenfeld
2021-11-16
device: align 64-bit atomic member in Device
Jason A. Donenfeld
2021-11-16
device: start peers before running handshake test
Jason A. Donenfeld
2021-11-16
Makefile: don't use test -v because it hides failures in scrollback
Jason A. Donenfeld
2021-11-16
device: fix nil pointer dereference in uapi read
David Anderson
2021-11-15
device: make new peers inherit broken mobile semantics
Jason A. Donenfeld
2021-11-15
device: defer state machine transitions until configuration is complete
Jason A. Donenfeld
2021-11-15
device: do not consume handshake messages if not running
Jason A. Donenfeld
2021-11-04
tun: move wintun to its own repo
Jason A. Donenfeld
2021-11-04
namedpipe: rename from winpipe to keep in sync with CL299009
Jason A. Donenfeld
2021-10-28
device: timers: use pre-seeded per-thread unlocked fastrandn for jitter
Jason A. Donenfeld
2021-10-28
device: timers: seed unsafe rng before use for jitter
Jason A. Donenfeld
2021-10-26
wintun: align 64-bit argument on ARM32
Jason A. Donenfeld
2021-10-25
README: raise minimum Go to 1.17
Jason A. Donenfeld
[next]