summaryrefslogtreecommitdiff
path: root/libnetwork
Commit message (Expand)AuthorAgeFilesLines
* libnetwork/resolvconf: removed unused GetIfChanged() and GetLastModified()Sebastiaan van Stijn2022-10-011-39/+0
* golangci-lint: update to v1.49.0Sebastiaan van Stijn2022-09-263-17/+26
* set ReadHeaderTimeout to address G112: Potential Slowloris Attack (gosec)Sebastiaan van Stijn2022-09-221-2/+4
* Merge pull request #44095 from thaJeztah/22.06_fix_linting_issuesSebastiaan van Stijn2022-09-082-2/+7
|\
| * linting: suppress false positive for G404 (gosec)Sebastiaan van Stijn2022-09-061-1/+1
| * libnetwork/diagnostic: EnableDiagnostic(): use net.JoinHostPortSebastiaan van Stijn2022-09-061-1/+6
* | update to golang 1.19Sebastiaan van Stijn2022-09-071-13/+13
|/
* Merge pull request #44027 from thaJeztah/22.06_backport_libnetwork_ipvlan_fixSebastiaan van Stijn2022-08-241-0/+2
|\
| * libnetwork/drivers/ipvlan: fix missing IpvlanFlag field in config JSONYoufu Zhang2022-08-241-0/+2
* | Test: wait for network changes in TestNetworkDBNodeJoinLeaveIterationDavid Wang2022-08-241-18/+41
|/
* Merge pull request #43813 from thaJeztah/22.06_backport_fix_43781Sebastiaan van Stijn2022-07-181-0/+7
|\
| * libnetwork: skip firewalld management for rootlessAkihiro Suda2022-07-151-0/+7
* | fix formatting of "nolint" tags for go1.19Sebastiaan van Stijn2022-07-1512-50/+50
|/
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-139-47/+46
* fix some minor linting issuesSebastiaan van Stijn2022-07-041-3/+1
* drivers/ipvlan: add ipvlan_flag option, support l3s ipvlan_modeYoufu Zhang2022-06-286-16/+114
* fix typo (cluser -> cluster)Sebastiaan van Stijn2022-06-272-2/+2
* bump netlink libraryMartin Braun2022-06-167-13/+13
* Merge pull request #42626 from mfeit-internet2/small-ipv4-networksSebastiaan van Stijn2022-06-072-5/+74
|\
| * Make the network allocator handle IPv4 blocks too small for network/broadcast...Mark Feit2021-10-272-5/+74
* | Merge pull request #43409 from vincentbernat/fix/udp-conntrackSebastiaan van Stijn2022-06-031-0/+5
|\ \
| * | bridge: also flush conntrack entries when setting up endpointsVincent Bernat2022-03-231-0/+5
* | | libnetwork/portallocator: un-export consts for defaultsSebastiaan van Stijn2022-06-023-11/+11
* | | Revert "Added API to set ephemeral port allocator range."Albin Kerouanton2022-06-025-124/+12
* | | Merge pull request #43670 from evol262/ipvs-module-idempotencySebastiaan van Stijn2022-05-311-0/+4
|\ \ \
| * | | Ensure performance tuning is always appliedRyan Barry2022-05-311-0/+4
* | | | Set ExternalPortReserved for dummy proxyAmeya Gawde2022-05-251-4/+5
|/ / /
* | | Merge pull request #43146 from evol262/fix/ingress-namespace-performanceSebastiaan van Stijn2022-05-182-20/+27
|\ \ \
| * | | Apply performance tuning to new sandboxes alsoRyan Barry2022-05-172-20/+27
* | | | all: replace strings.Replace with strings.ReplaceAllEng Zer Jun2022-05-093-4/+4
* | | | Merge pull request #43511 from thaJeztah/no_logrus_fatalSamuel Karp2022-04-211-4/+2
|\ \ \ \
| * | | | panic() instead of logrus.Fatal() in init funcsSebastiaan van Stijn2022-04-211-4/+2
* | | | | Merge pull request #43505 from thaJeztah/libnetwork_no_string_fieldsSamuel Karp2022-04-211-48/+56
|\ \ \ \ \
| * | | | | libnetwork: don't use strings.Fields() to improve performanceSebastiaan van Stijn2022-04-201-48/+56
| |/ / / /
* | | | | Cleanup servicebindings only on WindowsTrapier Marshall2022-04-191-1/+4
* | | | | Delay network deletion until after lb cleanupTrapier Marshall2022-04-192-14/+19
* | | | | Log HNS policylist removal failuresTrapier Marshall2022-04-191-2/+6
|/ / / /
* | | | libnetwork/overlay:fix join sandbox deadlockMartin Dojcak2022-03-221-1/+1
| |/ / |/| |
* | | Windows: require Windows Server RS5 / ltsc2019 (build 17763) as minimumSebastiaan van Stijn2022-02-183-126/+115
* | | libnetwork/networkdb: remove some redundant fmt.Sprintf()'sSebastiaan van Stijn2022-02-152-4/+4
* | | libnetwork: fix unhandled errors in tests (ineffassign)Sebastiaan van Stijn2022-02-081-1/+8
|/ /
* | libnetwork: remove more config bits related to external k/v storesSebastiaan van Stijn2022-01-064-34/+3
* | libnetwork: remove etcd-related code and testsSebastiaan van Stijn2022-01-065-81/+2
* | libnetwork: remove consul-related code and testsSebastiaan van Stijn2022-01-067-306/+2
* | libnetwork: replace consul with boltdb in testSebastiaan van Stijn2022-01-061-6/+22
* | libnetwork: remove zookeeper-related code and testsSebastiaan van Stijn2022-01-066-79/+4
* | libnetwork: remove external DS-based host discoveryAnca Iordache2022-01-068-447/+0
* | Merge pull request #42981 from frobnicaty/patch-1Tianon Gravi2021-12-091-2/+2
|\ \
| * | Fix grammar for "does not exist"frobnicaty2021-12-031-2/+2
| |/
* | Fix flaky TestPortMappingV6ConfigAlbin Kerouanton2021-11-161-0/+14
|/