summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)Author
2019-05-01mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi
2019-05-01mt76: set txwi_size according to the driver valueLorenzo Bianconi
2019-05-01mt76: usb: reduce locking in mt76u_tx_taskletLorenzo Bianconi
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi
2019-05-01mt76: only schedule txqs from the tx taskletFelix Fietkau
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau
2019-05-01mt76: reduce locking in mt76_dma_tx_cleanupFelix Fietkau
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau
2019-05-01mt76: use readl/writel instead of ioread32/iowrite32Felix Fietkau
2019-05-01mt76: fix tx power issuesFelix Fietkau
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi
2019-05-01mt76usb: remove queue variable from rx_taskletStanislaw Gruszka
2019-05-01mt76usb: allocate urb and sg as linear dataStanislaw Gruszka
2019-05-01mt76usb: remove unneded sg_init_tableStanislaw Gruszka
2019-05-01mt76usb: resue mt76u_urb_alloc for txStanislaw Gruszka
2019-05-01mt76usb: remove MT_RXQ_MAIN queue from mt76u_urb_allocStanislaw Gruszka
2019-05-01mt76usb: remove mt76u_buf and use urb directlyStanislaw Gruszka
2019-05-01mt76usb: move mt76u_buf->done to queue entryStanislaw Gruszka
2019-05-01mt76usb: remove mt76u_buf redundant filedsStanislaw Gruszka
2019-05-01mt76usb: use usb_dev private dataStanislaw Gruszka
2019-05-01mt76usb: change mt76u_fill_rx_sg argumentsStanislaw Gruszka
2019-05-01mt76: remove rx_page_lockStanislaw Gruszka
2019-05-01mt76usb: change mt76u_submit_bufStanislaw Gruszka
2019-05-01mt76x02: enable AP mode for USBStanislaw Gruszka
2019-05-01mt76: unify set_timStanislaw Gruszka
2019-05-01mt76x02u: add mt76_release_buffered_framesStanislaw Gruszka
2019-05-01mt76x02: make beacon slots bigger for USBStanislaw Gruszka
2019-05-01mt76x02u: implement pre TBTT work for USBStanislaw Gruszka
2019-05-01mt76x02: disable HW encryption for group framesStanislaw Gruszka
2019-05-01mt76x02u: add sta_psStanislaw Gruszka
2019-05-01mt76x02: generalize some mmio beaconing functionsStanislaw Gruszka
2019-05-01mt76x02u: implement beacon_opsStanislaw Gruszka
2019-05-01mt76x02: introduce beacon_opsStanislaw Gruszka
2019-05-01mt76x02: add hrtimer for pre TBTT for USBStanislaw Gruszka
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka
2019-05-01mt76: usb: reduce code indentation in mt76u_alloc_txLorenzo Bianconi
2019-05-01mt7603: core: do not use magic numbers in mt7603_reg_mapLorenzo Bianconi
2019-05-01mt7603: remove mt7603_mcu_init routineLorenzo Bianconi
2019-05-01mt76: dma: add static qualifier to mt76_dma_tx_queue_skbLorenzo Bianconi
2019-05-01mt76: introduce mt76_tx_info data structureLorenzo Bianconi
2019-05-01mt76: move skb dma mapping before running tx_prepare_skbLorenzo Bianconi
2019-05-01mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi
2019-05-01mt76: move mt76x02_insert_hdr_pad in mt76-core moduleLorenzo Bianconi
2019-05-01mt76: introduce mt76_txq_id field in mt76_queue_entryLorenzo Bianconi
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi