summaryrefslogtreecommitdiff
path: root/daemon/network.go
Commit message (Expand)AuthorAgeFilesLines
* Make default options for newly created networks configurableAlex Stockinger2023-03-011-1/+14
* libnetwork: remove more datastore scope plumbingCory Snider2023-01-261-1/+1
* libnetwork: return concrete-typed *EndpointCory Snider2023-01-131-2/+2
* libnetwork: return concrete-typed *SandboxCory Snider2023-01-131-2/+2
* libnetwork: return concrete-typed *ControllerCory Snider2023-01-131-1/+1
* daemon: CreateNetwork: remove redundant error checkSebastiaan van Stijn2022-12-121-5/+1
* Merge pull request #44208 from thaJeztah/container_cleanup_package_varsBrian Goff2022-09-301-3/+3
|\
| * daemon: remove getPortMapInfo aliasSebastiaan van Stijn2022-09-271-3/+3
* | daemon: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-3/+0
* | libnetwork/config: merge DaemonCfg into ConfigSebastiaan van Stijn2022-09-261-2/+2
|/
* replace golint with revive, as it's deprecatedSebastiaan van Stijn2022-07-041-1/+1
* linting: error strings should not be capitalized (revive)Sebastiaan van Stijn2022-07-041-1/+1
* reformat "nolint" commentsSebastiaan van Stijn2021-06-101-2/+2
* G601: Implicit memory aliasing in for loopSebastiaan van Stijn2021-06-101-3/+3
* Fixup libnetwork lint errorsBrian Goff2021-06-011-4/+4
* Fix libnetwork importsBrian Goff2021-06-011-8/+8
* daemon: rename variables that collide with imported package namesSebastiaan van Stijn2020-04-141-10/+10
* daemon.getEndpointInNetwork() is only used on WindowsSebastiaan van Stijn2019-09-181-6/+0
* Move EnableServiceDiscoveryOnDefaultNetwork to container-operationsSebastiaan van Stijn2019-03-201-1/+1
* builder: setup code for a bridge networkingTonis Tiigi2018-08-201-0/+5
* Update moby to use scalable-lb libnetwork APIsChris Telfer2018-07-031-36/+2
* Move network conversions out of API routerBrian Goff2018-06-271-5/+211
* Move network operations out of container packageBrian Goff2018-05-101-2/+319
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Delete the load balancer endpoint in Ingress netsChris Telfer2018-03-121-0/+2
* Fix to address regression caused by PR 30897selansen2018-03-051-3/+12
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Merge pull request #36021 from yongtang/30897-follow-upVincent Demeester2018-01-161-2/+2
|\
| * Rename FindUniqueNetwork to FindNetworkYong Tang2018-01-151-2/+2
* | Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* | Add helpers to create errdef errorsBrian Goff2018-01-111-6/+11
|/
* Update and use FindNetwork on Windows.Yong Tang2018-01-071-6/+5
* Update `FindUniqueNetwork` to address network name duplicationsYong Tang2018-01-061-33/+71
* docker changes corresponding to libnetwork changes.Pradip Dhara2017-11-301-90/+15
* Restore error type in FindNetworkFlavio Crisciani2017-11-291-1/+3
* Remove solaris filesMichael Crosby2017-10-241-7/+0
* Fix network name masking network ID on deleteSebastiaan van Stijn2017-10-111-21/+26
* Fixing panic when sandbox is nilPradip Dhara2017-09-291-5/+11
* Updating moby to correspond to naming convention used in https://github.com/d...Pradip Dhara2017-09-261-1/+1
* Enabling ILB/ELB on windows using per-node, per-network LB endpoint.Pradip Dhara2017-09-181-21/+71
* Add gosimple linterDaniel Nephin2017-09-121-1/+1
* Fix golint errors.Daniel Nephin2017-08-181-0/+1
* Remove string checking in API error handlingBrian Goff2017-08-151-6/+5
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Integrate local datascope network with swarmAlessandro Boch2017-05-171-0/+10
* Allow to control network scopeAlessandro Boch2017-05-171-0/+1
* Support configuration networksAlessandro Boch2017-05-171-4/+18
* Fix race condition between swarm and libnetworkFlavio Crisciani2017-05-101-3/+7
* improve error of `docker network create -d overlay` on non-Swarm nodeAkihiro Suda2017-04-121-0/+3
* Daemon to take care of ingress cleanup on leave & shutdownAlessandro Boch2017-04-051-9/+15