index
:
wireguard-go
bo/dflybsd-port
dc/nstest
fd/propagate-DSCP-bits
fw/codeQuality
jd/generic-aip
jd/multibuffer
jd/netip-go118
jd/netns-specific-uapi
js/peer-stats
js/sample-api
master
tp/icmp-fixes
Go implementation of WireGuard
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tun
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tun: use correct IP header comparisons in tcpGRO() and tcpPacketsCanCoalesce()
HEAD
master
Jordan Whited
3 days
2
-16
/
+119
*
tun: disqualify tcp4 packets w/IP options from coalescing
Jordan Whited
3 days
2
-5
/
+55
*
global: remove old style build tags
Jason A. Donenfeld
5 days
3
-3
/
+0
*
tun: replace ErrorBatch() with errors.Join()
Jordan Whited
11 days
2
-51
/
+3
*
global: buff -> buf
Jason A. Donenfeld
2023-03-13
7
-99
/
+99
*
tun/netstack: enable TCP Selective Acknowledgements
Jordan Whited
2023-03-10
1
-1
/
+6
*
conn: inch BatchSize toward being non-dynamic
Jason A. Donenfeld
2023-03-10
3
-8
/
+8
*
conn, device, tun: implement vectorized I/O on Linux
Jordan Whited
2023-03-10
6
-70
/
+1148
*
conn, device, tun: implement vectorized I/O plumbing
Jordan Whited
2023-03-10
9
-158
/
+283
*
tun: guard Device.Events() against chan writes
Jordan Whited
2023-02-09
8
-11
/
+11
*
global: bump copyright year
Jason A. Donenfeld
2023-02-07
13
-13
/
+13
*
tun/netstack: make http examples communicate with each other
Soren L. Hansen
2023-02-07
2
-9
/
+9
*
tun/netstack: bump gvisor
Colin Adler
2023-02-07
1
-1
/
+1
*
global: bump copyright year
Jason A. Donenfeld
2022-09-20
13
-13
/
+13
*
tun/netstack: ensure `(*netTun).incomingPacket` chan is closed
Colin Adler
2022-09-20
1
-0
/
+4
*
all: use Go 1.19 and its atomic types
Brad Fitzpatrick
2022-09-04
1
-22
/
+18
*
tun/netstack: remove separate module
Jason A. Donenfeld
2022-08-29
2
-33
/
+0
*
tun/netstack: bump to latest gvisor
Shengjing Zhu
2022-08-29
3
-1031
/
+37
*
conn, device, tun: set CLOEXEC on fds
Brad Fitzpatrick
2022-07-04
4
-21
/
+33
*
tun: use ByteSliceToString from golang.org/x/sys/unix
Tobias Klauser
2022-06-01
1
-6
/
+1
*
tun/netstack: bump mod
Jason A. Donenfeld
2022-03-16
2
-24
/
+17
*
all: update to Go 1.18
Josh Bleecher Snyder
2022-03-16
5
-5
/
+5
*
tun/netstack: check error returned by SetDeadline()
Alexander Neumann
2022-03-09
1
-1
/
+4
*
tun/netstack: update to latest wireguard-go
Alexander Neumann
2022-03-09
3
-24
/
+36
*
tun/netstack: simplify read timeout on ping socket
Jason A. Donenfeld
2022-02-02
1
-43
/
+14
*
tun/netstack: implement ICMP ping
Thomas H. Ptacek
2022-02-02
2
-24
/
+343
*
global: apply gofumpt
Jason A. Donenfeld
2021-12-09
5
-14
/
+11
*
global: use netip where possible now
Jason A. Donenfeld
2021-11-23
6
-72
/
+99
*
tun: move wintun to its own repo
Jason A. Donenfeld
2021-11-04
1
-1
/
+1
*
namedpipe: rename from winpipe to keep in sync with CL299009
Jason A. Donenfeld
2021-11-04
3
-368
/
+0
*
wintun: align 64-bit argument on ARM32
Jason A. Donenfeld
2021-10-26
1
-1
/
+5
*
tun/netstack: update gvisor
Mikael Magnusson
2021-10-22
3
-22
/
+403
*
wintun: allow retrieving DLL version
Jason A. Donenfeld
2021-10-20
2
-1
/
+31
*
wintun: remove memmod option for dll loading
Jason A. Donenfeld
2021-10-16
13
-1481
/
+39
*
global: remove old-style build tags
Jason A. Donenfeld
2021-10-12
9
-9
/
+0
*
global: add newer-style build tags
Jason A. Donenfeld
2021-10-12
4
-0
/
+4
*
wintun: use new swdevice-based API for upcoming Wintun 0.14
Jason A. Donenfeld
2021-10-12
2
-149
/
+61
*
conn,wintun: use unsafe.Slice instead of unsafeSlice
Jason A. Donenfeld
2021-10-11
1
-20
/
+2
*
memmod: import from wireguard-windows
Jason A. Donenfeld
2021-10-11
5
-33
/
+95
*
tun: make operateonfd.go build tags more specific
Tobias Klauser
2021-09-23
1
-2
/
+2
*
tun: avoid leaking sock fd in CreateTUN error cases
Tobias Klauser
2021-09-23
2
-6
/
+11
*
global: add new go 1.17 build comments
Jason A. Donenfeld
2021-09-05
1
-0
/
+1
*
memmod: register exception handler tables
Jason A. Donenfeld
2021-08-05
2
-0
/
+19
*
memmod: fix protected delayed load the right way
Jason A. Donenfeld
2021-07-29
2
-9
/
+13
*
memmod: disable protected delayed load for now
Jason A. Donenfeld
2021-07-29
4
-2
/
+155
*
tun: linux: account for interface removal from outside
Jason A. Donenfeld
2021-05-20
1
-25
/
+28
*
tun: format
Jason A. Donenfeld
2021-05-07
2
-3
/
+3
*
tun: windows: set event before waiting
Jason A. Donenfeld
2021-05-07
1
-18
/
+18
*
tun: windows: rearrange struct to avoid alignment trap on 32bit
Jason A. Donenfeld
2021-05-07
1
-4
/
+4
*
tun: windows: check alignment in unit test
Jason A. Donenfeld
2021-05-07
1
-0
/
+67
[next]