aboutsummaryrefslogtreecommitdiff
path: root/tun/tcp_offload_linux.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* tun: implement UDP GSO/GRO for LinuxJordan Whited2023-12-111-663/+0
* tun: reduce redundant checksumming in tcpGRO()Jordan Whited2023-10-101-63/+99
* 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