提交 09a071f5 编写于 作者: A Alexander A. Klimov 提交者: Tony Nguyen

Documentation: intel: Replace HTTP links with HTTPS ones

Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.

Deterministic algorithm:
For each file:
  If not .svg:
    For each line:
      If doesn't contain `\bxmlns\b`:
        For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
          If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
            If both the HTTP and HTTPS versions
            return 200 OK and serve the same content:
              Replace HTTP with HTTPS.
Signed-off-by: NAlexander A. Klimov <grandmaster@al2klimov.de>
Signed-off-by: NTony Nguyen <anthony.l.nguyen@intel.com>
上级 7ba068d1
...@@ -41,7 +41,7 @@ Identifying Your Adapter ...@@ -41,7 +41,7 @@ Identifying Your Adapter
For information on how to identify your adapter, and for the latest Intel For information on how to identify your adapter, and for the latest Intel
network drivers, refer to the Intel Support website: network drivers, refer to the Intel Support website:
http://www.intel.com/support https://www.intel.com/support
Driver Configuration Parameters Driver Configuration Parameters
=============================== ===============================
...@@ -179,7 +179,7 @@ filtering by ...@@ -179,7 +179,7 @@ filtering by
Support Support
======= =======
For general information, go to the Intel support website at: For general information, go to the Intel support website at:
http://www.intel.com/support/ https://www.intel.com/support/
or the Intel Wired Networking project hosted by Sourceforge at: or the Intel Wired Networking project hosted by Sourceforge at:
http://sourceforge.net/projects/e1000 http://sourceforge.net/projects/e1000
......
...@@ -22,7 +22,7 @@ Ethernet Multi-host Controller. ...@@ -22,7 +22,7 @@ Ethernet Multi-host Controller.
For information on how to identify your adapter, and for the latest Intel For information on how to identify your adapter, and for the latest Intel
network drivers, refer to the Intel Support website: network drivers, refer to the Intel Support website:
http://www.intel.com/support https://www.intel.com/support
Flow Control Flow Control
......
...@@ -43,7 +43,7 @@ device. ...@@ -43,7 +43,7 @@ device.
For information on how to identify your adapter, and for the latest NVM/FW For information on how to identify your adapter, and for the latest NVM/FW
images and Intel network drivers, refer to the Intel Support website: images and Intel network drivers, refer to the Intel Support website:
http://www.intel.com/support https://www.intel.com/support
Additional Features and Configurations Additional Features and Configurations
......
...@@ -20,7 +20,7 @@ Identifying Your Adapter ...@@ -20,7 +20,7 @@ Identifying Your Adapter
======================== ========================
For information on how to identify your adapter, and for the latest Intel For information on how to identify your adapter, and for the latest Intel
network drivers, refer to the Intel Support website: network drivers, refer to the Intel Support website:
http://www.intel.com/support https://www.intel.com/support
Command Line Parameters Command Line Parameters
......
...@@ -35,7 +35,7 @@ Identifying Your Adapter ...@@ -35,7 +35,7 @@ Identifying Your Adapter
======================== ========================
For information on how to identify your adapter, and for the latest Intel For information on how to identify your adapter, and for the latest Intel
network drivers, refer to the Intel Support website: network drivers, refer to the Intel Support website:
http://www.intel.com/support https://www.intel.com/support
Additional Features and Configurations Additional Features and Configurations
......
...@@ -203,7 +203,7 @@ With the 10 Gigabit server adapters, the default Linux configuration will ...@@ -203,7 +203,7 @@ With the 10 Gigabit server adapters, the default Linux configuration will
very likely limit the total available throughput artificially. There is a set very likely limit the total available throughput artificially. There is a set
of configuration changes that, when applied together, will increase the ability of configuration changes that, when applied together, will increase the ability
of Linux to transmit and receive data. The following enhancements were of Linux to transmit and receive data. The following enhancements were
originally acquired from settings published at http://www.spec.org/web99/ for originally acquired from settings published at https://www.spec.org/web99/ for
various submitted results using Linux. various submitted results using Linux.
NOTE: NOTE:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册