aboutgitcodebugslistschat
path: root/tcp.c
Commit message (Expand)AuthorAgeFilesLines
...
* tcp: Switch hash table to linear probing instead of chainingDavid Gibson2023-12-271-54/+53
* tcp: Fix conceptually incorrect byte-order switch in tcp_tap_handler()David Gibson2023-12-271-1/+1
* tcp: Cast timeval fields to unsigned long long for printingStefano Brivio2023-12-271-2/+3
* tcp: Don't defer hash table removal2023_12_04.b86afe3David Gibson2023-12-041-3/+7
* tcp: "TCP" hash secret doesn't need to be TCP specificDavid Gibson2023-12-041-33/+2
* flow,tcp: Use epoll_ref type including flow and sideDavid Gibson2023-12-041-3/+8
* flow,tcp: Generalise TCP epoll_ref to generic flowsDavid Gibson2023-12-041-5/+5
* tcp: Remove unneccessary bounds check in tcp_timer_handler()David Gibson2023-12-041-2/+2
* flow, tcp: Add logging helpers for connection related messagesDavid Gibson2023-12-041-44/+38
* flow: Make unified version of flow table compactionDavid Gibson2023-12-041-42/+4
* flow, tcp: Consolidate flow pointer<->index helpersDavid Gibson2023-12-041-34/+33
* flow, tcp: Move TCP connection table to unified flow tableDavid Gibson2023-12-041-45/+42
* flow, tcp: Generalise connection typesDavid Gibson2023-12-041-18/+45
* tcp: remove useless assignmentLaurent Vivier2023-12-041-1/+0
* treewide: Use 'z' length modifier for size_t/ssize_t conversionsStefano Brivio2023-12-021-1/+2
* valgrind: Adjust suppression for MSG_TRUNC with NULL bufferDavid Gibson2023-11-191-0/+9
* tcp: Simplify away tcp_port_rebind()David Gibson2023-11-191-29/+12
* tcp: Use common helper for rebinding inbound and outbound portsDavid Gibson2023-11-191-47/+45
* tcp: Don't use TCP_WINDOW_CLAMPDavid Gibson2023-11-101-56/+9
* tcp: Rename and small cleanup to tcp_clamp_window()David Gibson2023-11-101-11/+10
* log: Enable format warningsDavid Gibson2023-11-071-5/+8
* tcp: Remove remaining declaration of tcp_l2_mhLaurent Vivier2023-11-071-6/+0
* pif: Pass originating pif to tap handler functionsDavid Gibson2023-11-071-1/+5
* pif: Record originating pif in listening socket refsDavid Gibson2023-11-071-2/+3
* port_fwd: Simplify get_bound_ports_*() to port_fwd_scan_*()David Gibson2023-11-071-2/+2
* port_fwd: Split TCP and UDP cases for get_bound_ports()David Gibson2023-11-071-2/+2
* port_fwd: Don't NS_CALL get_bound_ports()David Gibson2023-11-071-36/+2
* port_fwd: Move automatic port forwarding code to port_fwd.[ch]David Gibson2023-11-071-1/+0
* tcp, tap: Don't increase tap-side sequence counter for dropped framesStefano Brivio2023-10-041-6/+34
* 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: Make many pointers constDavid Gibson2023-10-041-9/+9
* siphash: Use incremental rather than all-at-once siphash functionsDavid Gibson2023-09-301-22/+10
* siphash: Make siphash functions consistently return 64-bit resultsDavid Gibson2023-09-301-3/+4
* util: Consolidate and improve workarounds for clang-tidy issue 58992David Gibson2023-09-271-7/+1
* Avoid shadowing index(3)David Gibson2023-09-271-7/+7
* tcp: Always send an ACK segment once the handshake is completedStefano Brivio2023-09-271-1/+1
* tcp: Correct handling of FIN,ACK followed by SYNDavid Gibson2023-09-081-1/+1
* tcp: Consolidate paths where we initiate reset on tap interfaceDavid Gibson2023-09-081-22/+25
* tcp: Correctly handle RST followed rapidly by SYNDavid Gibson2023-09-081-2/+2
* tcp: Return consumed packet count from tcp_data_from_tap()David Gibson2023-09-081-10/+15
* tcp: Never hash match closed connectionsDavid Gibson2023-09-081-1/+1
* tcp: Remove some redundant packet_get() operationsDavid Gibson2023-09-081-10/+4
* tcp, tap: Correctly advance through packets in tcp_tap_handler()David Gibson2023-09-081-13/+15
* tcp: Remove broken pressure calculations for tcp_defer_handler()David Gibson2023-08-221-9/+0
* tcp: Move in_epoll flag out of common connection structureDavid Gibson2023-08-221-3/+3
* tcp, udp: Don't pre-fill IPv4 destination address in headersDavid Gibson2023-08-221-7/+1
* tcp, udp: Don't include destination address in partially precomputed csumsDavid Gibson2023-08-221-40/+21
* tcp: Consistent usage of ports in tcp_seq_init()David Gibson2023-08-221-2/+2