aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* conf: False "Assign instead of compare" positive, CWE-481Stefano Brivio2022-04-071-1/+1
* treewide: Argument cannot be negative, CWE-687Stefano Brivio2022-04-074-22/+30
* passt: Improper use of negative value (CWE-394)Stefano Brivio2022-04-071-5/+14
* conf, packet: Operands don't affect result, CWE-569Stefano Brivio2022-04-072-3/+8
* tap: Resource leak, CWE-404Stefano Brivio2022-04-071-1/+4
* treewide: Unchecked return value from library, CWE-252Stefano Brivio2022-04-078-55/+116
* tcp: False "Untrusted loop bound" positive, CWE-606Stefano Brivio2022-04-051-0/+2
* passt: Ignoring number of bytes read, CWE-252Stefano Brivio2022-04-051-2/+3
* treewide: Invalid type in argument to printf format specifier, CWE-686Stefano Brivio2022-04-054-32/+32
* passt.1, qrap.1: Update links to qemu out-of-tree patchStefano Brivio2022-04-012-2/+2
* README: Fix link to contrib/debianStefano Brivio2022-03-301-1/+1
* hooks: Copy .webp diagram versions tooStefano Brivio2022-03-301-0/+1
* README: Drop red notice about early development phaseStefano Brivio2022-03-301-3/+1
* contrib: Add example of Debian package filesStefano Brivio2022-03-307-1/+66
* contrib: Add example spec file for FedoraStefano Brivio2022-03-301-0/+95
* 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-302-1/+3
* tap, tcp, udp, icmp: Cut down on some oversized buffersStefano Brivio2022-03-296-31/+72
* passt, pasta: Add examples of SELinux policy modulesStefano Brivio2022-03-297-0/+364
* passt, pasta: Add examples of AppArmor policiesStefano Brivio2022-03-292-0/+125
* tcp: Fix warning by gcc 5.4 on ppc64le about comparison in CONN_OR_NULL()Stefano Brivio2022-03-291-13/+13
* passt: Accurate error reporting for sandbox()Stefano Brivio2022-03-291-10/+26
* Makefile: Allow implicit test for bugprone-suspicious-string-compare checkerStefano Brivio2022-03-291-4/+1
* treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checksStefano Brivio2022-03-298-31/+30
* udp: Move flags before ts in struct udp_tap_port, avoid end paddingStefano Brivio2022-03-291-3/+3
* treewide: Mark constant references as constStefano Brivio2022-03-2929-168/+192
* treewide: Add include guardsStefano Brivio2022-03-2915-0/+75
* treewide: Packet abstraction with mandatory boundary checksStefano Brivio2022-03-2923-700/+999
* util: Fix function declaration style of write_pidfile()Stefano Brivio2022-03-291-1/+2
* tcp, tcp_splice: Use less awkward syntax to swap in/out sockets from poolsStefano Brivio2022-03-292-12/+10
* dhcp: Minimum option length implied by RFC 951 is 60 bytes, not 62Stefano Brivio2022-03-291-3/+5
* tcp: Fit struct tcp_conn into a single 64-byte cachelineStefano Brivio2022-03-292-137/+166
* README: Update Interfaces and Availability sectionsStefano Brivio2022-03-291-4/+9
* README: Avoid "here" linksStefano Brivio2022-03-291-20/+19
* test/perf: Work-around for virtio_net hang before long streams from guestStefano Brivio2022-03-292-0/+30
* tcp_splice: Close sockets right away on high number of open filesStefano Brivio2022-03-295-7/+27
* tcp: Rework timers to use timerfd instead of periodic bitmap scanStefano Brivio2022-03-295-241/+288
* tcp, udp, util: Enforce 24-bit limit on socket numbersStefano Brivio2022-03-295-1/+42
* test, seccomp, Makefile: Switch to valgrind runs for passt functional testsStefano Brivio2022-03-298-14/+99
* test: Add asciinema(1) as requirement for CI in READMEStefano Brivio2022-03-281-1/+1
* Makefile: Enable a few hardening flagsStefano Brivio2022-03-281-2/+8
* udp: Use flags for local, loopback, and configured unicast bindsStefano Brivio2022-03-281-25/+23
* dhcpv6, tap, tcp: Use IN6_ARE_ADDR_EQUAL instead of open-coded memcmp()Stefano Brivio2022-03-283-9/+9
* udp: Split buffer queueing/writing parts of udp_sock_handler()Stefano Brivio2022-03-281-171/+193
* udp: Drop _splice from recv, send, sendto static buffer namesStefano Brivio2022-03-281-29/+23
* test/lib/video: Fill in href attributes of video shortcutsStefano Brivio2022-03-281-1/+1
* tcp: Refactor to use events instead of states, split out spliced implementationStefano Brivio2022-03-287-1501/+1755
* util: Use standard int typesStefano Brivio2022-03-251-6/+6
* util: Drop CHECK_SET_MIN_MAX{,_PROTO_FD} macrosStefano Brivio2022-03-251-14/+0
* pcap: Fix mistake in printed stringStefano Brivio2022-03-251-1/+1