aboutgitcodebugslistschat
path: root/tcp_splice.c
Commit message (Expand)AuthorAgeFilesLines
* tcp_splice: Allow up to 8 MiB as pipe sizeStefano Brivio2022-04-071-1/+1
* tcp, tcp_splice: False "Negative array index read" positives, CWE-129Stefano Brivio2022-04-071-8/+16
* tcp_splice: Logically dead code, CWE-561Stefano Brivio2022-04-071-7/+1
* treewide: Unchecked return value from library, CWE-252Stefano Brivio2022-04-071-13/+40
* treewide: Invalid type in argument to printf format specifier, CWE-686Stefano Brivio2022-04-051-7/+7
* tap, tcp, udp, icmp: Cut down on some oversized buffersStefano Brivio2022-03-291-5/+5
* treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checksStefano Brivio2022-03-291-6/+5
* treewide: Mark constant references as constStefano Brivio2022-03-291-9/+11
* treewide: Packet abstraction with mandatory boundary checksStefano Brivio2022-03-291-105/+111
* tcp, tcp_splice: Use less awkward syntax to swap in/out sockets from poolsStefano Brivio2022-03-291-7/+6
* tcp_splice: Close sockets right away on high number of open filesStefano Brivio2022-03-291-6/+22
* tcp, udp, util: Enforce 24-bit limit on socket numbersStefano Brivio2022-03-291-0/+8
* tcp: Refactor to use events instead of states, split out spliced implementationStefano Brivio2022-03-281-0/+859