| Commit message (Expand) | Author | Age |
* | network create: add support for ipam-driver none | Paul Holzinger | 2022-04-11 |
* | Run codespell to cleanup typos | Daniel J Walsh | 2022-03-25 |
* | Inspect network info of a joined network namespace | 😎 Mostafa Emami | 2022-03-08 |
* | enable netavark specific tests | Lokesh Mandvekar | 2022-02-11 |
* | netavark e2e tests | Brent Baude | 2022-02-02 |
* | container create: do not check for network dns support | Paul Holzinger | 2022-01-24 |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | tests: clean up FIXMEs and noise | Ed Santiago | 2021-12-06 |
* | Use HaveLen(x) instead of Expect(len(y)).To(Equal(x)) | Ed Santiago | 2021-12-02 |
* | Same as previous, for assertions other than Equal() | Ed Santiago | 2021-12-02 |
* | e2e: yet more cleanup of BeTrue/BeFalse | Ed Santiago | 2021-11-30 |
* | Convert strings.Contains() to Expect(ContainSubstring) | Ed Santiago | 2021-11-30 |
* | e2e tests: enable golint | Ed Santiago | 2021-11-29 |
* | e2e tests: clean up antihelpful BeTrue()s | Ed Santiago | 2021-11-22 |
* | Add EXPOSE e2e test | Colin Bendell | 2021-11-20 |
* | libpod: deduplicate ports in db | Paul Holzinger | 2021-10-27 |
* | Slirp4netns with ipv6 set net.ipv6.conf.default.accept_dad=0 | Paul Holzinger | 2021-10-26 |
* | Add --time out for podman * rm -f commands | Daniel J Walsh | 2021-10-04 |
* | Eighty-six eighty-eighty | Ed Santiago | 2021-09-22 |
* | Only add 127.0.0.1 entry to /etc/hosts with --net=none | Paul Holzinger | 2021-09-16 |
* | Fix network aliases with network id | Paul Holzinger | 2021-08-20 |
* | Do not add an entry to /etc/hosts with `--net=host` | Matthew Heon | 2021-08-04 |
* | e2e tests: use Should(Exit()) and ExitWithError() | Ed Santiago | 2021-07-15 |
* | Add the option of Rootless CNI networking by default | Matthew Heon | 2021-05-26 |
* | podman image tree: restore previous behavior | Valentin Rothberg | 2021-05-12 |
* | Fix dnsname test | Paul Holzinger | 2021-04-01 |
* | Add rootless support for cni and --uidmap | Paul Holzinger | 2021-04-01 |
* | Add dns search domains from cni response to resolv.conf | Paul Holzinger | 2021-02-24 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | Make slirp MTU configurable (network_cmd_options) | bitstrings | 2021-02-02 |
* | Allow static ip and mac with rootless cni network | Paul Holzinger | 2021-01-27 |
* | test: use stringid.GenerateNonCryptoID() in more tests | Giuseppe Scrivano | 2021-01-13 |
* | network: disallow CNI networks with user namespaces | Giuseppe Scrivano | 2021-01-13 |
* | Correct port range logic for port generation | Matthew Heon | 2020-12-08 |
* | Support --network=default as if it was private | Daniel J Walsh | 2020-12-02 |
* | Revert "Allow multiple --network flags for podman run/create" | Luap99 | 2020-11-30 |
* | Allow multiple --network flags for podman run/create | Paul Holzinger | 2020-11-20 |
* | Make sure /etc/hosts populated correctly with networks | Daniel J Walsh | 2020-11-16 |
* | make network name uniq for dnsname tests | baude | 2020-11-09 |
* | Fix dnsname when joining a different network namespace in a pod | Paul Holzinger | 2020-10-30 |
* | Merge pull request #8053 from rhatdan/detachkeys | OpenShift Merge Robot | 2020-10-22 |
|\ |
|
| * | podman create doesn't support creating detached containers | Daniel J Walsh | 2020-10-21 |
* | | Add hostname to /etc/hosts for --net=none | Matthew Heon | 2020-10-21 |
|/ |
|
* | Ensure that hostname is added to hosts with net=host | Matthew Heon | 2020-10-20 |
* | Ports given only by number should have random host port | Matthew Heon | 2020-10-08 |
* | Populate /etc/hosts file when run in a user namespace | Daniel J Walsh | 2020-10-07 |
* | Make all Skips specify a reason | Daniel J Walsh | 2020-09-29 |
* | Remove SkipIfRootless if possible, document other calls | Daniel J Walsh | 2020-09-27 |
* | Examine all SkipIfRemote functions | Daniel J Walsh | 2020-09-22 |
* | run_networking e2e test: add cleanup to some tests | Ed Santiago | 2020-09-10 |