Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tcp: Split pool lookup from creating new sockets in tcp_conn_new_sock() | David Gibson | 2023-02-14 | 1 | -0/+1 |
* | tcp: Move socket pool declarations around | David Gibson | 2023-02-14 | 1 | -2/+8 |
* | tcp: Pass union tcp_conn pointer to destroy and splice timer functions | Stefano Brivio | 2022-11-25 | 1 | -2/+2 |
* | inany: Helper functions for handling addresses which could be IPv4 or IPv6 | David Gibson | 2022-11-25 | 1 | -13/+2 |
* | tcp: Don't store hash bucket in connection structures | David Gibson | 2022-11-25 | 1 | -5/+0 |
* | tcp: Unify the IN_EPOLL flag | David Gibson | 2022-11-25 | 1 | -10/+10 |
* | tcp: Partially unify tcp_timer() and tcp_splice_timer() | David Gibson | 2022-11-25 | 1 | -0/+3 |
* | tcp: Unify tcp_defer_handler and tcp_splice_defer_handler() | David Gibson | 2022-11-25 | 1 | -0/+1 |
* | tcp: Unify spliced and non-spliced connection tables | David Gibson | 2022-11-25 | 1 | -0/+6 |
* | tcp: Add connection union type | David Gibson | 2022-11-25 | 1 | -0/+30 |
* | tcp: Move connection state structures into a shared header | David Gibson | 2022-11-25 | 1 | -0/+168 |