Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Fix licensing information display in --version2023_09_08.05627dc | Stefano Brivio | 2023-09-08 | 1 | -2/+2 |
* | tcp: Correct handling of FIN,ACK followed by SYN | David Gibson | 2023-09-08 | 1 | -1/+1 |
* | tcp: Consolidate paths where we initiate reset on tap interface | David Gibson | 2023-09-08 | 1 | -22/+25 |
* | tcp: Correctly handle RST followed rapidly by SYN | David Gibson | 2023-09-08 | 1 | -2/+2 |
* | tcp: Return consumed packet count from tcp_data_from_tap() | David Gibson | 2023-09-08 | 1 | -10/+15 |
* | tcp: Never hash match closed connections | David Gibson | 2023-09-08 | 1 | -1/+1 |
* | tcp: Remove some redundant packet_get() operations | David Gibson | 2023-09-08 | 1 | -10/+4 |
* | udp, tap: Correctly advance through packets in udp_tap_handler() | David Gibson | 2023-09-08 | 3 | -20/+17 |
* | tcp, tap: Correctly advance through packets in tcp_tap_handler() | David Gibson | 2023-09-08 | 3 | -22/+33 |