Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | passt: Introduce packet batching mechanism | Stefano Brivio | 2021-04-22 | 1 | -16/+28 |
* | tcp: Don't dereference IPv4 addresses | Stefano Brivio | 2021-03-20 | 1 | -1/+1 |
* | passt: Run in background, add message logging with severities | Stefano Brivio | 2021-03-18 | 1 | -3/+4 |
* | tcp: Add struct for TCP execution context, move hash_secret to it | Stefano Brivio | 2021-03-17 | 1 | -17/+17 |
* | tcp: Introduce hash table for socket lookup for packets from tap | Stefano Brivio | 2021-03-17 | 1 | -35/+169 |
* | tcp: Ignore out-of-order ACKs from tap instead of resetting connection | Stefano Brivio | 2021-03-17 | 1 | -22/+11 |
* | tcp: Add siphash implementation for initial sequence numbers | Stefano Brivio | 2021-03-17 | 1 | -7/+71 |
* | passt: Assorted fixes from "fresh eyes" review | Stefano Brivio | 2021-02-21 | 1 | -351/+325 |
* | passt: New design and implementation with native Layer 4 sockets | Stefano Brivio | 2021-02-16 | 1 | -0/+1367 |