summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | wifi: rtw88: Add rtw8822cu chipset supportSascha Hauer2022-12-084-0/+82
| * | | wifi: rtw88: Add rtw8822bu chipset supportSascha Hauer2022-12-084-0/+123
| * | | wifi: rtw88: Add rtw8821cu chipset supportSascha Hauer2022-12-085-0/+103
| * | | wifi: rtw88: Add common USB chip supportSascha Hauer2022-12-089-0/+1067
| * | | wifi: rtw88: iterate over vif/sta list non-atomicallySascha Hauer2022-12-084-7/+116
| * | | wifi: rtw88: Drop coex mutexSascha Hauer2022-12-084-6/+3
| * | | wifi: rtw88: Drop h2c.lockSascha Hauer2022-12-084-12/+6
| * | | wifi: rtw88: Drop rf_lockSascha Hauer2022-12-084-10/+14
| * | | wifi: rtw88: Call rtw_fw_beacon_filter_config() with rtwdev->mutex heldSascha Hauer2022-12-081-1/+1
| * | | wifi: rtw88: print firmware type in info messageSascha Hauer2022-12-082-1/+4
| * | | wifi: rtw89: add join info upon create interfacePo-Hao Huang2022-12-081-0/+4
| * | | wifi: rtw89: fix unsuccessful interface_add flowPo-Hao Huang2022-12-081-0/+2
| * | | wifi: rtw89: stop mac port function when stop_ap()Po-Hao Huang2022-12-083-3/+15
| * | | wifi: rtw89: add mac TSF sync functionPo-Hao Huang2022-12-083-0/+63
| * | | wifi: rtw89: request full firmware only once if it's early requestedZong-Zhe Yang2022-12-083-9/+32
| * | | wifi: rtw89: don't request partial firmware if SECURITY_LOADPIN_ENFORCEZong-Zhe Yang2022-12-082-9/+36
| * | | wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen2022-12-082-1/+2
| * | | wifi: rtl8xxxu: Introduce rtl8xxxu_update_ra_reportBitterblue Smith2022-12-081-60/+45
| * | | wifi: rtl8xxxu: Fix the channel width reportingBitterblue Smith2022-12-081-3/+7
| * | | wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2hBitterblue Smith2022-12-081-1/+1
| * | | wifi: brcmfmac: introduce BRCMFMAC exported symbols namespaceArend van Spriel2022-12-085-2/+11
| * | | wifi: brcmfmac: add vendor name in revinfo debugfs fileArend van Spriel2022-12-083-1/+8
| * | | wifi: brcmfmac: add support Broadcom BCA firmware apiArend van Spriel2022-12-088-29/+110
| * | | wifi: brcmfmac: add support for Cypress firmware apiArend van Spriel2022-12-088-24/+105
| * | | wifi: brcmfmac: add support for vendor-specific firmware apiArend van Spriel2022-12-0810-0/+334
| * | | wifi: brcmfmac: add firmware vendor info in driver infoArend van Spriel2022-12-084-15/+49
| * | | wifi: brcmfmac: add function to unbind device to bus layer apiArend van Spriel2022-12-082-1/+24
| * | | wifi: ipw2x00: Remove some unused functionsJiapeng Chong2022-12-081-11/+0
| |/ /
* | | Merge tag 'linux-can-next-for-6.2-20221212' of git://git.kernel.org/pub/scm/l...David S. Miller2022-12-1220-220/+574
|\ \ \
| * | | can: tcan4x5x: Specify separate read/write rangesMarkus Schneider-Pargmann2022-12-121-6/+37
| * | | can: tcan4x5x: Fix register range of first two blocksMarkus Schneider-Pargmann2022-12-121-2/+2
| * | | can: tcan4x5x: Fix use of register error status maskMarkus Schneider-Pargmann2022-12-121-7/+7
| * | | can: tcan4x5x: Remove invalid write in clear_interruptsMarkus Schneider-Pargmann2022-12-121-5/+0
| * | | can: m_can: Batch acknowledge rx fifoMarkus Schneider-Pargmann2022-12-121-5/+10
| * | | can: m_can: Batch acknowledge transmit eventsMarkus Schneider-Pargmann2022-12-121-6/+9
| * | | can: m_can: Count read getindex in the driverMarkus Schneider-Pargmann2022-12-121-7/+10
| * | | can: m_can: Count TXE FIFO getidx in the driverMarkus Schneider-Pargmann2022-12-121-3/+2
| * | | can: m_can: Read register PSR only on errorMarkus Schneider-Pargmann2022-12-121-5/+4
| * | | can: m_can: Avoid reading irqstatus twiceMarkus Schneider-Pargmann2022-12-121-7/+9
| * | | can: m_can: Eliminate double read of TXFQS in tx_handlerMarkus Schneider-Pargmann2022-12-121-4/+11
| * | | can: m_can: Call the RAM init directly from m_can_chip_configVivek Yadav2022-12-123-15/+26
| * | | can: gs_usb: remove gs_can::ifaceVincent Mailhol2022-12-121-20/+9
| * | | can: ucan: remove unused ucan_priv::intfVincent Mailhol2022-12-121-2/+0
| * | | can: ucan: use strscpy() to instead of strncpy()Xu Panda2022-12-121-3/+2
| * | | can: etas_es58x: remove es58x_get_product_info()Vincent Mailhol2022-12-121-49/+3
| * | | can: etas_es58x: export product information through devlink_ops::info_get()Vincent Mailhol2022-12-123-0/+264
| * | | can: etas_es58x: add devlink port supportVincent Mailhol2022-12-122-8/+29
| * | | can: etas_es58x: add devlink supportVincent Mailhol2022-12-125-4/+31
| * | | can: c_can: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-12-121-2/+1
| * | | can: flexcan: add auto stop mode for IMX93 to support wakeupHaibo Chen2022-12-122-3/+36