summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-14mlxsw: pci: Obtain info about ports used by eXtended mezanineJiri Pirko3-2/+49
2020-12-14mlxsw: spectrum_router: Introduce XM implementation of router low-level opsJiri Pirko4-0/+250
2020-12-14mlxsw: reg: Add Router XLT Enable RegisterJiri Pirko1-0/+44
2020-12-14mlxsw: reg: Add XM Direct RegisterJiri Pirko1-3/+271
2020-12-14bnxt_en: Enable batch mode when using HWRM_NVM_MODIFY to flash packages.Michael Chan1-9/+40
2020-12-14bnxt_en: Retry installing FW package under NO_SPACE error condition.Pavan Chebbi1-5/+32
2020-12-14bnxt_en: Restructure bnxt_flash_package_from_fw_obj() to execute in a loop.Pavan Chebbi1-32/+28
2020-12-14bnxt_en: Rearrange the logic in bnxt_flash_package_from_fw_obj().Michael Chan1-33/+30
2020-12-14bnxt_en: Refactor bnxt_flash_nvram.Pavan Chebbi1-19/+32
2020-12-14ice, xsk: Move Rx allocation out of while-loopBjörn Töpel1-6/+3
2020-12-14net: mtk_eth: simplify the mediatek code return expressionZheng Yongjun1-12/+4
2020-12-14octeontx2-af: Add devlink health reporters for NPAGeorge Cherian3-1/+765
2020-12-14octeontx2-af: Add devlink suppoort to af driverGeorge Cherian6-2/+98
2020-12-14net: mhi: Fix unexpected queue wakeLoic Poulain1-1/+2
2020-12-14net: dsa: mv88e6xxx: don't set non-existing learn2all bit for 6220/6250Rasmus Villemoes1-3/+10
2020-12-12net: dsa: mt7530: enable MTU normalizationDENG Qingfang1-0/+2
2020-12-12Merge tag 'wireless-drivers-next-2020-12-12' of git://git.kernel.org/pub/scm/...Jakub Kicinski276-10777/+6622
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski44-151/+288
2020-12-12Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo40-131/+1033
2020-12-12ath11k: implement suspend for QCA6390 PCI devicesCarl Huang8-2/+124
2020-12-12ath11k: hif: add ce irq enable and disable functionsCarl Huang2-1/+32
2020-12-12ath11k: implement WoW enable and wakeup commandsCarl Huang7-1/+355
2020-12-12ath11k: set credit_update flag for flow controlled ep onlyCarl Huang1-3/+5
2020-12-12ath11k: dp: stop rx pktlog before suspendCarl Huang4-0/+56
2020-12-12ath11k: htc: implement suspend handlingCarl Huang4-2/+31
2020-12-12ath11k: htc: remove unused struct ath11k_htc_opsKalle Valo1-6/+0
2020-12-12ath11k: pci: read select_window register to ensure write is finishedCarl Huang1-0/+1
2020-12-12ath11k: hif: implement suspend and resume functionsCarl Huang2-0/+38
2020-12-12ath11k: mhi: hook suspend and resumeCarl Huang2-0/+14
2020-12-12ath11k: Fix incorrect tlvs in scan start commandPradeep Kumar Chitrapu1-31/+0
2020-12-12ath11k: pci: disable VDD4BLOWCarl Huang2-0/+13
2020-12-12ath11k: pci: fix L1ss clock unstable problemCarl Huang2-0/+81
2020-12-12ath11k: pci: fix hot reset stability issuesCarl Huang2-5/+57
2020-12-12ath11k: put hw to DBS using WMI_PDEV_SET_HW_MODE_CMDIDCarl Huang4-13/+46
2020-12-12ath11k: mhi: print a warning if firmware crashedKalle Valo1-0/+9
2020-12-12ath11k: use MHI provided APIs to allocate and free MHI controllerBhaumik Bhatt1-3/+4
2020-12-12ath10k: add atomic protection for device recoveryWen Gong8-9/+25
2020-12-12ath10k: add option for chip-id based BDF selectionAbhishek Kumar1-11/+32
2020-12-11mt76: remove unused variable qSouptick Joarder1-3/+0
2020-12-11iwlwifi: fw: acpi: Demote non-conformant function headersLee Jones1-6/+6
2020-12-11iwlwifi: fw: dbg: Fix misspelling of 'reg_data' in function headerLee Jones1-1/+1
2020-12-11iwlwifi: iwl-phy-db: Add missing struct member description for 'trans'Lee Jones1-1/+1
2020-12-11iwlwifi: iwl-eeprom-parse: Fix 'struct iwl_eeprom_enhanced_txpwr's headerLee Jones1-6/+6
2020-12-11iwlwifi: iwl-eeprom-read: Demote one nonconformant function headerLee Jones1-1/+1
2020-12-11iwlwifi: mvm: rs: Demote non-conformant function documentation headersLee Jones1-5/+5
2020-12-11iwlwifi: iwl-drv: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-11iwlwifi: dvm: Fix fall-through warnings for ClangGustavo A. R. Silva5-7/+7
2020-12-11iwlwifi: mvm: Fix fall-through warnings for ClangGustavo A. R. Silva9-17/+17
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-14/+11
2020-12-10ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctlsTom Parkin1-3/+149