summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-06-10wifi: virt_wifi: fix typo in commentJulia Lawall1-1/+1
2022-06-10rtw89: add new state to CFO state machine for UL-OFDMAEric Huang3-3/+29
2022-06-10rtw89: 8852c: add trigger frame counterPo Hao Huang3-1/+64
2022-06-10wifi: wfx: Remove redundant NULL check before release_firmware() callMinghao Chi1-2/+1
2022-06-08wifi: rtw89: support MULTI_BSSID and correct BSSID mask of H2CPing-Ke Shih3-0/+16
2022-06-08wifi: ray_cs: Drop useless status variable in parse_addr()Andy Shevchenko1-3/+1
2022-06-08wifi: ray_cs: Utilize strnlen() in parse_addr()Andy Shevchenko1-9/+7
2022-06-08wifi: rtw88: use %*ph to print small bufferAndy Shevchenko1-5/+1
2022-05-30wifi: wilc1000: add IGTK supportAjay Singh6-23/+171
2022-05-30wifi: wilc1000: add WPA3 SAE supportAjay Singh9-14/+133
2022-05-30wifi: wilc1000: remove WEP security supportAjay Singh5-198/+2
2022-05-30wifi: wilc1000: use correct sequence of RESET for chip Power-UP/DownAjay Singh1-3/+3
2022-05-30wifi: rtlwifi: fix error codes in rtl_debugfs_set_write_h2c()Dan Carpenter1-4/+4
2022-05-30wifi: rtw88: Fix Sparse warning for rtw8821c_hw_specLarry Finger4-12/+4
2022-05-30wifi: rtw88: Fix Sparse warning for rtw8723d_hw_specLarry Finger4-12/+4
2022-05-30wifi: rtw88: Fix Sparse warning for rtw8822c_hw_specLarry Finger4-12/+4
2022-05-30wifi: rtw88: Fix sparse warning for rtw8822b_hw_specLarry Finger4-12/+4
2022-05-30rtw88: fix null vif pointer when hw_scan failsPo-Hao Huang1-1/+4
2022-05-30rtw89: sar: adjust and support SAR on 6GHz bandZong-Zhe Yang3-20/+140
2022-05-30rtw89: 8852c: rfk: re-calibrate RX DCK once thermal changes a lotPing-Ke Shih4-0/+34
2022-05-30rtw89: pci: handle hardware watchdog timeout interrupt statusPing-Ke Shih3-3/+8
2022-05-30rtw89: fix null vif pointer when hw_scan failsPo Hao Huang2-3/+6
2022-05-30rtw89: fix channel inconsistency during hw_scanPo Hao Huang5-17/+27
2022-05-30wifi: cw1200: cleanup the code a bitBernard Zhao1-8/+2
2022-05-19eth: mtk_ppe: fix up after mergeJakub Kicinski1-1/+2
2022-05-19net: ipa: don't proceed to out-of-bound writeJakub Kicinski1-2/+4
2022-05-19net: wwan: iosm: remove pointless null checkJakub Kicinski1-10/+0
2022-05-19net: dsa: lantiq_gswip: Fix typo in gswip_port_fdb_dump() error printMartin Blumenstingl1-2/+3
2022-05-19net: dsa: lantiq_gswip: Fix start index in gswip_port_fdb()Martin Blumenstingl1-2/+2
2022-05-19net: wwan: t7xx: Fix smatch errorsRicardo Martinez3-6/+3
2022-05-19net: mtk_eth_soc: partially convert to phylink_pcsRussell King (Oracle)3-58/+53
2022-05-19net: mtk_eth_soc: convert code structure to suit split PCS supportRussell King (Oracle)2-59/+79
2022-05-19net: mtk_eth_soc: move restoration of SYSCFG0 to mac_finish()Russell King (Oracle)2-2/+10
2022-05-19net: mtk_eth_soc: move MAC_MCR setting to mac_finish()Russell King (Oracle)1-11/+22
2022-05-19net: mtk_eth_soc: add fixme comment for state->speed useRussell King (Oracle)1-0/+8
2022-05-19net: mtk_eth_soc: provide mtk_sgmii_config()Russell King (Oracle)3-12/+20
2022-05-19net: mtk_eth_soc: stop passing phylink state to sgmii setupRussell King (Oracle)3-4/+4
2022-05-19net: mtk_eth_soc: correct 802.3z duplex settingRussell King3-10/+29
2022-05-19net: mtk_eth_soc: correct 802.3z speed settingRussell King (Oracle)1-13/+5
2022-05-19net: mtk_eth_soc: add mask and update PCS speed definitionsRussell King (Oracle)1-3/+5
2022-05-19net: mtk_eth_soc: remove unused sgmii flagsRussell King (Oracle)1-8/+0
2022-05-19net: mtk_eth_soc: remove unused mac->modeRussell King (Oracle)2-2/+0
2022-05-19net: ethernet: SP7021: fix a use after free of skb->lenDan Carpenter1-1/+3
2022-05-19net: usb: r8152: Add in new Devices that are supported for Mac-PassthruDavid Ober1-7/+26
2022-05-19Merge tag 'linux-can-next-for-5.19-20220519' of git://git.kernel.org/pub/scm/...Jakub Kicinski27-329/+17
2022-05-19can: mcp251xfd: silence clang's -Wunaligned-access warningVincent Mailhol1-1/+1
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp22-316/+2
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski10-12/+14
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski118-2554/+4670
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski87-511/+808