summaryrefslogtreecommitdiff
path: root/libnetwork/drivers/bridge
Commit message (Expand)AuthorAgeFilesLines
* [chore] clean up reexec.Init() callsCory Snider2023-05-091-9/+0
* daemon: set docker0 subpool as the IPAM poolAlbin Kerouanton2023-04-251-2/+8
* libnet: convert to new-style driver registrationCory Snider2023-01-272-5/+12
* libnetwork/netutils: drop ElectInterfaceAddressesCory Snider2023-01-261-4/+13
* libnetwork/netutils: refactor GenerateRandomNameBjorn Neergaard2023-01-241-1/+1
* Merge pull request #44803 from akerouanton/fix-44721Bjorn Neergaard2023-01-121-5/+4
|\
| * libnetwork: Remove iptables nat rule when hairpin is disabledAlbin Kerouanton2023-01-111-5/+4
* | libnetwork: Clean up sysfs-based operationsAlbin Kerouanton2023-01-111-25/+1
|/
* Clear conntrack entries for published UDP portsAlbin Kerouanton2023-01-052-11/+30
* libnetwork/drivers/bridge: remove "ioctl" fallback code for legacy kernelsSebastiaan van Stijn2022-12-216-174/+6
* libnet/d/bridge: fix race condition in test caseCory Snider2022-11-081-2/+4
* libnet/d/bridge: fix bridgeInterface.addresses()Cory Snider2022-11-081-0/+4
* libnet/d/bridge: use fresh PortAllocator in testsCory Snider2022-11-082-3/+11
* libnet/testutils: spawn goroutines in test OS ctxsCory Snider2022-11-081-3/+5
* libnetwork_test: remove in-container special caseCory Snider2022-11-081-33/+11
* libnet/d/bridge: configure store when opts missingCory Snider2022-11-084-14/+11
* libnetwork: drop InitOSContext()Cory Snider2022-10-251-16/+0
* libnetwork: fix empty-lines (revive)Sebastiaan van Stijn2022-09-265-6/+1
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-5/+5
* bump netlink libraryMartin Braun2022-06-163-7/+7
* bridge: also flush conntrack entries when setting up endpointsVincent Bernat2022-03-231-0/+5
* Fix flaky TestPortMappingV6ConfigAlbin Kerouanton2021-11-161-0/+14
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-278-25/+21
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-2430-0/+30
* Fix gosec complaints in libnetworkBrian Goff2021-06-251-1/+2
* drivers/bridge: format commentsSebastiaan van Stijn2021-06-101-3/+3
* drivers/bridge: dont use types.ParseCIDR() for fixed valueSebastiaan van Stijn2021-06-102-14/+4
* bridge: remove unused "others" argument from isolateNetwork()Sebastiaan van Stijn2021-06-091-7/+4
* Fixup libnetwork lint errorsBrian Goff2021-06-019-45/+40
* Fix some windows issues in libnetwork testsBrian Goff2021-06-0127-0/+54
* Fix libnetwork importsBrian Goff2021-06-0122-53/+53
* fix port forwarding with ipv6.disable=1Akihiro Suda2021-04-271-0/+31
* Use hostIP to decide on Portmapper versionArko Dasgupta2021-01-231-1/+1
* Fix regression in docker-proxyArko Dasgupta2021-01-141-8/+15
* Fix IPv6 Port Forwarding for the Bridge DriverArko Dasgupta2020-12-142-39/+152
* Merge pull request #2603 from bboehmke/ipv6_portmapper_chainArko Dasgupta2020-12-111-1/+5
|\
| * setup IPv4 and IPv6 iptables chainBenjamin Böhmke2020-12-111-1/+5
* | Make sure IPv6 is enabled for IP6tablesArko Dasgupta2020-12-111-2/+2
|/
* Merge pull request #2572 from bboehmke/ipv6_natArko Dasgupta2020-10-298-133/+312
|\
| * added TODOs for open IPv6 pointBenjamin Böhmke2020-07-231-0/+1
| * reworked allocatePortsBenjamin Böhmke2020-07-221-12/+17
| * additional EnableIPTables check in isolateNetworkBenjamin Böhmke2020-07-221-1/+4
| * enabled ipv6 parameter in TestSetupIPForwardingBenjamin Böhmke2020-07-221-1/+1
| * resorted EnableIP6Tables in driver configureBenjamin Böhmke2020-07-212-29/+30
| * isolateNetwork for both IP versionBenjamin Böhmke2020-07-211-5/+12
| * split setupIPTables into setupIP4Tables and setupIP6TablesBenjamin Böhmke2020-07-214-71/+56
| * default DROP policy on firewall reload also for IPv6Benjamin Böhmke2020-07-211-0/+6
| * replace string.Contains* with net.IP.To4() checkBenjamin Böhmke2020-07-212-7/+5
| * moved some ipv6 config to setupIPForwardingBenjamin Böhmke2020-07-193-13/+18
| * Renamed driver config variable to EnableIP6TablesBenjamin Böhmke2020-07-193-6/+6