summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Kicinski205-990/+1400
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
2021-04-17cw1200: Remove unused function pointer typedef wsm_*Chen Lin1-12/+0
2021-04-17cw1200: Remove unused function pointer typedef cw1200_wsm_handlerChen Lin1-3/+0
2021-04-17Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds53-439/+479
2021-04-17Merge tag 'libnvdimm-fixes-for-5.12-rc8' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-18/+56
2021-04-17Merge tag 'cxl-fixes-for-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-63/+89
2021-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds25-59/+66
2021-04-17Merge tag 'iwlwifi-next-for-kalle-2021-04-12-v2' of git://git.kernel.org/pub/...Kalle Valo44-541/+1102
2021-04-17Merge tag 'mt76-for-kvalo-2021-04-12' of https://github.com/nbd168/wirelessKalle Valo70-1400/+2409
2021-04-17cxl/mem: Fix memory device capacity probingDan Williams1-2/+5
2021-04-17Merge branch 'mptcp-fixes-and-tracepoints'David S. Miller10-29/+207
2021-04-17mptcp: use mptcp_for_each_subflow in mptcp_closeGeliang Tang1-1/+1
2021-04-17mptcp: add tracepoint in subflow_check_data_availGeliang Tang2-3/+30
2021-04-17mptcp: add tracepoint in ack_update_mskGeliang Tang2-0/+38
2021-04-17mptcp: add tracepoint in get_mapping_statusGeliang Tang2-3/+55
2021-04-17mptcp: add tracepoint in mptcp_subflow_get_sendGeliang Tang3-4/+65
2021-04-17mptcp: export mptcp_subflow_activeGeliang Tang2-12/+12
2021-04-17mptcp: fix format specifiers for unsigned intGeliang Tang1-2/+2
2021-04-17kunit: mptcp: adhere to KUNIT formatting standardNico Pache4-4/+4
2021-04-17Merge branch 'enetc-xdp-fixes'David S. Miller2-55/+88
2021-04-17net: enetc: apply the MDIO workaround for XDP_REDIRECT tooVladimir Oltean1-0/+4
2021-04-17net: enetc: fix buffer leaks with XDP_TX enqueue rejectionsVladimir Oltean1-4/+12