WSL2-Linux-Kernel/drivers/net/ethernet/cortina
Alexander A. Klimov a7d0278235 net: ethernet: 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: Alexander A. Klimov <grandmaster@al2klimov.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-07-13 17:42:45 -07:00
..
Kconfig net: ethernet: Replace HTTP links with HTTPS ones 2020-07-13 17:42:45 -07:00
Makefile net: ethernet: Add a driver for Gemini gigabit ethernet 2018-01-15 14:38:55 -05:00
gemini.c net: cortina: Fix use correct return type for ndo_start_xmit() 2020-05-06 13:57:30 -07:00
gemini.h net: ethernet: Use the correct style for SPDX License Identifier 2019-10-25 19:30:31 -07:00