summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-07mlxsw: spectrum: Bump minimum FW version to xx.2008.2018Petr Machata1-3/+3
2020-12-07mlxsw: core_acl: Use an array instead of a struct with a zero-length arrayIdo Schimmel1-15/+11
2020-12-07mlxsw: spectrum_mr: Use flexible-array member instead of zero-length arrayIdo Schimmel1-1/+1
2020-12-07mlxsw: core: Trace EMAD eventsIdo Schimmel1-0/+7
2020-12-07mlxsw: spectrum: Apply RIF configuration when joining a LAGIdo Schimmel3-7/+45
2020-12-06r8169: make NUM_RX_DESC a signed intHeiner Kallweit1-3/+3
2020-12-06r8169: improve rtl_rxHeiner Kallweit1-10/+5
2020-12-06net: fix spelling mistake "wil" -> "will" in KconfigColin Ian King1-1/+1
2020-12-06enetc: Fix unused var build warning for CONFIG_OFArnd Bergmann1-11/+10
2020-12-06ptp: Add clock driver for the OpenCompute TimeCard.Jonathan Lemon3-0/+413
2020-12-05net: bna: remove trailing semicolon in macro definitionTom Rix1-9/+9
2020-12-05nfp: Replace zero-length array with flexible-array memberSimon Horman2-2/+2
2020-12-05nfc: s3fwrn5: skip the NFC bootloader modeBongsu Jeon3-12/+23
2020-12-05vrf: add mac header for tunneled packets when sniffer is attachedAndrea Mayer1-6/+72
2020-12-05mt76: mt7615: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-05mt76: mt7915: fix ht mcs in mt7915_mcu_get_rx_rate()Shayne Chen1-1/+3
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski147-1486/+3484
2020-12-04dpaa_eth: fix build errorr in dpaa_fq_initAnders Roxell1-1/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski27-68/+145
2020-12-04mt76: attempt to free up more room when filling the tx queueFelix Fietkau3-0/+12
2020-12-04mt76: mt7915: stop queues when running out of tx tokensFelix Fietkau3-0/+42
2020-12-04mt76: improve tx queue stop/wakeFelix Fietkau3-21/+13
2020-12-04mt76: mt7915: fix memory leak in mt7915_mcu_get_rx_rate()Shayne Chen1-0/+2
2020-12-04mt76: mt7615: fix rdd mcu cmd endiannessLorenzo Bianconi1-23/+66
2020-12-04mt76: mt7915: fix endian issuesFelix Fietkau1-19/+68
2020-12-04mt76: mt7915: get rid of dbdc debugfs knobLorenzo Bianconi3-191/+162
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi12-104/+135
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi13-47/+55
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi4-37/+31
2020-12-04mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5gLorenzo Bianconi1-17/+16
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi11-33/+32
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi23-76/+81
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi20-115/+112
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi10-14/+14
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi6-23/+56
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi8-39/+43
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi13-28/+28
2020-12-04mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signatureLorenzo Bianconi2-12/+13
2020-12-04mt76: sdio: rely on mt76_queue in mt76s_process_tx_queue signatureLorenzo Bianconi1-8/+7
2020-12-04mt76: sdio: introduce mt76s_alloc_tx_queueLorenzo Bianconi1-13/+31
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi6-85/+58
2020-12-04mt76: mt7915: rely on eeprom definitionsLorenzo Bianconi1-2/+2
2020-12-04mt76: mt7615: refactor usb/sdio rate codeLorenzo Bianconi3-47/+28
2020-12-04mt76: mt7615: support 16 interfacesRyder Lee5-41/+95
2020-12-04mt76: mt7915: remove unused mt7915_mcu_bss_sync_tlv()Ryder Lee2-29/+4
2020-12-04mt76: mt7915: use BIT_ULL for omac_idxRyder Lee1-1/+1
2020-12-04mt76: mt7915: make mt7915_eeprom_read staticLorenzo Bianconi2-8/+2
2020-12-04mt76: mt7915: add support to set tx frequency offset in testmodeShayne Chen3-0/+27
2020-12-04mt76: mt7915: add support to set txpower in testmodeShayne Chen1-0/+100
2020-12-04mt76: mt7915: implement testmode rx supportShayne Chen5-0/+132