aboutgitcodebugslistschat
path: root/tcp_splice.c
Commit message (Expand)AuthorAgeFilesLines
* 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