aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* util, conf: Add and use ns_is_init() helperStefano Brivio2023-05-233-15/+28
* tap: Don't update ip6.addr_seen to ::David Gibson2023-05-171-1/+1
* correct -6 option in manpage2023_05_09.96f8d55lemmi2023-05-091-1/+1
* passt: Fix error check for signal(), improve error messagesStefano Brivio2023-04-131-2/+9
* nstool: Enter holder's cwd when changing mount ns with nstool execDavid Gibson2023-04-081-1/+11
* nstool: Advertise the holder's cwd (in its mountns) across the socketDavid Gibson2023-04-081-0/+4
* test: Use "nstool exec" to slightly simplify testsDavid Gibson2023-04-083-26/+23
* test: Initialise ${TRACE} properlyDavid Gibson2023-04-081-0/+3
* nstool: Add --keep-caps option to nstool execDavid Gibson2023-04-081-9/+78
* nstool: Add nstool exec command to execute commands in an nstool namespaceDavid Gibson2023-04-081-2/+137
* nstool: Helpers to iterate through namespace typesDavid Gibson2023-04-081-10/+12
* nstool: Add magic number to advertized informationDavid Gibson2023-04-081-0/+9
* nstool: Detect what namespaces target is inDavid Gibson2023-04-081-14/+143
* nstool: Replace "pid" subcommand with "info" subcommandDavid Gibson2023-04-082-17/+55
* nstool: Split some command line parsing and socket setup to subcommandsDavid Gibson2023-04-081-34/+68
* nstool: Move description of its operation modes from comment to usageDavid Gibson2023-04-081-15/+11
* nstool: Reverse parameters to nstoolDavid Gibson2023-04-082-28/+28
* nstool: Rename nsholder to nstoolDavid Gibson2023-04-084-29/+29
* test: Remove race between commands run in the same contextDavid Gibson2023-04-081-2/+2
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-06120-780/+236
* fedora: Adjust path for SELinux policy and interface file to latest guidelines2023_03_29.b10b983Stefano Brivio2023-03-291-9/+8
* fedora: Don't install useless SELinux interface file for pastaStefano Brivio2023-03-291-2/+0
* selinux: Drop useless interface file for pastaStefano Brivio2023-03-291-25/+0
* conf: Allow binding to ports on an interface without a specific addressStefano Brivio2023-03-292-1/+9
* tcp: Clear ACK_FROM_TAP_DUE also on unchanged ACK sequence from peerStefano Brivio2023-03-291-3/+5
* tcp: Don't special case the handling of the ack of a synDavid Gibson2023-03-291-2/+2
* tcp: Clarify allowed state for tcp_data_from_tap()David Gibson2023-03-291-0/+5
* tcp: Don't reset ACK_TO_TAP_DUE on any ACK, reschedule timer as needed2023_03_21.1ee2f7cStefano Brivio2023-03-211-4/+8
* tcp: When a connection flag it set, don't negate it for debug printStefano Brivio2023-03-211-1/+1
* Fix false positive if cppcheck doesn't give a false positiveDavid Gibson2023-03-211-1/+1
* Work around weird false positives with cppcheck-2.9.1David Gibson2023-03-216-6/+6
* udp: Actually bind detected namespace ports in init namespaceStefano Brivio2023-03-211-1/+18
* pasta: fix tcp port forwarding in auto modePaul Holzinger2023-03-211-5/+5
* fedora: Refresh SELinux labels in scriptlets, require -selinux package2023_03_17.dd23496Stefano Brivio2023-03-171-5/+15
* Makefile: Enable external override for TARGETStefano Brivio2023-03-171-1/+1
* passt.1: Fix description of --mtu optionStefano Brivio2023-03-171-2/+4
* log: Avoid time_t/__syscall_slong_t format mismatch with long int on X32 ABIStefano Brivio2023-03-171-10/+12
* fedora: Install SELinux interface files to shared include directory2023_03_10.70c0765Stefano Brivio2023-03-101-0/+4
* contrib/selinux: Split interfaces into smaller bitsStefano Brivio2023-03-101-10/+61
* contrib/selinux: Drop unused passt_read_data() interfaceStefano Brivio2023-03-101-8/+0
* contrib/selinux: Drop "example" from headers: this is the actual policyStefano Brivio2023-03-106-6/+6
* README: Update Features section, plus minor improvements2023_03_09.7c7625dStefano Brivio2023-03-091-47/+28
* contrib: Drop libvirt out-of-tree patch, integration mostly works in 9.1.0Stefano Brivio2023-03-091-427/+0
* contrib: Drop QEMU out-of-tree patchesStefano Brivio2023-03-092-208/+0
* contrib: Drop Podman out-of-tree patch, integration is upstream nowStefano Brivio2023-03-091-605/+0
* tcp: Clamp MSS value when queueing data to tap, also for pastaStefano Brivio2023-03-091-14/+9
* conf: Terminate on EMFILE or ENFILE on sockets for port mappingStefano Brivio2023-03-091-7/+29
* tcp, udp: Fix partial success return codes in {tcp,udp}_sock_init()Stefano Brivio2023-03-092-28/+23
* tcp, udp, util: Pass socket creation errors all the way upStefano Brivio2023-03-093-32/+39
* util: Carry own definition of __bswap_constant{16,32}Stefano Brivio2023-03-091-0/+11