Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
11ca82d786bc23874d3bb838d1c4efc6d24efc27
11ca82d
mt76: mt7603: use standard signature for mt7603_mcu_msg_send
by Lorenzo Bianconi
· 6 years ago
114fe5e
mt76: mt7603: remove query from mt7603_mcu_msg_send signature
by Lorenzo Bianconi
· 6 years ago
b28e22b
mt76: mt7615: use sizeof instead of sizeof_field
by Felix Fietkau
· 6 years ago
0f66947
mt76: mt7603: fix initialization of max rx length
by Felix Fietkau
· 6 years ago
6fe5333
mt76: mt76x02: remove irqsave/restore in locking for tx status fifo
by Felix Fietkau
· 6 years ago
2ac515a
mt76: mt76x02: use napi polling for tx cleanup
by Felix Fietkau
· 6 years ago
091a79f
mt76: mt76x02: remove bogus mutex usage
by Stanislaw Gruszka
· 6 years ago
39d501d
mt76usb: fix tx/rx stop
by Stanislaw Gruszka
· 6 years ago
1fb869a
mt76: mt76x02u: remove bogus stop on suspend
by Stanislaw Gruszka
· 6 years ago
c92b526
MAINTAINERS: update entry for mt76 wireless driver
by Ryder Lee
· 6 years ago
b183878
mt76: use macro for sn and seq_ctrl conversion
by Ryder Lee
· 6 years ago
6edf074
mt76: add unlikely() for dma_mapping_error() check
by Ryder Lee
· 6 years ago
04b8e65
mt76: add mac80211 driver for MT7615 PCIe-based chipsets
by Ryder Lee
· 6 years ago
598da38
mt76: dma: add skb check for dummy pointer
by Lorenzo Bianconi
· 6 years ago
6ca66722
mt76: dma: introduce skb field in mt76_txwi_cache
by Lorenzo Bianconi
· 6 years ago
cfaae9e
mt76: add skb pointer to mt76_tx_info
by Lorenzo Bianconi
· 6 years ago
f3950a4
mt76: set txwi_size according to the driver value
by Lorenzo Bianconi
· 6 years ago
ce0fd82
mt76: usb: reduce locking in mt76u_tx_tasklet
by Lorenzo Bianconi
· 6 years ago
37426fb
mt76: move mac_work in mt76_dev
by Lorenzo Bianconi
· 6 years ago
41634aa
mt76: only schedule txqs from the tx tasklet
by Felix Fietkau
· 6 years ago
a33b8ab
mt76: move tx tasklet to struct mt76_dev
by Felix Fietkau
· 6 years ago
db9f11d
mt76: store wcid tx rate info in one u32 reduce locking
by Felix Fietkau
· 6 years ago
2fe30dc
mt76: reduce locking in mt76_dma_tx_cleanup
by Felix Fietkau
· 6 years ago
90fdc17
mt76: use mac80211 txq scheduling
by Felix Fietkau
· 6 years ago
d908d4e
mt76: use readl/writel instead of ioread32/iowrite32
by Felix Fietkau
· 6 years ago
cee646d
mt76: fix tx power issues
by Felix Fietkau
· 6 years ago
def34a2
mt76: introduce mt76_free_device routine
by Lorenzo Bianconi
· 6 years ago
e5fc742
mt76usb: remove queue variable from rx_tasklet
by Stanislaw Gruszka
· 6 years ago
85d2955
mt76usb: allocate urb and sg as linear data
by Stanislaw Gruszka
· 6 years ago
7524c63
mt76usb: remove unneded sg_init_table
by Stanislaw Gruszka
· 6 years ago
48f5a90
mt76usb: resue mt76u_urb_alloc for tx
by Stanislaw Gruszka
· 6 years ago
1bb78d3
mt76usb: remove MT_RXQ_MAIN queue from mt76u_urb_alloc
by Stanislaw Gruszka
· 6 years ago
d7d4ea9
mt76usb: remove mt76u_buf and use urb directly
by Stanislaw Gruszka
· 6 years ago
279ade9
mt76usb: move mt76u_buf->done to queue entry
by Stanislaw Gruszka
· 6 years ago
26031b3
mt76usb: remove mt76u_buf redundant fileds
by Stanislaw Gruszka
· 6 years ago
112f980
mt76usb: use usb_dev private data
by Stanislaw Gruszka
· 6 years ago
9272407
mt76usb: change mt76u_fill_rx_sg arguments
by Stanislaw Gruszka
· 6 years ago
069e2d3
mt76: remove rx_page_lock
by Stanislaw Gruszka
· 6 years ago
a5ba16e
mt76usb: change mt76u_submit_buf
by Stanislaw Gruszka
· 6 years ago
02d49a2
mt76x02: enable AP mode for USB
by Stanislaw Gruszka
· 6 years ago
87d5310
mt76: unify set_tim
by Stanislaw Gruszka
· 6 years ago
8300ee7
mt76x02u: add mt76_release_buffered_frames
by Stanislaw Gruszka
· 6 years ago
f2276c2
mt76x02: make beacon slots bigger for USB
by Stanislaw Gruszka
· 6 years ago
7e07c27
mt76x02u: implement pre TBTT work for USB
by Stanislaw Gruszka
· 6 years ago
b98558e
mt76x02: disable HW encryption for group frames
by Stanislaw Gruszka
· 6 years ago
2baed5d
mt76x02u: add sta_ps
by Stanislaw Gruszka
· 6 years ago
31cdd44
mt76x02: generalize some mmio beaconing functions
by Stanislaw Gruszka
· 6 years ago
c6ad1fe
mt76x02u: implement beacon_ops
by Stanislaw Gruszka
· 6 years ago
c004b88
mt76x02: introduce beacon_ops
by Stanislaw Gruszka
· 6 years ago
5a3f1cc
mt76x02: add hrtimer for pre TBTT for USB
by Stanislaw Gruszka
· 6 years ago
8d71aef
mt76x02: introduce mt76x02_beacon.c
by Stanislaw Gruszka
· 6 years ago
cadae47
mt76: usb: reduce code indentation in mt76u_alloc_tx
by Lorenzo Bianconi
· 6 years ago
4e04ba6
mt7603: core: do not use magic numbers in mt7603_reg_map
by Lorenzo Bianconi
· 6 years ago
047348f
mt7603: remove mt7603_mcu_init routine
by Lorenzo Bianconi
· 6 years ago
eb9ca7e
mt76: dma: add static qualifier to mt76_dma_tx_queue_skb
by Lorenzo Bianconi
· 6 years ago
b5903c4
mt76: introduce mt76_tx_info data structure
by Lorenzo Bianconi
· 6 years ago
eb071ba
mt76: move skb dma mapping before running tx_prepare_skb
by Lorenzo Bianconi
· 6 years ago
6610553
mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skb
by Lorenzo Bianconi
· 6 years ago
3bb45b5
mt76: move mt76x02_insert_hdr_pad in mt76-core module
by Lorenzo Bianconi
· 6 years ago
d290c12
mt76: introduce mt76_txq_id field in mt76_queue_entry
by Lorenzo Bianconi
· 6 years ago
af005f2
mt76: introduce mt76_sw_queue data structure
by Lorenzo Bianconi
· 6 years ago
e226ba2
mt76: remove mt76_queue dependency from tx_complete_skb function pointer
by Lorenzo Bianconi
· 6 years ago
300832a
mt76: remove mt76_queue dependency from tx_prepare_skb function pointer
by Lorenzo Bianconi
· 6 years ago
89a3784
mt76: remove mt76_queue dependency from tx_queue_skb function pointer
by Lorenzo Bianconi
· 6 years ago
b1bfbe7
mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 module
by Lorenzo Bianconi
· 6 years ago
9220f69
mt76: mmio: move mt76x02_set_irq_mask in mt76 module
by Lorenzo Bianconi
· 6 years ago
e303748
rtw88: new Realtek 802.11ac driver
by Yan-Hsuan Chuang
· 6 years ago
c745f72
Merge tag 'iwlwifi-next-for-kalle-2019-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
by Kalle Valo
· 6 years ago
a0eaead
iwlwifi: dbg_ini: check for valid region type during regions parsing
by Shahar S Matityahu
· 6 years ago
0aade8f
iwlwifi: avoid allocating memory for region with disabled domain
by Shahar S Matityahu
· 6 years ago
391481a
iwlwifi: dbg: replace dump info device family with HW type
by Shahar S Matityahu
· 6 years ago
bfd8e3d
iwlwifi: dbg_ini: add periodic trigger support
by Shahar S Matityahu
· 6 years ago
954454d
iwlwifi: dbg_ini: add lmac and umac error tables dumping support
by Shahar S Matityahu
· 6 years ago
b081e23
iwlwifi: parse command version TLV
by Johannes Berg
· 6 years ago
1da3823
iwlwifi: pcie: remove stray character in iwl_pcie_rx_alloc_page()
by Luca Coelho
· 6 years ago
11af74a
iwlwifi: mvm: Don't sleep in RX path
by Andrei Otcheretianski
· 6 years ago
fd986b0
iwlwifi: bump FW API to 48 for 22000 series
by Luca Coelho
· 6 years ago
529281b
iwlwifi: mvm: limit TLC according to our HE capabilities
by Liad Kaufman
· 6 years ago
aee1b63
iwlwifi: support fseq tlv and print fseq version
by Shahar S Matityahu
· 6 years ago
cec2d4f
iwlwifi: mvm: report FTM start time TSF when applicable
by Avraham Stern
· 6 years ago
0c546fb
iwlwifi: mvm: support v2 of the WoWLAN patterns command
by Luca Coelho
· 6 years ago
30f24ea
iwlwifi: pcie: don't crash on invalid RX interrupt
by Johannes Berg
· 6 years ago
c5bf4fa
iwlwifi: pcie: initialize debug_rfkill to -1
by Johannes Berg
· 6 years ago
14cf9bc
iwlwifi: Use correct channel_profile iniwl_get_nvm
by YueHaibing
· 6 years ago
9ef77fb
brcmfmac: send mailbox interrupt twice for specific hardware device
by Wright Feng
· 6 years ago
a0656c6
rtlwifi: rtl8192cu: remove set but not used variable 'turbo_scanoff'
by YueHaibing
· 6 years ago
0b2ff1f
mwl8k: move spin_lock_bh to spin_lock in tasklet
by Jeff Xie
· 6 years ago
0b68fe1
qtnfmac: modify debugfs to support multiple cards
by Sergey Matyukevich
· 6 years ago
888f156
qtnfmac: allow to control DFS slave radar detection
by Igor Mitsyanko
· 6 years ago
4f87d48
qtnfmac: handle channel switch events for connected stations only
by Sergey Matyukevich
· 6 years ago
147b502
wlcore: simplify/fix/optimize reg_ch_conf_pending operations
by Paolo Bonzini
· 6 years ago
324f1fe
Revert "brcmfmac: send mailbox interrupt twice for specific hardware device"
by Kalle Valo
· 6 years ago
99d94ef
brcmfmac: send mailbox interrupt twice for specific hardware device
by Wright Feng
· 6 years ago
d0e61a0
rt2x00: add RT3883 support
by Gabor Juhos
· 6 years ago
b1a0ba8
brcmfmac: Add DMI nvram filename quirk for ACEPC T8 and T11 mini PCs
by Hans de Goede
· 6 years ago
8149069
p54: drop device reference count if fails to enable device
by Pan Bian
· 6 years ago
84242b8
rtlwifi: rtl8723ae: Fix missing break in switch statement
by Gustavo A. R. Silva
· 6 years ago
3b989e5
mwifiex: fix spelling mistake "capabilties" -> "capabilities"
by Colin Ian King
· 6 years ago
b9574ce
iwlegacy: fix spelling mistake "acumulative" -> "accumulative"
by Colin Ian King
· 6 years ago
938c7c8
mwifiex: add support for SD8987 chipset
by Tamás Szűcs
· 6 years ago
Next »