diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml
index 8234e849dee..a604cd779fc 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.xml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml
@@ -290,6 +290,81 @@
Support for the IPX network transport
protocol has been removed, and will not be supported in
&os; 11 and later releases.
+
+ Support for PLPMTUD
+ blackhole detection (RFC 4821) has been
+ added to the &man.tcp.4; stack, disabled by default. New
+ control tunables have been added:
+
+
+
+
+
+
+
+ Tunable
+ Description
+
+
+
+
+
+ net.inet.tcp.pmtud_blackhole_detection
+ Enables or disables PLPMTUD
+ blackhole detection
+
+
+
+ net.inet.tcp.pmtud_blackhole_mss
+ MSS to try for IPv4
+
+
+
+ net.inet.tcp.v6pmtud_blackhole_mss
+ MSS to try for IPv6
+
+
+
+
+
+ New monitoring &man.sysctl.8;s haven been added:
+
+
+
+
+
+
+
+ Tunable
+ Description
+
+
+
+
+
+ net.inet.tcp.pmtud_blackhole_activated
+ Number of times the code was activated to attempt
+ downshifting the MSS
+
+
+
+ net.inet.tcp.pmtud_blackhole_min_activated
+ Number of times the blackhole
+ MSS was used in an attempt to
+ downshift
+
+
+
+ net.inet.tcp.pmtud_blackhole_failed
+ Number of times that the blackhole failed to
+ connect after downshifting the
+ MSS
+
+
+
+
+
diff --git a/release/doc/share/xml/sponsor.ent b/release/doc/share/xml/sponsor.ent
index 6e35b8e4868..67720e30411 100644
--- a/release/doc/share/xml/sponsor.ent
+++ b/release/doc/share/xml/sponsor.ent
@@ -23,6 +23,7 @@
+