aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* conf, pasta: With --config-net, copy all addresses by defaultStefano Brivio2023-05-234-4/+35
* netlink: Add functionality to copy addresses from outer namespaceStefano Brivio2023-05-234-24/+58
* conf: Don't exit if sourced default route has no gatewayStefano Brivio2023-05-232-5/+11
* Revert "conf: Adjust netmask on mismatch between IPv4 address/netmask and gat...Stefano Brivio2023-05-231-24/+1
* conf, pasta: With --config-net, copy all routes by defaultStefano Brivio2023-05-234-3/+38
* conf: --config-net option is for pasta mode onlyStefano Brivio2023-05-231-1/+7
* netlink: Add functionality to copy routes from outer namespaceStefano Brivio2023-05-234-22/+68
* pasta: Improve error handling on failure to join network namespaceStefano Brivio2023-05-231-4/+9
* netlink: Fix comment about response buffer size for nl_req()Stefano Brivio2023-05-231-1/+1
* isolation: Initially Keep CAP_SETFCAP if running as UID 0 in non-initStefano Brivio2023-05-231-3/+14
* pasta: Detach mount namespace, (re)mount procfs before spawning commandStefano Brivio2023-05-231-1/+6
* 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