summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-20net: ethernet: mediatek: fix a typo bug in flow offloadingDENG Qingfang1-1/+1
2021-04-20net: hns3: change the value of the SEPARATOR_VALUE macro in hclgevf_main.cHuazhong Tan1-1/+1
2021-04-20net: hns3: cleanup inappropriate spaces in struct hlcgevf_tqp_statsHuazhong Tan1-2/+2
2021-04-20net: hns3: remove a duplicate pf reset countingHuazhong Tan1-2/+0
2021-04-20net: xilinx: drivers need/depend on HAS_IOMEMRandy Dunlap1-0/+3
2021-04-20net: enetc: add support for flow controlVladimir Oltean3-2/+85
2021-04-20net: enetc: add a mini driver for the Integrated Endpoint Register BlockVladimir Oltean5-1/+221
2021-04-20net: enetc: create a common enetc_pf_to_port helperVladimir Oltean2-10/+22
2021-04-20net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)Dexuan Cui14-0/+6153
2021-04-20Merge tag 'wireless-drivers-next-2021-04-18' of git://git.kernel.org/pub/scm/...David S. Miller166-2319/+4367
2021-04-18rtw88: 8822c: add CFO trackingPo-Hao Huang8-1/+224
2021-04-18iwlwifi: pcie: don't enable BHs with IRQs disabledJohannes Berg3-5/+28
2021-04-18bcma: remove unused functionJiapeng Chong1-7/+0
2021-04-18wil6210: wmi: Remove useless codeJiapeng Chong1-1/+1
2021-04-18carl9170: remove get_tid_hChristophe JAILLET2-7/+2
2021-04-18mwl8k: Fix a double Free in mwl8k_probe_hwLv Yunlong1-0/+1
2021-04-18rtw88: Fix array overrun in rtw_get_tx_power_params()Ping-Ke Shih1-2/+3
2021-04-18wilc1000: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-04-18brcmfmac: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-04-18wl3501: fix typo of 'Networks' in commentEric Lin1-1/+1
2021-04-18rsi: Use resume_noirq for SDIOMarek Vasut1-1/+1
2021-04-18rtw88: update statistics to fw for fine-tuning performancePo-Hao Huang3-0/+29
2021-04-18libertas: struct lbs_private is declared duplicatelyWan Jiabing1-1/+0
2021-04-18brcmfmac: A typo fixBhaskar Chowdhury1-1/+1
2021-04-18rsi: fix comment syntax in file headersAditya Srivastava10-10/+10
2021-04-18r8169: keep pause settings on interface down/up cycleHeiner Kallweit1-5/+9
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski86-582/+712
2021-04-17airo: work around stack usage warningArnd Bergmann1-52/+65
2021-04-17wlcore: fix overlapping snprintf arguments in debugfsArnd Bergmann2-8/+12
2021-04-17libertas: avoid -Wempty-body warningArnd Bergmann1-6/+6
2021-04-17rtl8xxxu: Simplify locking of a skb list accessesChristophe JAILLET2-10/+2
2021-04-17wilc1000: fix a loop timeout conditionDan Carpenter1-1/+1
2021-04-17mwifiex: Remove unneeded variable: "ret"zuoqilin1-2/+1
2021-04-17rtl8xxxu: Fix fall-through warnings for ClangGustavo A. R. Silva1-4/+4
2021-04-17wilc1000: Bring MAC address setting in line with typical Linux behaviorDavid Mosberger-Tang1-9/+16
2021-04-17wilc1000: Add support for enabling CRCDavid Mosberger-Tang2-64/+115
2021-04-17wilc1000: Check for errors at end of DMA writeDavid Mosberger-Tang1-1/+61
2021-04-17wilc1000: Introduce symbolic names for SPI protocol registerDavid Mosberger-Tang1-9/+29
2021-04-17wilc1000: Make SPI transfers work at 48MHzDavid Mosberger-Tang1-13/+29
2021-04-17mwifiex: don't print SSID to logsBrian Norris1-7/+4
2021-04-17ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()Dan Carpenter1-2/+4
2021-04-17rtlwifi: rtl8192de: Use DEFINE_SPINLOCK() for spinlockGuobin Huang1-7/+3
2021-04-17qtnfmac: remove meaningless goto statement and labelswengjianfeng1-67/+0
2021-04-17rtlwifi: Simplify locking of a skb list accessesChristophe JAILLET2-14/+2
2021-04-17rtlwifi: remove rtl_get_tid_hChristophe JAILLET1-6/+1
2021-04-17rtlwifi: rtl8188ee: remove redundant assignment of variable rtlpriv->btcoexis...Yang Li1-2/+0
2021-04-17rtlwifi: remove redundant assignment to variable errColin Ian King1-1/+0
2021-04-17rtlwifi: Few mundane typo fixesBhaskar Chowdhury1-3/+3
2021-04-17qtnfmac: remove meaningless labelswengjianfeng1-21/+6
2021-04-17rtlwifi: 8821ae: upgrade PHY and RF parametersPing-Ke Shih1-130/+370