| Commit message (Expand) | Author | Age | Files | Lines |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 1 | -1/+1 |
* | tcp: Clear ACK_FROM_TAP_DUE also on unchanged ACK sequence from peer | Stefano Brivio | 2023-03-29 | 1 | -3/+5 |
* | tcp: Don't special case the handling of the ack of a syn | David Gibson | 2023-03-29 | 1 | -2/+2 |
* | tcp: Clarify allowed state for tcp_data_from_tap() | David Gibson | 2023-03-29 | 1 | -0/+5 |
* | tcp: Don't reset ACK_TO_TAP_DUE on any ACK, reschedule timer as needed2023_03_21.1ee2f7c | Stefano Brivio | 2023-03-21 | 1 | -4/+8 |
* | tcp: When a connection flag it set, don't negate it for debug print | Stefano Brivio | 2023-03-21 | 1 | -1/+1 |
* | Fix false positive if cppcheck doesn't give a false positive | David Gibson | 2023-03-21 | 1 | -1/+1 |
* | Work around weird false positives with cppcheck-2.9.1 | David Gibson | 2023-03-21 | 1 | -1/+1 |
* | pasta: fix tcp port forwarding in auto mode | Paul Holzinger | 2023-03-21 | 1 | -5/+5 |
* | tcp: Clamp MSS value when queueing data to tap, also for pasta | Stefano Brivio | 2023-03-09 | 1 | -14/+9 |
* | tcp, udp: Fix partial success return codes in {tcp,udp}_sock_init() | Stefano Brivio | 2023-03-09 | 1 | -12/+9 |
* | tcp, udp, util: Pass socket creation errors all the way up | Stefano Brivio | 2023-03-09 | 1 | -10/+12 |
* | treewide: Fix header includes to build with musl | Chris Kuhn | 2023-03-09 | 1 | -0/+1 |
* | conf, icmp, tcp, udp: Add options to bind to outbound address and interface | Stefano Brivio | 2023-03-09 | 1 | -0/+60 |
* | tcp: Avoid (theoretical) resource leak (CWE-772) Coverity warning | Stefano Brivio | 2023-02-27 | 1 | -0/+3 |
* | tcp: Avoid false (but convoluted) positive Coverity CWE-476 warning | Stefano Brivio | 2023-02-27 | 1 | -1/+1 |
* | tcp, tcp_splice: Get rid of false positive CWE-394 Coverity warning from fls() | Stefano Brivio | 2023-02-27 | 1 | -4/+8 |
* | treewide: Disable gcc strict aliasing rules as needed, drop workarounds | Stefano Brivio | 2023-02-27 | 1 | -6/+0 |
* | tcp: Suppress knownConditionTrueFalse cppcheck false positive | Stefano Brivio | 2023-02-27 | 1 | -0/+9 |
* | tcp: Disable optimisations for tcp_hash()2023_02_22.4ddbcb9 | Stefano Brivio | 2023-02-22 | 1 | -0/+3 |
* | tcp: Remove 'zero_len' goto from tcp_data_from_sock | David Gibson | 2023-02-16 | 1 | -14/+12 |
* | tcp: Remove 'recvmsg' goto from tcp_data_from_sock | David Gibson | 2023-02-16 | 1 | -6/+5 |
* | conf, tcp, udp: Exit if we fail to bind sockets for all given ports | Stefano Brivio | 2023-02-16 | 1 | -7/+18 |
* | tcp: Improve handling of fallback if socket pool is empty on new splice | David Gibson | 2023-02-14 | 1 | -1/+1 |
* | tcp: Split pool lookup from creating new sockets in tcp_conn_new_sock() | David Gibson | 2023-02-14 | 1 | -25/+28 |
* | tcp: Move socket pool declarations around | David Gibson | 2023-02-14 | 1 | -37/+4 |
* | tcp: Split init and ns cases for tcp_sock_refill() | David Gibson | 2023-02-14 | 1 | -32/+21 |
* | tcp: Make a helper to refill each socket pool | David Gibson | 2023-02-14 | 1 | -30/+33 |
* | Make assertions actually useful | David Gibson | 2023-02-12 | 1 | -5/+4 |
* | tcp: Reset ACK_FROM_TAP_DUE flag only as needed, update timer | Stefano Brivio | 2023-02-12 | 1 | -14/+38 |
* | tcp: Use abstracted tap header | David Gibson | 2023-01-23 | 1 | -55/+30 |
* | tcp: Consolidate calculation of total frame size | David Gibson | 2023-01-23 | 1 | -19/+16 |
* | tcp: Remove redundant and incorrect initialization from *_iov_init() | David Gibson | 2023-01-23 | 1 | -6/+2 |
* | util: Parameterize ethernet header initializer macro | David Gibson | 2023-01-23 | 1 | -4/+4 |
* | tcp, udp: Use named field initializers in iov_init functions | David Gibson | 2023-01-23 | 1 | -14/+12 |
* | tap, tcp: Move tap send path to tap.c | David Gibson | 2023-01-23 | 1 | -81/+4 |
* | tcp: Combine two parts of pasta tap send path together | David Gibson | 2023-01-23 | 1 | -22/+18 |
* | tcp: Improve interface to tcp_l2_buf_flush() | David Gibson | 2023-01-23 | 1 | -37/+26 |
* | tcp: Don't compute total bytes in a message until we need it | David Gibson | 2023-01-23 | 1 | -35/+18 |
* | tcp: Combine two parts of passt tap send path together | David Gibson | 2023-01-23 | 1 | -8/+12 |
* | pcap: Replace pcapm() with pcap_multiple() | David Gibson | 2023-01-23 | 1 | -1/+2 |
* | tcp: Explicitly check option length field values in tcp_opt_get() | Stefano Brivio | 2023-01-05 | 1 | -0/+4 |
* | tcp: Pass union tcp_conn pointer to destroy and splice timer functions | Stefano Brivio | 2022-11-25 | 1 | -8/+9 |
* | tcp: Use dual stack sockets for port forwarding when possible | David Gibson | 2022-11-25 | 1 | -2/+12 |
* | tcp: Consolidate tcp_sock_init[46] | David Gibson | 2022-11-25 | 1 | -35/+15 |
* | tcp: NAT IPv4-mapped IPv6 addresses like IPv4 addresses | David Gibson | 2022-11-25 | 1 | -36/+31 |
* | tcp: Remove v6 flag from tcp_epoll_ref | David Gibson | 2022-11-25 | 1 | -6/+4 |
* | tcp: Fix small errors in tcp_seq_init() time handling | David Gibson | 2022-11-25 | 1 | -2/+2 |
* | tcp: Have tcp_seq_init() take its parameters from struct tcp_conn | David Gibson | 2022-11-25 | 1 | -26/+10 |
* | tcp: Unify initial sequence number calculation for IPv4 and IPv6 | David Gibson | 2022-11-25 | 1 | -28/+18 |