aboutgitcodebugslistschat
path: root/tap.c
Commit message (Expand)AuthorAgeFilesLines
* tap: Check return value of accept4() before calling getsockopt()Stefano Brivio2022-09-221-2/+4
* Make substructures for IPv4 and IPv6 specific context informationDavid Gibson2022-07-301-11/+11
* Separate IPv4 and IPv6 configurationDavid Gibson2022-07-301-2/+2
* Move passt mac_guest init to be more symmetric with pastaDavid Gibson2022-07-301-0/+6
* tap: Add informational messages for UNIX domain socket connectionsStefano Brivio2022-06-181-0/+10
* conf, tap: False "Buffer not null terminated" positives, CWE-170Stefano Brivio2022-04-071-3/+3
* treewide: Argument cannot be negative, CWE-687Stefano Brivio2022-04-071-0/+5
* tap: Resource leak, CWE-404Stefano Brivio2022-04-071-1/+4
* treewide: Unchecked return value from library, CWE-252Stefano Brivio2022-04-071-7/+12
* tap: Re-read from tap in tap_handler_pasta() on buffer fullStefano Brivio2022-03-301-2/+9
* tap: Allow ioctl() and openat() for tap_ns_tun() re-initialisationStefano Brivio2022-03-301-0/+2
* tap, tcp, udp, icmp: Cut down on some oversized buffersStefano Brivio2022-03-291-11/+13
* treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checksStefano Brivio2022-03-291-1/+2
* treewide: Mark constant references as constStefano Brivio2022-03-291-11/+15
* treewide: Packet abstraction with mandatory boundary checksStefano Brivio2022-03-291-163/+168
* tcp: Rework timers to use timerfd instead of periodic bitmap scanStefano Brivio2022-03-291-1/+1
* dhcpv6, tap, tcp: Use IN6_ARE_ADDR_EQUAL instead of open-coded memcmp()Stefano Brivio2022-03-281-2/+2
* conf, util, tap: Implement --trace option for extra verbose loggingStefano Brivio2022-03-251-2/+2
* tap: Cast ETH_MAX_MTU to signed in comparisonsStefano Brivio2022-02-261-2/+2
* passt: Drop PASST_LEGACY_NO_OPTIONS sectionsStefano Brivio2022-02-221-7/+0
* passt, pasta: Namespace-based sandboxing, defer seccomp policy applicationStefano Brivio2022-02-211-31/+27
* passt: Address new clang-tidy warnings from LLVM 13.0.1Stefano Brivio2022-01-301-4/+4
* passt, tap: Daemonise once socket is ready without waiting for connectionStefano Brivio2022-01-281-17/+45
* seccomp: Add a number of alternate and per-arch syscallsStefano Brivio2022-01-261-1/+1
* passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitionsStefano Brivio2022-01-261-1/+0
* 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