No need for global kill switches if we have per route entry controls. Wait a year before removing in case someone is using this. Signed-off-by: Gilad Ben-Yossef <gilad@codefidence.com> --- Documentation/feature-removal-schedule.txt | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 89a47b5..60db855 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -6,6 +6,18 @@ be removed from this file. --------------------------- +What: sysctl_tcp_sack, sysctl_tcp_timestamps, sysctl_tcp_window_scaling, + sysctl_tcp_dsack +When: October 2010 + +Why: These options can now be set on a per route basis via the + RTAX_FEATURE_NO_SACK, RTAX_FEATURE_NO_TSTAMP, RTAX_FEATURE_NO_WSCALE, + and RTAX_FEATURE_NO_DSACK route feature options. + +Who: Gilad Ben-Yossef <gilad@codefidence.com> + +--------------------------- + What: PRISM54 When: 2.6.34 -- 1.5.6.3 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
