aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
...
* tcp: Simplify tcp_hash_match() to take an inany_addrDavid Gibson2022-11-251-12/+4
* tcp: Take tcp_hash_insert() address from struct tcp_connDavid Gibson2022-11-251-12/+5
* tcp: Hash IPv4 and IPv4-mapped-IPv6 addresses the sameDavid Gibson2022-11-252-34/+19
* inany: Helper functions for handling addresses which could be IPv4 or IPv6David Gibson2022-11-255-61/+117
* tcp: Don't store hash bucket in connection structuresDavid Gibson2022-11-252-10/+24
* tcp: Remove splice from tcp_epoll_refDavid Gibson2022-11-254-46/+46
* tcp: Use the same sockets to listen for spliced and non-spliced connectionsDavid Gibson2022-11-253-102/+56
* tcp: Unify part of spliced and non-spliced conn_from_sock pathDavid Gibson2022-11-253-50/+77
* tcp: Separate helpers to create ns listening socketsDavid Gibson2022-11-253-49/+93
* tcp: Unify the IN_EPOLL flagDavid Gibson2022-11-253-19/+19
* tcp: Partially unify tcp_timer() and tcp_splice_timer()David Gibson2022-11-254-42/+37
* tcp: Unify tcp_defer_handler and tcp_splice_defer_handler()David Gibson2022-11-254-33/+13
* tcp: Unify spliced and non-spliced connection tablesDavid Gibson2022-11-255-71/+51
* tcp: Improved helpers to update connections after movingDavid Gibson2022-11-252-10/+23
* tcp: Add connection union typeDavid Gibson2022-11-253-0/+36
* tcp: Move connection state structures into a shared headerDavid Gibson2022-11-254-225/+245
* tcp_splice: Helpers for converting from index to/from tcp_splice_connDavid Gibson2022-11-251-18/+25
* tcp: Better helpers for converting between connection pointer and indexDavid Gibson2022-11-251-38/+45
* tcp: Remove unused TCP_MAX_SOCKS constantDavid Gibson2022-11-251-1/+0
* tcp_splice: #include tcp_splice.h in tcp_splice.cDavid Gibson2022-11-252-4/+1
* style: Minor corrections to function commentsDavid Gibson2022-11-252-6/+6
* clang-tidy: Suppress warning about assignments in if statementsDavid Gibson2022-11-251-0/+5
* README: Add link to weekly development meetingStefano Brivio2022-11-211-0/+4
* README: Fix left-over and indentation for Podman example commandStefano Brivio2022-11-161-5/+3