| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tests: Add some debugging output for the test scripts themselves | David Gibson | 2022-05-19 | 1 | -0/+2 |
* | tests: Remove unused XVFB variable | David Gibson | 2022-05-19 | 1 | -3/+0 |
* | tests: Update mbuto git URLs | Stefano Brivio | 2022-05-19 | 2 | -2/+2 |
* | Add basic .gitignore files | David Gibson | 2022-05-19 | 2 | -0/+10 |
* | qrap.1: Clarify it takes a qemu command, not a path | Stefano Brivio | 2022-05-19 | 1 | -3/+3 |
* | demo: podman: New port forwarding behaviour for pasta, minor fixes | Stefano Brivio | 2022-05-02 | 1 | -78/+56 |
* | contrib: podman: Add bound address configuration, update port specifications | Stefano Brivio | 2022-05-02 | 1 | -101/+168 |
* | netlink: In nl_addr() and nl_route(), don't return before set request | Stefano Brivio | 2022-05-01 | 1 | -2/+2 |
* | conf, tcp, udp: Allow address specification for forwarded ports | Stefano Brivio | 2022-05-01 | 10 | -156/+274 |
* | tcp_splice: Allow up to 8 MiB as pipe size | Stefano Brivio | 2022-04-07 | 1 | -1/+1 |
* | test/lib: Add small delay before trying to parse output | Stefano Brivio | 2022-04-07 | 1 | -0/+1 |
* | test/distro: Set unprivileged_userns_clone on Debian Buster and earlier | Stefano Brivio | 2022-04-07 | 1 | -0/+4 |
* | test/lib: Consistent cols, rows, poster attributes for asciinema player | Stefano Brivio | 2022-04-07 | 2 | -2/+2 |
* | arch: Pointer to local outside scope, CWE-562 | Stefano Brivio | 2022-04-07 | 1 | -5/+5 |
* | udp: Out-of-bounds read, CWE-125 in udp_timer() | Stefano Brivio | 2022-04-07 | 1 | -1/+1 |
* | tcp: False "Out-of-bounds read" positive, CWE-125 | Stefano Brivio | 2022-04-07 | 1 | -1/+5 |
* | tcp, tcp_splice: False "Negative array index read" positives, CWE-129 | Stefano Brivio | 2022-04-07 | 2 | -12/+24 |
* | tcp_splice: Logically dead code, CWE-561 | Stefano Brivio | 2022-04-07 | 1 | -7/+1 |
* | tcp: Dereference null return value, CWE-476 | Stefano Brivio | 2022-04-07 | 1 | -1/+1 |
* | conf, tap: False "Buffer not null terminated" positives, CWE-170 | Stefano Brivio | 2022-04-07 | 2 | -6/+6 |
* | conf: False "Assign instead of compare" positive, CWE-481 | Stefano Brivio | 2022-04-07 | 1 | -1/+1 |
* | treewide: Argument cannot be negative, CWE-687 | Stefano Brivio | 2022-04-07 | 4 | -22/+30 |
* | passt: Improper use of negative value (CWE-394) | Stefano Brivio | 2022-04-07 | 1 | -5/+14 |
* | conf, packet: Operands don't affect result, CWE-569 | Stefano Brivio | 2022-04-07 | 2 | -3/+8 |
* | tap: Resource leak, CWE-404 | Stefano Brivio | 2022-04-07 | 1 | -1/+4 |
* | treewide: Unchecked return value from library, CWE-252 | Stefano Brivio | 2022-04-07 | 8 | -55/+116 |
* | tcp: False "Untrusted loop bound" positive, CWE-606 | Stefano Brivio | 2022-04-05 | 1 | -0/+2 |
* | passt: Ignoring number of bytes read, CWE-252 | Stefano Brivio | 2022-04-05 | 1 | -2/+3 |
* | treewide: Invalid type in argument to printf format specifier, CWE-686 | Stefano Brivio | 2022-04-05 | 4 | -32/+32 |
* | passt.1, qrap.1: Update links to qemu out-of-tree patch | Stefano Brivio | 2022-04-01 | 2 | -2/+2 |
* | README: Fix link to contrib/debian | Stefano Brivio | 2022-03-30 | 1 | -1/+1 |
* | hooks: Copy .webp diagram versions too | Stefano Brivio | 2022-03-30 | 1 | -0/+1 |
* | README: Drop red notice about early development phase | Stefano Brivio | 2022-03-30 | 1 | -3/+1 |
* | contrib: Add example of Debian package files | Stefano Brivio | 2022-03-30 | 7 | -1/+66 |
* | contrib: Add example spec file for Fedora | Stefano Brivio | 2022-03-30 | 1 | -0/+95 |
* | tap: Re-read from tap in tap_handler_pasta() on buffer full | Stefano Brivio | 2022-03-30 | 1 | -2/+9 |
* | tap: Allow ioctl() and openat() for tap_ns_tun() re-initialisation | Stefano Brivio | 2022-03-30 | 2 | -1/+3 |
* | tap, tcp, udp, icmp: Cut down on some oversized buffers | Stefano Brivio | 2022-03-29 | 6 | -31/+72 |
* | passt, pasta: Add examples of SELinux policy modules | Stefano Brivio | 2022-03-29 | 7 | -0/+364 |
* | passt, pasta: Add examples of AppArmor policies | Stefano Brivio | 2022-03-29 | 2 | -0/+125 |
* | tcp: Fix warning by gcc 5.4 on ppc64le about comparison in CONN_OR_NULL() | Stefano Brivio | 2022-03-29 | 1 | -13/+13 |
* | passt: Accurate error reporting for sandbox() | Stefano Brivio | 2022-03-29 | 1 | -10/+26 |
* | Makefile: Allow implicit test for bugprone-suspicious-string-compare checker | Stefano Brivio | 2022-03-29 | 1 | -4/+1 |
* | treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checks | Stefano Brivio | 2022-03-29 | 8 | -31/+30 |
* | udp: Move flags before ts in struct udp_tap_port, avoid end padding | Stefano Brivio | 2022-03-29 | 1 | -3/+3 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 29 | -168/+192 |
* | treewide: Add include guards | Stefano Brivio | 2022-03-29 | 15 | -0/+75 |
* | treewide: Packet abstraction with mandatory boundary checks | Stefano Brivio | 2022-03-29 | 23 | -700/+999 |
* | util: Fix function declaration style of write_pidfile() | Stefano Brivio | 2022-03-29 | 1 | -1/+2 |
* | tcp, tcp_splice: Use less awkward syntax to swap in/out sockets from pools | Stefano Brivio | 2022-03-29 | 2 | -12/+10 |