aboutgitcodebugslistschat
path: root/tap.c
Commit message (Expand)AuthorAgeFilesLines
...
* tap, tcp: Fix two comparisons with different signedness reported by gcc 7Stefano Brivio2022-01-261-1/+1
* passt: Add cppcheck target, test, and address resulting warningsStefano Brivio2021-10-211-13/+16
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-7/+6
* passt, pasta: Add seccomp supportStefano Brivio2021-10-141-0/+11
* conf, tap: Split netlink and pasta functions, allow interface configurationStefano Brivio2021-10-141-104/+16
* pasta: Allow specifying paths and names of namespacesGiuseppe Scrivano2021-10-071-9/+6
* tcp, tap: Turn tcp_probe_mem() into sock_probe_mem(), use for AF_UNIX socket tooStefano Brivio2021-10-051-1/+7
* tap: Don't leak file descriptor used to bring up loopback interfaceStefano Brivio2021-09-271-6/+11
* tap: Fix comment for tap_sock_init_tun_ns()Stefano Brivio2021-09-271-1/+1
* tap: Bring up tap device too, configure previous MAC address if anyStefano Brivio2021-09-271-2/+74
* tap: Completely de-serialise input message batchesStefano Brivio2021-09-271-231/+387
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-23/+69
* tap: Make sure we don't receive frames bigger than ETH_MAX_MTU from qemuStefano Brivio2021-09-011-5/+4
* tap: Increase amount of tap receive buffers to 128Stefano Brivio2021-07-271-9/+10
* icmp: Work around possible failure on bind() due to e.g. broken SELinux policyStefano Brivio2021-07-261-0/+5
* tap: Don't override address observed from guest with our own notion of itStefano Brivio2021-07-261-15/+22
* tap: Fill the IPv6 flow label field to represent flow associationStefano Brivio2021-07-261-4/+14
* checksum: Introduce AVX2 implementation, unify helpersStefano Brivio2021-07-261-1/+2
* tap: Fix comment for tap_handler_pasta()Stefano Brivio2021-07-211-1/+1
* udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socketStefano Brivio2021-07-211-5/+18
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-15/+575
* passt: Introduce packet capture implementationStefano Brivio2021-05-211-0/+3
* udp: Connection tracking for ephemeral, local ports, and related fixesStefano Brivio2021-04-291-2/+5
* passt: Spare some syscalls, add some optimisations from profilingStefano Brivio2021-04-231-2/+2
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-0/+136