linux/drivers/net/ethernet/cadence
Alexander A. Klimov 5d75c04306 Replace HTTP links with HTTPS ones: ATMEL MACB ETHERNET DRIVER
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>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-07-08 10:35:09 -07:00
..
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
macb_main.c net: macb: remove is_udp variable 2020-07-02 14:22:00 -07:00
macb_pci.c Replace HTTP links with HTTPS ones: ATMEL MACB ETHERNET DRIVER 2020-07-08 10:35:09 -07:00
macb_ptp.c Replace HTTP links with HTTPS ones: ATMEL MACB ETHERNET DRIVER 2020-07-08 10:35:09 -07:00
macb.h net: macb: use resolved link config in mac_link_up() 2020-02-27 12:02:14 -08:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00