index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libnetwork
/
drivers
/
bridge
Commit message (
Expand
)
Author
Age
Files
Lines
*
[chore] clean up reexec.Init() calls
Cory Snider
2023-05-09
1
-9
/
+0
*
daemon: set docker0 subpool as the IPAM pool
Albin Kerouanton
2023-04-25
1
-2
/
+8
*
libnet: convert to new-style driver registration
Cory Snider
2023-01-27
2
-5
/
+12
*
libnetwork/netutils: drop ElectInterfaceAddresses
Cory Snider
2023-01-26
1
-4
/
+13
*
libnetwork/netutils: refactor GenerateRandomName
Bjorn Neergaard
2023-01-24
1
-1
/
+1
*
Merge pull request #44803 from akerouanton/fix-44721
Bjorn Neergaard
2023-01-12
1
-5
/
+4
|
\
|
*
libnetwork: Remove iptables nat rule when hairpin is disabled
Albin Kerouanton
2023-01-11
1
-5
/
+4
*
|
libnetwork: Clean up sysfs-based operations
Albin Kerouanton
2023-01-11
1
-25
/
+1
|
/
*
Clear conntrack entries for published UDP ports
Albin Kerouanton
2023-01-05
2
-11
/
+30
*
libnetwork/drivers/bridge: remove "ioctl" fallback code for legacy kernels
Sebastiaan van Stijn
2022-12-21
6
-174
/
+6
*
libnet/d/bridge: fix race condition in test case
Cory Snider
2022-11-08
1
-2
/
+4
*
libnet/d/bridge: fix bridgeInterface.addresses()
Cory Snider
2022-11-08
1
-0
/
+4
*
libnet/d/bridge: use fresh PortAllocator in tests
Cory Snider
2022-11-08
2
-3
/
+11
*
libnet/testutils: spawn goroutines in test OS ctxs
Cory Snider
2022-11-08
1
-3
/
+5
*
libnetwork_test: remove in-container special case
Cory Snider
2022-11-08
1
-33
/
+11
*
libnet/d/bridge: configure store when opts missing
Cory Snider
2022-11-08
4
-14
/
+11
*
libnetwork: drop InitOSContext()
Cory Snider
2022-10-25
1
-16
/
+0
*
libnetwork: fix empty-lines (revive)
Sebastiaan van Stijn
2022-09-26
5
-6
/
+1
*
gofmt GoDoc comments with go1.19
Sebastiaan van Stijn
2022-07-08
1
-5
/
+5
*
bump netlink library
Martin Braun
2022-06-16
3
-7
/
+7
*
bridge: also flush conntrack entries when setting up endpoints
Vincent Bernat
2022-03-23
1
-0
/
+5
*
Fix flaky TestPortMappingV6Config
Albin Kerouanton
2021-11-16
1
-0
/
+14
*
refactor: move from io/ioutil to io and os package
Eng Zer Jun
2021-08-27
8
-25
/
+21
*
Update to Go 1.17.0, and gofmt with Go 1.17
Sebastiaan van Stijn
2021-08-24
30
-0
/
+30
*
Fix gosec complaints in libnetwork
Brian Goff
2021-06-25
1
-1
/
+2
*
drivers/bridge: format comments
Sebastiaan van Stijn
2021-06-10
1
-3
/
+3
*
drivers/bridge: dont use types.ParseCIDR() for fixed value
Sebastiaan van Stijn
2021-06-10
2
-14
/
+4
*
bridge: remove unused "others" argument from isolateNetwork()
Sebastiaan van Stijn
2021-06-09
1
-7
/
+4
*
Fixup libnetwork lint errors
Brian Goff
2021-06-01
9
-45
/
+40
*
Fix some windows issues in libnetwork tests
Brian Goff
2021-06-01
27
-0
/
+54
*
Fix libnetwork imports
Brian Goff
2021-06-01
22
-53
/
+53
*
fix port forwarding with ipv6.disable=1
Akihiro Suda
2021-04-27
1
-0
/
+31
*
Use hostIP to decide on Portmapper version
Arko Dasgupta
2021-01-23
1
-1
/
+1
*
Fix regression in docker-proxy
Arko Dasgupta
2021-01-14
1
-8
/
+15
*
Fix IPv6 Port Forwarding for the Bridge Driver
Arko Dasgupta
2020-12-14
2
-39
/
+152
*
Merge pull request #2603 from bboehmke/ipv6_portmapper_chain
Arko Dasgupta
2020-12-11
1
-1
/
+5
|
\
|
*
setup IPv4 and IPv6 iptables chain
Benjamin Böhmke
2020-12-11
1
-1
/
+5
*
|
Make sure IPv6 is enabled for IP6tables
Arko Dasgupta
2020-12-11
1
-2
/
+2
|
/
*
Merge pull request #2572 from bboehmke/ipv6_nat
Arko Dasgupta
2020-10-29
8
-133
/
+312
|
\
|
*
added TODOs for open IPv6 point
Benjamin Böhmke
2020-07-23
1
-0
/
+1
|
*
reworked allocatePorts
Benjamin Böhmke
2020-07-22
1
-12
/
+17
|
*
additional EnableIPTables check in isolateNetwork
Benjamin Böhmke
2020-07-22
1
-1
/
+4
|
*
enabled ipv6 parameter in TestSetupIPForwarding
Benjamin Böhmke
2020-07-22
1
-1
/
+1
|
*
resorted EnableIP6Tables in driver configure
Benjamin Böhmke
2020-07-21
2
-29
/
+30
|
*
isolateNetwork for both IP version
Benjamin Böhmke
2020-07-21
1
-5
/
+12
|
*
split setupIPTables into setupIP4Tables and setupIP6Tables
Benjamin Böhmke
2020-07-21
4
-71
/
+56
|
*
default DROP policy on firewall reload also for IPv6
Benjamin Böhmke
2020-07-21
1
-0
/
+6
|
*
replace string.Contains* with net.IP.To4() check
Benjamin Böhmke
2020-07-21
2
-7
/
+5
|
*
moved some ipv6 config to setupIPForwarding
Benjamin Böhmke
2020-07-19
3
-13
/
+18
|
*
Renamed driver config variable to EnableIP6Tables
Benjamin Böhmke
2020-07-19
3
-6
/
+6
[next]