- rebase to main
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 18 2024
Sep 10 2024
Sep 6 2024
Looks good, the intended change is clear to follow and in line with the spirit of RFC9438.
lgtm;
Sep 5 2024
Jul 25 2024
Jul 11 2024
Jun 27 2024
May 16 2024
- remove unused variable
- rebase to main
May 8 2024
May 7 2024
May 5 2024
May 4 2024
May 3 2024
- filter out any segments smaller than the current maxseg size minus maximum tcp header options
May 2 2024
Root cause was found, no need to keep this around
May 1 2024
- bracket setting inp_cred to NULL with #ifdef invariants
Apr 30 2024
Apr 18 2024
Base stack change looks good.
Apr 15 2024
Apr 7 2024
Apr 5 2024
Apr 4 2024
Apr 3 2024
if idle is used as a boolean, why not be consequent about it and declare it as such also? To prevent future misuses with numeric calculations...
Mar 26 2024
Mar 22 2024
Mar 21 2024
In D44092#1013944, @dim wrote:KMSAN is @markj I believe? Though it looks like you're getting a clang assertion there. So what is the clang version being used?
Mar 18 2024
Mar 14 2024
- some compiler trickery to the correct struct member size
In D44362#1011765, @kib wrote:I do not understand the change. You re-wrote the code as if the TCP_RFC7413 option is always set. This is not true, at least from the fast grepping of the sources.
only minor whitespace nits. i'm ok with removing this macro mechanistically.
Mar 13 2024
Mar 12 2024
i've read through the TCP related changes, which look good to me. But that's only a minute part of this change. Others should comment on the remaining aspects of this major diff.
Mar 8 2024
addressed all comments.
- sort prototype definitions alphabetically
Mar 7 2024
- clean key material in the error path too.
Discussed transport
Mar 6 2024
Can I ping @kib like this?
As at least two, maybe three different NIC vendors have similar capabilities, wouldn't it make sense to have global, driver independent sysctls?
- clean before free all crypto material
Mar 1 2024
whitespace fix 2
whitespace fix
In D44092#1005867, @emaste wrote:Makes sense to me. Have you tested make tinderbox?
Feb 28 2024
MAIN e0dfecadf5946b6a8ad423be4eb1c14017b3a8a7 errors on make tinderbox with the same error:
In D44092#1005867, @emaste wrote:Makes sense to me. Have you tested make tinderbox?
Feb 27 2024
Feb 26 2024
In D44092#1005876, @karels wrote:Does -Wswitch require a default if all values of an enum are explicitly included? I don't know if that is common though.
Unfortunately, my box here is too small to build serveral universes.
Feb 25 2024
Apparently I've only checked clang or gccc12 but ont gcc13 - where there are subtle differences in what these compilers consider acceptable;