summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-12-08airo: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-08Merge tag 'mt76-for-kvalo-2020-12-04' of https://github.com/nbd168/wirelessKalle Valo
2020-12-08rtw88: reduce polling time of IQ calibrationChin-Yen Lee
2020-12-08rtw88: fix multiple definition of rtw_pm_opsPing-Ke Shih
2020-12-08mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui
2020-12-07brcmfmac: remove redundant assignment to pointer 'entry'Colin Ian King
2020-12-07adm8211: fix error return code in adm8211_probe()Zhang Changzhong
2020-12-07rtw88: declare hw supports ch 144Zong-Zhe Yang
2020-12-07rtw88: coex: fix missing unitialization of variable 'interval'Colin Ian King
2020-12-07wilc1000: remove redundant assignment to pointer vifColin Ian King
2020-12-07mwifiex: change license text of Makefile and README from MARVELL to NXPGanapathi Bhat
2020-12-07mwl8k: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-12-07rtw88: pci: Add prototypes for .probe, .remove and .shutdownLee Jones
2020-12-06mlxsw: spectrum_router: Reduce mlxsw_sp_ipip_fib_entry_op_gre4()Jiri Pirko
2020-12-06mlxsw: spectrum: Bump minimum FW version to xx.2008.2018Petr Machata
2020-12-06mlxsw: core_acl: Use an array instead of a struct with a zero-length arrayIdo Schimmel
2020-12-06mlxsw: spectrum_mr: Use flexible-array member instead of zero-length arrayIdo Schimmel
2020-12-06mlxsw: core: Trace EMAD eventsIdo Schimmel
2020-12-06mlxsw: spectrum: Apply RIF configuration when joining a LAGIdo Schimmel
2020-12-05r8169: make NUM_RX_DESC a signed intHeiner Kallweit
2020-12-05r8169: improve rtl_rxHeiner Kallweit
2020-12-05net: fix spelling mistake "wil" -> "will" in KconfigColin Ian King
2020-12-05enetc: Fix unused var build warning for CONFIG_OFArnd Bergmann
2020-12-05ptp: Add clock driver for the OpenCompute TimeCard.Jonathan Lemon
2020-12-04net: bna: remove trailing semicolon in macro definitionTom Rix
2020-12-04nfp: Replace zero-length array with flexible-array memberSimon Horman
2020-12-04nfc: s3fwrn5: skip the NFC bootloader modeBongsu Jeon
2020-12-04vrf: add mac header for tunneled packets when sniffer is attachedAndrea Mayer
2020-12-04mt76: mt7615: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-04mt76: mt7915: fix ht mcs in mt7915_mcu_get_rx_rate()Shayne Chen
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2020-12-04dpaa_eth: fix build errorr in dpaa_fq_initAnders Roxell
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-04mt76: attempt to free up more room when filling the tx queueFelix Fietkau
2020-12-04mt76: mt7915: stop queues when running out of tx tokensFelix Fietkau
2020-12-04mt76: improve tx queue stop/wakeFelix Fietkau
2020-12-04mt76: mt7915: fix memory leak in mt7915_mcu_get_rx_rate()Shayne Chen
2020-12-04mt76: mt7615: fix rdd mcu cmd endiannessLorenzo Bianconi
2020-12-04mt76: mt7915: fix endian issuesFelix Fietkau
2020-12-04mt76: mt7915: get rid of dbdc debugfs knobLorenzo Bianconi
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi
2020-12-04mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5gLorenzo Bianconi
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi