summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | i40e: VF's promiscuous attribute is not keptGrzegorz Siwik2019-05-051-0/+23
| | |/ /
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-05-054-25/+53
| |\ \ \
| | * | | Bluetooth: hci_qca: Rename STATE_<flags> to QCA_<flags>Matthias Kaehlcke2019-05-051-7/+8
| | * | | Bluetooth: btbcm: Add default address for BCM2076B1Stephan Gerhold2019-05-051-0/+5
| | * | | Bluetooth: hci_qca: Added support for WCN3998Harish Bandi2019-05-033-18/+40
| * | | | r8169: speed up rtl_loop_waitHeiner Kallweit2019-05-051-1/+1
| * | | | r8169: make use of phy_set_asym_pauseHeiner Kallweit2019-05-051-2/+1
| * | | | net: ll_temac: Make some functions staticYueHaibing2019-05-051-8/+8
| * | | | net: aquantia: Make aq_ndev_driver_name staticYueHaibing2019-05-051-1/+1
| * | | | netdevsim: Make nsim_num_vf staticYueHaibing2019-05-051-1/+1
| * | | | net: mvpp2: cls: Remove set but not used variable 'act'YueHaibing2019-05-051-3/+0
| * | | | net: ll_temac: remove an unnecessary conditionDan Carpenter2019-05-051-1/+1
| * | | | net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open()Dan Carpenter2019-05-051-2/+2
| * | | | Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller2019-05-05201-1636/+56481
| |\ \ \ \
| | * | | | rtw88: add license for MakefileYan-Hsuan Chuang2019-05-031-0/+2
| | * | | | rtw88: Make RA_MASK macros ULLNathan Chancellor2019-05-021-6/+6
| | * | | | rtw88: phy: mark expected switch fall-throughsGustavo A. R. Silva2019-05-021-0/+3
| | * | | | rtw88: fix shift of more than 32 bits of a integerColin Ian King2019-05-021-3/+3
| | * | | | Merge tag 'mt76-for-kvalo-2019-05-01' of https://github.com/nbd168/wirelessKalle Valo2019-05-0156-1100/+6281
| | |\ \ \ \
| | | * | | | mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eepromLorenzo Bianconi2019-05-011-10/+20
| | | * | | | mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi2019-05-013-5/+6
| | | * | | | mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi2019-05-012-2/+9
| | | * | | | mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi2019-05-0112-22/+20
| | | * | | | mt76: add TX/RX antenna pattern capabilitiesRyder Lee2019-05-011-0/+2
| | | * | | | mt76: move beacon_mask in mt76_devLorenzo Bianconi2019-05-018-26/+26
| | | * | | | mt76: move beacon_int in mt76_devLorenzo Bianconi2019-05-019-9/+9
| | | * | | | mt76: usb: use EP max packet aligned buffer sizes for rxStanislaw Gruszka2019-05-011-5/+6
| | | * | | | mt76: mt7603: report firmware version using ethtoolLorenzo Bianconi2019-05-011-0/+3
| | | * | | | mt76: fix endianness sparse warningsRyder Lee2019-05-012-7/+7
| | | * | | | mt76: mt76x02: mt76x02_poll_tx() can be statickbuild test robot2019-05-011-1/+1
| | | * | | | mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmwareLorenzo Bianconi2019-05-011-10/+5
| | | * | | | mt76: mt7603: init mcu_restart function pointerLorenzo Bianconi2019-05-011-3/+4
| | | * | | | mt76: introduce mt76_mcu_restart macroLorenzo Bianconi2019-05-012-1/+3
| | | * | | | mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi2019-05-014-11/+22
| | | * | | | mt76: mt7603: use standard signature for mt7603_mcu_msg_sendLorenzo Bianconi2019-05-011-34/+27
| | | * | | | mt76: mt7603: remove query from mt7603_mcu_msg_send signatureLorenzo Bianconi2019-05-011-22/+14
| | | * | | | mt76: mt7615: use sizeof instead of sizeof_fieldFelix Fietkau2019-05-011-2/+1
| | | * | | | mt76: mt7603: fix initialization of max rx lengthFelix Fietkau2019-05-012-1/+6
| | | * | | | mt76: mt76x02: remove irqsave/restore in locking for tx status fifoFelix Fietkau2019-05-013-3/+6
| | | * | | | mt76: mt76x02: use napi polling for tx cleanupFelix Fietkau2019-05-012-14/+37
| | | * | | | mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka2019-05-014-41/+10
| | | * | | | mt76usb: fix tx/rx stopStanislaw Gruszka2019-05-017-42/+66
| | | * | | | mt76: mt76x02u: remove bogus stop on suspendStanislaw Gruszka2019-05-012-2/+0
| | | * | | | mt76: use macro for sn and seq_ctrl conversionRyder Lee2019-05-014-4/+4
| | | * | | | mt76: add unlikely() for dma_mapping_error() checkRyder Lee2019-05-011-4/+4
| | | * | | | mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee2019-05-0117-0/+4863
| | | * | | | mt76: dma: add skb check for dummy pointerLorenzo Bianconi2019-05-012-4/+7
| | | * | | | mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi2019-05-013-1/+8
| | | * | | | mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2019-05-019-39/+43
| | | * | | | mt76: set txwi_size according to the driver valueLorenzo Bianconi2019-05-015-13/+22