platform/kernel/linux-rpi.git
2019-05-01 Kalle ValoMerge tag 'mt76-for-kvalo-2019-05-01' of https://github...
2019-05-01 Rafał Miłeckibrcmfmac: print firmware messages after a firmware...
2019-05-01 Wright Fengbrcmfmac: set txflow request id from 1 to pktids array...
2019-05-01 Dan Carpenterbrcm80211: potential NULL dereference in brcmf_cfg80211...
2019-05-01 Lorenzo Bianconimt76: mt7603: dynamically alloc mcu req in mt7603_mcu_s...
2019-05-01 Lorenzo Bianconimt76: do not enable/disable pre_tbtt_tasklet in scan_st...
2019-05-01 Lorenzo Bianconimt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603...
2019-05-01 Lorenzo Bianconimt76: move pre_tbtt_tasklet in mt76_dev
2019-05-01 Ryder Leemt76: add TX/RX antenna pattern capabilities
2019-05-01 Lorenzo Bianconimt76: move beacon_mask in mt76_dev
2019-05-01 Lorenzo Bianconimt76: move beacon_int in mt76_dev
2019-05-01 Stanislaw Gruszkamt76: usb: use EP max packet aligned buffer sizes for rx
2019-05-01 Lorenzo Bianconimt76: mt7603: report firmware version using ethtool
2019-05-01 Ryder Leemt76: fix endianness sparse warnings
2019-05-01 kbuild test... mt76: mt76x02: mt76x02_poll_tx() can be static
2019-05-01 Lorenzo Bianconimt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_sen...
2019-05-01 Lorenzo Bianconimt76: mt7603: init mcu_restart function pointer
2019-05-01 Lorenzo Bianconimt76: introduce mt76_mcu_restart macro
2019-05-01 Lorenzo Bianconimt76: mt7603: initialize mt76_mcu_ops data structure
2019-05-01 Lorenzo Bianconimt76: mt7603: use standard signature for mt7603_mcu_msg...
2019-05-01 Lorenzo Bianconimt76: mt7603: remove query from mt7603_mcu_msg_send...
2019-05-01 Felix Fietkaumt76: mt7615: use sizeof instead of sizeof_field
2019-05-01 Felix Fietkaumt76: mt7603: fix initialization of max rx length
2019-05-01 Felix Fietkaumt76: mt76x02: remove irqsave/restore in locking for...
2019-05-01 Felix Fietkaumt76: mt76x02: use napi polling for tx cleanup
2019-05-01 Stanislaw Gruszkamt76: mt76x02: remove bogus mutex usage
2019-05-01 Stanislaw Gruszkamt76usb: fix tx/rx stop
2019-05-01 Stanislaw Gruszkamt76: mt76x02u: remove bogus stop on suspend
2019-05-01 Ryder LeeMAINTAINERS: update entry for mt76 wireless driver
2019-05-01 Ryder Leemt76: use macro for sn and seq_ctrl conversion
2019-05-01 Ryder Leemt76: add unlikely() for dma_mapping_error() check
2019-05-01 Ryder Leemt76: add mac80211 driver for MT7615 PCIe-based chipsets
2019-05-01 Lorenzo Bianconimt76: dma: add skb check for dummy pointer
2019-05-01 Lorenzo Bianconimt76: dma: introduce skb field in mt76_txwi_cache
2019-05-01 Lorenzo Bianconimt76: add skb pointer to mt76_tx_info
2019-05-01 Lorenzo Bianconimt76: set txwi_size according to the driver value
2019-05-01 Lorenzo Bianconimt76: usb: reduce locking in mt76u_tx_tasklet
2019-05-01 Lorenzo Bianconimt76: move mac_work in mt76_dev
2019-05-01 Felix Fietkaumt76: only schedule txqs from the tx tasklet
2019-05-01 Felix Fietkaumt76: move tx tasklet to struct mt76_dev
2019-05-01 Felix Fietkaumt76: store wcid tx rate info in one u32 reduce locking
2019-05-01 Felix Fietkaumt76: reduce locking in mt76_dma_tx_cleanup
2019-05-01 Felix Fietkaumt76: use mac80211 txq scheduling
2019-05-01 Felix Fietkaumt76: use readl/writel instead of ioread32/iowrite32
2019-05-01 Felix Fietkaumt76: fix tx power issues
2019-05-01 Lorenzo Bianconimt76: introduce mt76_free_device routine
2019-05-01 Stanislaw Gruszkamt76usb: remove queue variable from rx_tasklet
2019-05-01 Stanislaw Gruszkamt76usb: allocate urb and sg as linear data
2019-05-01 Stanislaw Gruszkamt76usb: remove unneded sg_init_table
2019-05-01 Stanislaw Gruszkamt76usb: resue mt76u_urb_alloc for tx
2019-05-01 Stanislaw Gruszkamt76usb: remove MT_RXQ_MAIN queue from mt76u_urb_alloc
2019-05-01 Stanislaw Gruszkamt76usb: remove mt76u_buf and use urb directly
2019-05-01 Stanislaw Gruszkamt76usb: move mt76u_buf->done to queue entry
2019-05-01 Stanislaw Gruszkamt76usb: remove mt76u_buf redundant fileds
2019-05-01 Stanislaw Gruszkamt76usb: use usb_dev private data
2019-05-01 Stanislaw Gruszkamt76usb: change mt76u_fill_rx_sg arguments
2019-05-01 Stanislaw Gruszkamt76: remove rx_page_lock
2019-05-01 Stanislaw Gruszkamt76usb: change mt76u_submit_buf
2019-05-01 Stanislaw Gruszkamt76x02: enable AP mode for USB
2019-05-01 Stanislaw Gruszkamt76: unify set_tim
2019-05-01 Stanislaw Gruszkamt76x02u: add mt76_release_buffered_frames
2019-05-01 Stanislaw Gruszkamt76x02: make beacon slots bigger for USB
2019-05-01 Stanislaw Gruszkamt76x02u: implement pre TBTT work for USB
2019-05-01 Stanislaw Gruszkamt76x02: disable HW encryption for group frames
2019-05-01 Stanislaw Gruszkamt76x02u: add sta_ps
2019-05-01 Stanislaw Gruszkamt76x02: generalize some mmio beaconing functions
2019-05-01 Stanislaw Gruszkamt76x02u: implement beacon_ops
2019-05-01 Stanislaw Gruszkamt76x02: introduce beacon_ops
2019-05-01 Stanislaw Gruszkamt76x02: add hrtimer for pre TBTT for USB
2019-05-01 Stanislaw Gruszkamt76x02: introduce mt76x02_beacon.c
2019-05-01 Lorenzo Bianconimt76: usb: reduce code indentation in mt76u_alloc_tx
2019-05-01 Lorenzo Bianconimt7603: core: do not use magic numbers in mt7603_reg_map
2019-05-01 Lorenzo Bianconimt7603: remove mt7603_mcu_init routine
2019-05-01 Lorenzo Bianconimt76: dma: add static qualifier to mt76_dma_tx_queue_skb
2019-05-01 Lorenzo Bianconimt76: introduce mt76_tx_info data structure
2019-05-01 Lorenzo Bianconimt76: move skb dma mapping before running tx_prepare_skb
2019-05-01 Lorenzo Bianconimt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_que...
2019-05-01 Lorenzo Bianconimt76: move mt76x02_insert_hdr_pad in mt76-core module
2019-05-01 Lorenzo Bianconimt76: introduce mt76_txq_id field in mt76_queue_entry
2019-05-01 Lorenzo Bianconimt76: introduce mt76_sw_queue data structure
2019-05-01 Lorenzo Bianconimt76: remove mt76_queue dependency from tx_complete_skb...
2019-05-01 Lorenzo Bianconimt76: remove mt76_queue dependency from tx_prepare_skb...
2019-05-01 Lorenzo Bianconimt76: remove mt76_queue dependency from tx_queue_skb...
2019-05-01 Lorenzo Bianconimt76: dma: move mt76x02_init_{tx,rx}_queue in mt76...
2019-05-01 Lorenzo Bianconimt76: mmio: move mt76x02_set_irq_mask in mt76 module
2019-04-30 Yan-Hsuan Chuangrtw88: new Realtek 802.11ac driver
2019-04-29 Kalle ValoMerge tag 'iwlwifi-next-for-kalle-2019-04-29' of git...
2019-04-29 Shahar S Matityahuiwlwifi: dbg_ini: check for valid region type during...
2019-04-29 Shahar S Matityahuiwlwifi: avoid allocating memory for region with disabl...
2019-04-29 Shahar S Matityahuiwlwifi: dbg: replace dump info device family with...
2019-04-29 Shahar S Matityahuiwlwifi: dbg_ini: add periodic trigger support
2019-04-29 Shahar S Matityahuiwlwifi: dbg_ini: add lmac and umac error tables dumpin...
2019-04-29 Johannes Bergiwlwifi: parse command version TLV
2019-04-29 Luca Coelhoiwlwifi: pcie: remove stray character in iwl_pcie_rx_al...
2019-04-29 Andrei Otcheretianskiiwlwifi: mvm: Don't sleep in RX path
2019-04-29 Luca Coelhoiwlwifi: bump FW API to 48 for 22000 series
2019-04-29 Liad Kaufmaniwlwifi: mvm: limit TLC according to our HE capabilities
2019-04-29 Shahar S Matityahuiwlwifi: support fseq tlv and print fseq version
2019-04-29 Avraham Sterniwlwifi: mvm: report FTM start time TSF when applicable
2019-04-29 Luca Coelhoiwlwifi: mvm: support v2 of the WoWLAN patterns command
next