tun: split read buffer on GSO#62
Draft
illotum wants to merge 1 commit into
Draft
Conversation
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
May 26, 2026 18:29
5f73685 to
cb0d6ec
Compare
illotum
force-pushed
the
illotum/tun-gso-buffers
branch
from
May 26, 2026 18:29
3b2c8f0 to
7074636
Compare
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
May 26, 2026 21:41
cb0d6ec to
936ed01
Compare
illotum
force-pushed
the
illotum/tun-gso-buffers
branch
2 times, most recently
from
May 26, 2026 23:10
43e9c1a to
90699dd
Compare
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
May 26, 2026 23:10
936ed01 to
2c06c35
Compare
illotum
force-pushed
the
illotum/tun-gso-buffers
branch
from
June 5, 2026 18:26
90699dd to
c694556
Compare
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
June 5, 2026 18:26
2c06c35 to
544acb6
Compare
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
June 16, 2026 20:55
544acb6 to
e130f00
Compare
illotum
force-pushed
the
illotum/tun-gso-buffers
branch
2 times, most recently
from
June 18, 2026 19:21
0c394d6 to
d94e9c3
Compare
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
June 18, 2026 19:21
e130f00 to
4f047a0
Compare
illotum
force-pushed
the
illotum/tun-gso-buffers
branch
from
June 19, 2026 02:03
d94e9c3 to
cbda62d
Compare
illotum
force-pushed
the
illotum/tun-gso-buffers
branch
from
July 16, 2026 18:53
cbda62d to
e5d0222
Compare
Read coalesced data into iobuf.Shared and spread into right-sized views with sufficient head- and tailroom for encapsulation. Also stores a number of fuzz seeds from discovered on the new GSO code. Signed-off-by: Alex Valiushko <alexvaliushko@tailscale.com> Change-Id: I308f598f6af65d00313ef34567fe605b6a6a6964
illotum
force-pushed
the
illotum/tun-gso-buffers
branch
from
July 17, 2026 01:22
e5d0222 to
7b7dc80
Compare
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
July 17, 2026 17:10
4f047a0 to
c5c0121
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Read coalesced data into iobuf.Shared and spread into right-sized views
with sufficient head- and tailroom for encapsulation.
Also stores a number of fuzz seeds from discovered on the new GSO code.