diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 7 | ||||
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 05d71b4b9430..6ecd4f0a24f0 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -144,13 +144,6 @@ Who: Christoph Hellwig <hch@lst.de> | |||
144 | 144 | ||
145 | --------------------------- | 145 | --------------------------- |
146 | 146 | ||
147 | What: eepro100 network driver | ||
148 | When: January 2007 | ||
149 | Why: replaced by the e100 driver | ||
150 | Who: Adrian Bunk <bunk@stusta.de> | ||
151 | |||
152 | --------------------------- | ||
153 | |||
154 | What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports | 147 | What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports |
155 | (temporary transition config option provided until then) | 148 | (temporary transition config option provided until then) |
156 | The transition config option will also be removed at the same time. | 149 | The transition config option will also be removed at the same time. |
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index d84932650fd3..c7712787933c 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -27,6 +27,12 @@ min_adv_mss - INTEGER | |||
27 | The advertised MSS depends on the first hop route MTU, but will | 27 | The advertised MSS depends on the first hop route MTU, but will |
28 | never be lower than this setting. | 28 | never be lower than this setting. |
29 | 29 | ||
30 | rt_cache_rebuild_count - INTEGER | ||
31 | The per net-namespace route cache emergency rebuild threshold. | ||
32 | Any net-namespace having its route cache rebuilt due to | ||
33 | a hash bucket chain being too long more than this many times | ||
34 | will have its route caching disabled | ||
35 | |||
30 | IP Fragmentation: | 36 | IP Fragmentation: |
31 | 37 | ||
32 | ipfrag_high_thresh - INTEGER | 38 | ipfrag_high_thresh - INTEGER |