aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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