summaryrefslogtreecommitdiff
path: root/libpod/networking_linux.go
Commit message (Expand)AuthorAge
* fix rootless port forwarding with network dis-/connectPaul Holzinger2021-08-03
* Merge pull request #10939 from Luap99/rootless-cniOpenShift Merge Robot2021-07-15
|\
| * Fix race conditions in rootless cni setupPaul Holzinger2021-07-15
* | CNI-in-slirp4netns: fix bind-mount for /run/systemd/resolve/stub-resolv.confAkihiro Suda2021-07-15
|/
* Make rootless-cni setup more robustPaul Holzinger2021-07-06
* Merge pull request #10754 from Luap99/sync-lockOpenShift Merge Robot2021-06-23
|\
| * getContainerNetworkInfo: lock netNsCtr before syncPaul Holzinger2021-06-22
* | Do not use inotify for OCICNIPaul Holzinger2021-06-22
|/
* Fix network connect race with docker-composePaul Holzinger2021-06-11
* Enable port forwarding on hostBrent Baude2021-06-01
* Merge pull request #9972 from bblenard/issue-5651-hostname-for-container-gatewayOpenShift Merge Robot2021-05-17
|\
| * Add host.containers.internal entry into container's etc/hostsBaron Lenardson2021-05-17
* | podman network reload add rootless supportPaul Holzinger2021-05-17
|/
* Fix rootlesskit port forwarder with custom slirp cidrPaul Holzinger2021-04-23
* podman unshare: add --rootless-cni to join the nsPaul Holzinger2021-04-07
* rootless cni add /usr/sbin to PATH if not presentPaul Holzinger2021-04-06
* Use the slrip4netns dns in the rootless cni nsPaul Holzinger2021-04-01
* Cleanup the rootless cni namespacePaul Holzinger2021-04-01
* Remove unused rootless-cni-infra container filesPaul Holzinger2021-04-01
* Only use rootless RLK when the container has portsPaul Holzinger2021-04-01
* Enable rootless network connect/disconnectPaul Holzinger2021-04-01
* Move slirp4netns functions into an extra filePaul Holzinger2021-04-01
* Add rootless support for cni and --uidmapPaul Holzinger2021-04-01
* rootless cni without infra containerPaul Holzinger2021-04-01
* Silence podman network reload errors with iptables-nftPaul Holzinger2021-03-30
* Fix cni teardown errorsPaul Holzinger2021-03-04
* Network connect error if net mode is not bridgePaul Holzinger2021-02-23
* Fix podman network IDs handlingPaul Holzinger2021-02-22
* bump go module to v3Valentin Rothberg2021-02-22
* Enable golint linterPaul Holzinger2021-02-11
* Fix podman network disconnect wrong NetworkStatus numberPaul Holzinger2021-02-04
* Make slirp MTU configurable (network_cmd_options)bitstrings2021-02-02
* Add default net info in container inspectbaude2021-01-26
* networking: lookup child IP in networksGiuseppe Scrivano2021-01-23
* libpod: move slirp magic IPs to constsGiuseppe Scrivano2021-01-22
* rootlessport: set source IP to slirp4netns deviceGiuseppe Scrivano2021-01-22
* Switch references of /var/run -> /runDaniel J Walsh2021-01-07
* The slirp4netns sandbox requires pivot_rootAnders F Björklund2020-12-29
* SpellingJosh Soref2020-12-22
* Make `podman stats` slirp check more robustMatthew Heon2020-12-08
* Merge pull request #8571 from Luap99/podman-network-reloadOpenShift Merge Robot2020-12-08
|\
| * Implement pod-network-reloadMatthew Heon2020-12-07
* | Add ability to set system wide options for slirp4netnsAshley Cui2020-12-04
|/
* network connect disconnect on non-running containersbaude2020-11-30
* update container status with new resultsbaude2020-11-23
* Refactor compat container create endpointJhon Honce2020-11-23
* Make c.networks() list include the default networkMatthew Heon2020-11-20
* add network connect|disconnect compat endpointsbaude2020-11-19
* add network connect|disconnect compat endpointsbaude2020-11-17
* Merge pull request #8304 from rhatdan/errorOpenShift Merge Robot2020-11-12
|\