| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: Unify tcp_defer_handler and tcp_splice_defer_handler() | David Gibson | 2022-11-25 | 1 | -23/+1 |
* | tcp: Unify spliced and non-spliced connection tables | David Gibson | 2022-11-25 | 1 | -48/+18 |
* | tcp: Improved helpers to update connections after moving | David Gibson | 2022-11-25 | 1 | -3/+14 |
* | tcp: Add connection union type | David Gibson | 2022-11-25 | 1 | -0/+2 |
* | tcp: Move connection state structures into a shared header | David Gibson | 2022-11-25 | 1 | -68/+25 |
* | tcp_splice: Helpers for converting from index to/from tcp_splice_conn | David Gibson | 2022-11-25 | 1 | -18/+25 |
* | tcp_splice: #include tcp_splice.h in tcp_splice.c | David Gibson | 2022-11-25 | 1 | -1/+1 |
* | tcp, tcp_splice: Fix port remapping for inbound, spliced connections | Stefano Brivio | 2022-10-15 | 1 | -7/+13 |
* | tcp, tcp_splice: Adjust comments to current meaning of inbound and outbound | Stefano Brivio | 2022-10-15 | 1 | -1/+1 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -0/+1 |
* | Consolidate port forwarding configuration into a common structure | David Gibson | 2022-09-24 | 1 | -2/+2 |
* | tcp_splice: Allow up to 8 MiB as pipe size | Stefano Brivio | 2022-04-07 | 1 | -1/+1 |
* | tcp, tcp_splice: False "Negative array index read" positives, CWE-129 | Stefano Brivio | 2022-04-07 | 1 | -8/+16 |
* | tcp_splice: Logically dead code, CWE-561 | Stefano Brivio | 2022-04-07 | 1 | -7/+1 |
* | treewide: Unchecked return value from library, CWE-252 | Stefano Brivio | 2022-04-07 | 1 | -13/+40 |
* | treewide: Invalid type in argument to printf format specifier, CWE-686 | Stefano Brivio | 2022-04-05 | 1 | -7/+7 |
* | tap, tcp, udp, icmp: Cut down on some oversized buffers | Stefano Brivio | 2022-03-29 | 1 | -5/+5 |
* | treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checks | Stefano Brivio | 2022-03-29 | 1 | -6/+5 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -9/+11 |
* | treewide: Packet abstraction with mandatory boundary checks | Stefano Brivio | 2022-03-29 | 1 | -105/+111 |
* | tcp, tcp_splice: Use less awkward syntax to swap in/out sockets from pools | Stefano Brivio | 2022-03-29 | 1 | -7/+6 |
* | tcp_splice: Close sockets right away on high number of open files | Stefano Brivio | 2022-03-29 | 1 | -6/+22 |
* | tcp, udp, util: Enforce 24-bit limit on socket numbers | Stefano Brivio | 2022-03-29 | 1 | -0/+8 |
* | tcp: Refactor to use events instead of states, split out spliced implementation | Stefano Brivio | 2022-03-28 | 1 | -0/+859 |