aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* dhcp: put option 53 at the beginning2023_10_04.f851084Stas Sergeev2023-10-041-0/+7
* tcp, tap: Don't increase tap-side sequence counter for dropped framesStefano Brivio2023-10-043-10/+42
* tcp: Force TCP_WINDOW_CLAMP before resetting STALLED flagStefano Brivio2023-10-041-5/+24
* tcp: Fix comment to tcp_sock_consume()Stefano Brivio2023-10-041-1/+1
* cppcheck: Work around bug in cppcheck 2.12.0David Gibson2023-10-041-0/+7
* cppcheck: Use "exhaustive" level checking when availableDavid Gibson2023-10-041-0/+6
* conf: Remove overly cryptic selection of forward tableDavid Gibson2023-10-041-12/+8
* cppcheck: Make many pointers constDavid Gibson2023-10-0418-46/+50
* siphash: Use incremental rather than all-at-once siphash functionsDavid Gibson2023-09-305-145/+28
* siphash, checksum: Move TBAA explanation to checksum.cDavid Gibson2023-09-302-19/+19
* siphash: Make internal helpers publicDavid Gibson2023-09-302-106/+111
* siphash: Use specific structure for internal stateDavid Gibson2023-09-301-38/+42
* siphash: Use more hygienic state initialiserDavid Gibson2023-09-301-17/+12
* siphash: Fix bug in state initialisationDavid Gibson2023-09-301-1/+1
* siphash: Clean up hash finalisation with posthash_final() functionDavid Gibson2023-09-301-30/+28
* siphash: Add siphash_feed() helperDavid Gibson2023-09-301-31/+21
* siphash: Make sip round calculations an inline function rather than macroDavid Gibson2023-09-301-22/+29
* siphash: Make siphash functions consistently return 64-bit resultsDavid Gibson2023-09-303-16/+14
* util: Consolidate and improve workarounds for clang-tidy issue 58992David Gibson2023-09-274-13/+43
* Avoid shadowing index(3)David Gibson2023-09-276-35/+35
* tcp: Always send an ACK segment once the handshake is completedStefano Brivio2023-09-271-1/+1
* dhcp: Actually note down the length of options received by the clientStefano Brivio2023-09-271-0/+1
* dhcpv6: Properly separate domain names in search listStefano Brivio2023-09-271-7/+17