wifi: remove orphaned ray_cs driverAviator/Raytheon is an early PCMCIA driver, apparently predating 802.11band only supporting wireless extensions.The driver has been orphaned since 2010 and onl
wifi: remove orphaned ray_cs driverAviator/Raytheon is an early PCMCIA driver, apparently predating 802.11band only supporting wireless extensions.The driver has been orphaned since 2010 and only seen cosmetic updateslong before than. Jean Tourrilhes pointed out in a 2005 changelog thathe tested a change on actual hardware, which was apparently alreadynoteworthy back then.Signed-off-by: Arnd Bergmann <[email protected]>Signed-off-by: Kalle Valo <[email protected]>
show more ...
ipw2x00: Replace HTTP links with HTTPS onesRationale:Reduces attack surface on kernel devs opening the links for MITMas HTTPS traffic is much harder to manipulate.Deterministic algorithm:For e
ipw2x00: Replace HTTP links with HTTPS onesRationale:Reduces attack surface on kernel devs opening the links for MITMas 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 <[email protected]>Signed-off-by: Kalle Valo <[email protected]>Link: https://lore.kernel.org/r/[email protected]
docs: networking: move ray_cs to the hw driver sectionMove ray_cs into Wi-Fi driver docs subdirectory.Signed-off-by: Jakub Kicinski <[email protected]>Signed-off-by: David S. Miller <davem@davemlo
docs: networking: move ray_cs to the hw driver sectionMove ray_cs into Wi-Fi driver docs subdirectory.Signed-off-by: Jakub Kicinski <[email protected]>Signed-off-by: David S. Miller <[email protected]>
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well def
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well defined device type, and then search fora particular driver.While at it rename the section from Vendor drivers toHardware drivers. This seems more accurate, besides peoplesometimes refer to out-of-tree drivers as vendor drivers.Signed-off-by: Jakub Kicinski <[email protected]>Acked-by: Jeff Kirsher <[email protected]>Acked-by: Shannon Nelson <[email protected]>Signed-off-by: David S. Miller <[email protected]>