aboutsummaryrefslogtreecommitdiffstats
path: root/tun/tcp_offload_linux.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* tun: use correct IP header comparisons in tcpGRO() and tcpPacketsCanCoalesce()Jordan Whited2023-03-251-10/+25
* tun: disqualify tcp4 packets w/IP options from coalescingJordan Whited2023-03-251-5/+5
* global: buff -> bufJason A. Donenfeld2023-03-131-54/+54
* conn: inch BatchSize toward being non-dynamicJason A. Donenfeld2023-03-101-3/+3
* conn, device, tun: implement vectorized I/O on LinuxJordan Whited2023-03-101-0/+612