summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-27netlink: Use correct interface index in NL_SET mode2023_06_27.289301bDavid Gibson
2023-06-25pasta: include errno in error message2023_06_25.32660cePaul Holzinger
2023-06-25isolation: keep CAP_SYS_PTRACE when requiredPaul Holzinger
2023-06-25conf: Accept -a and -g without --config-net in pasta modeStefano Brivio
2023-06-25conf: Make -a/--address really imply --no-copy-addrsStefano Brivio
2023-06-25seccomp: Make seccomp.sh re-entrancy safeDavid Gibson
2023-06-23conf, log: On -h / --help, print usage to stdout, not stderrStefano Brivio
2023-06-23tap: With pasta, don't reset on tap errors, handle write failuresStefano Brivio
2023-06-03conf: Fix erroneous check of ip6->gw2023_06_03.429e1a7David Gibson
2023-05-23test/nstool: Fix fd leak in accept() loopDavid Gibson
2023-05-23test/nstool: Provide useful error if given a path that's too longDavid Gibson
2023-05-23passt.h: Fix description of pasta_ifi in struct ctxStefano Brivio
2023-05-23conf, pasta: With --config-net, copy all addresses by defaultStefano Brivio
2023-05-23netlink: Add functionality to copy addresses from outer namespaceStefano Brivio
2023-05-23conf: Don't exit if sourced default route has no gatewayStefano Brivio
2023-05-23Revert "conf: Adjust netmask on mismatch between IPv4 address/netmask and gat...Stefano Brivio
2023-05-23conf, pasta: With --config-net, copy all routes by defaultStefano Brivio
2023-05-23conf: --config-net option is for pasta mode onlyStefano Brivio
2023-05-23netlink: Add functionality to copy routes from outer namespaceStefano Brivio
2023-05-23pasta: Improve error handling on failure to join network namespaceStefano Brivio
2023-05-23netlink: Fix comment about response buffer size for nl_req()Stefano Brivio
2023-05-23isolation: Initially Keep CAP_SETFCAP if running as UID 0 in non-initStefano Brivio
2023-05-23pasta: Detach mount namespace, (re)mount procfs before spawning commandStefano Brivio
2023-05-23util, conf: Add and use ns_is_init() helperStefano Brivio
2023-05-17tap: Don't update ip6.addr_seen to ::David Gibson
2023-05-09correct -6 option in manpage2023_05_09.96f8d55lemmi
2023-04-13passt: Fix error check for signal(), improve error messagesStefano Brivio
2023-04-08nstool: Enter holder's cwd when changing mount ns with nstool execDavid Gibson
2023-04-08nstool: Advertise the holder's cwd (in its mountns) across the socketDavid Gibson
2023-04-08test: Use "nstool exec" to slightly simplify testsDavid Gibson
2023-04-08test: Initialise ${TRACE} properlyDavid Gibson
2023-04-08nstool: Add --keep-caps option to nstool execDavid Gibson
2023-04-08nstool: Add nstool exec command to execute commands in an nstool namespaceDavid Gibson
2023-04-08nstool: Helpers to iterate through namespace typesDavid Gibson
2023-04-08nstool: Add magic number to advertized informationDavid Gibson
2023-04-08nstool: Detect what namespaces target is inDavid Gibson
2023-04-08nstool: Replace "pid" subcommand with "info" subcommandDavid Gibson
2023-04-08nstool: Split some command line parsing and socket setup to subcommandsDavid Gibson
2023-04-08nstool: Move description of its operation modes from comment to usageDavid Gibson
2023-04-08nstool: Reverse parameters to nstoolDavid Gibson
2023-04-08nstool: Rename nsholder to nstoolDavid Gibson
2023-04-08test: Remove race between commands run in the same contextDavid Gibson
2023-04-06passt: Relicense to GPL 2.0, or any later versionStefano Brivio
2023-03-29fedora: Adjust path for SELinux policy and interface file to latest guidelines2023_03_29.b10b983Stefano Brivio
2023-03-29fedora: Don't install useless SELinux interface file for pastaStefano Brivio
2023-03-29selinux: Drop useless interface file for pastaStefano Brivio
2023-03-29conf: Allow binding to ports on an interface without a specific addressStefano Brivio
2023-03-29tcp: Clear ACK_FROM_TAP_DUE also on unchanged ACK sequence from peerStefano Brivio
2023-03-29tcp: Don't special case the handling of the ack of a synDavid Gibson
2023-03-29tcp: Clarify allowed state for tcp_data_from_tap()David Gibson