aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* tap: Remove unnecessary global tun_ns_fdDavid Gibson2023-08-041-7/+3
* tap: More detailed error reporting in tap_ns_tun()David Gibson2023-08-041-9/+16
* util: Make ns_enter() a void function and report setns() errorsDavid Gibson2023-08-045-13/+10
* Use static assertion to verify that union epoll_ref is the right sizeDavid Gibson2023-08-041-0/+4
* Use C11 anonymous members to make poll refs less verbose to useDavid Gibson2023-08-0410-78/+73
* Allow C11 code, not just C99 codeDavid Gibson2023-08-041-2/+2
* Revert "MAKE: Fix parallel builds; .o files; .gitignore; new makedocs"Stefano Brivio2023-07-103-45/+26
* MAKE: Fix parallel builds; .o files; .gitignore; new makedocsKuhnChris2023-07-073-26/+45
* tap: Explicitly drop IPv4 fragments, and give a warningDavid Gibson2023-07-071-0/+31
* conf: Correct length checking of interface names in conf_ports()David Gibson2023-06-281-3/+8
* conf: Fix size checking of -I interface nameDavid Gibson2023-06-281-2/+2
* netlink: Use correct interface index in NL_SET mode2023_06_27.289301bDavid Gibson2023-06-271-2/+2
* pasta: include errno in error message2023_06_25.32660cePaul Holzinger2023-06-251-4/+6
* isolation: keep CAP_SYS_PTRACE when requiredPaul Holzinger2023-06-251-1/+3
* conf: Accept -a and -g without --config-net in pasta modeStefano Brivio2023-06-251-6/+7
* conf: Make -a/--address really imply --no-copy-addrsStefano Brivio2023-06-251-0/+3
* seccomp: Make seccomp.sh re-entrancy safeDavid Gibson2023-06-251-2/+4
* conf, log: On -h / --help, print usage to stdout, not stderrStefano Brivio2023-06-233-8/+24
* tap: With pasta, don't reset on tap errors, handle write failuresStefano Brivio2023-06-231-5/+19
* conf: Fix erroneous check of ip6->gw2023_06_03.429e1a7David Gibson2023-06-031-1/+1
* test/nstool: Fix fd leak in accept() loopDavid Gibson2023-05-231-0/+2
* test/nstool: Provide useful error if given a path that's too longDavid Gibson2023-05-231-8/+14
* passt.h: Fix description of pasta_ifi in struct ctxStefano Brivio2023-05-231-1/+1
* 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