summaryrefslogtreecommitdiffhomepage
path: root/tun
AgeCommit message (Expand)Author
2023-03-10conn: inch BatchSize toward being non-dynamicJason A. Donenfeld
2023-03-10conn, device, tun: implement vectorized I/O on LinuxJordan Whited
2023-03-10conn, device, tun: implement vectorized I/O plumbingJordan Whited
2023-02-09tun: guard Device.Events() against chan writesJordan Whited
2023-02-07global: bump copyright yearJason A. Donenfeld
2023-02-07tun/netstack: make http examples communicate with each otherSoren L. Hansen
2023-02-07tun/netstack: bump gvisorColin Adler
2022-09-20global: bump copyright yearJason A. Donenfeld
2022-09-20tun/netstack: ensure `(*netTun).incomingPacket` chan is closedColin Adler
2022-09-04all: use Go 1.19 and its atomic typesBrad Fitzpatrick
2022-08-29tun/netstack: remove separate moduleJason A. Donenfeld
2022-08-29tun/netstack: bump to latest gvisorShengjing Zhu
2022-07-04conn, device, tun: set CLOEXEC on fdsBrad Fitzpatrick
2022-06-01tun: use ByteSliceToString from golang.org/x/sys/unixTobias Klauser
2022-03-16tun/netstack: bump modJason A. Donenfeld
2022-03-16all: update to Go 1.18Josh Bleecher Snyder
2022-03-09tun/netstack: check error returned by SetDeadline()Alexander Neumann
2022-03-09tun/netstack: update to latest wireguard-goAlexander Neumann
2022-02-02tun/netstack: simplify read timeout on ping socketJason A. Donenfeld
2022-02-02tun/netstack: implement ICMP pingThomas H. Ptacek
2021-12-09global: apply gofumptJason A. Donenfeld
2021-11-23global: use netip where possible nowJason A. Donenfeld
2021-11-04tun: move wintun to its own repoJason A. Donenfeld
2021-11-04namedpipe: rename from winpipe to keep in sync with CL299009Jason A. Donenfeld
2021-10-26wintun: align 64-bit argument on ARM32Jason A. Donenfeld
2021-10-22tun/netstack: update gvisorMikael Magnusson
2021-10-20wintun: allow retrieving DLL versionJason A. Donenfeld
2021-10-16wintun: remove memmod option for dll loadingJason A. Donenfeld
2021-10-12global: remove old-style build tagsJason A. Donenfeld
2021-10-12global: add newer-style build tagsJason A. Donenfeld
2021-10-12wintun: use new swdevice-based API for upcoming Wintun 0.14Jason A. Donenfeld
2021-10-11conn,wintun: use unsafe.Slice instead of unsafeSliceJason A. Donenfeld
2021-10-11memmod: import from wireguard-windowsJason A. Donenfeld
2021-09-23tun: make operateonfd.go build tags more specificTobias Klauser
2021-09-23tun: avoid leaking sock fd in CreateTUN error casesTobias Klauser
2021-09-05global: add new go 1.17 build commentsJason A. Donenfeld
2021-08-05memmod: register exception handler tablesJason A. Donenfeld
2021-07-29memmod: fix protected delayed load the right wayJason A. Donenfeld
2021-07-29memmod: disable protected delayed load for nowJason A. Donenfeld
2021-05-20tun: linux: account for interface removal from outsideJason A. Donenfeld
2021-05-07tun: formatJason A. Donenfeld
2021-05-07tun: windows: set event before waitingJason A. Donenfeld
2021-05-07tun: windows: rearrange struct to avoid alignment trap on 32bitJason A. Donenfeld
2021-05-07tun: windows: check alignment in unit testJason A. Donenfeld
2021-05-06tun/netstack: update go mod and remove GSO argumentJason A. Donenfeld
2021-05-05tun: windows: send MTU update when forced MTU changesJason A. Donenfeld
2021-04-26tun: windows: protect reads from closingJason A. Donenfeld
2021-04-19tun: freebsd: avoid OOB writesJason A. Donenfeld
2021-04-19tun: freebsd: become controlling process when reopening tun FDJason A. Donenfeld
2021-04-19tun: freebsd: restructure and cleanupJason A. Donenfeld