index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt76x0
/
tx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mt76: move mt76x02_tx in mt76x02-lib module
Lorenzo Bianconi
2018-10-05
1
-47
/
+0
*
mt76: unify rxwi parsing between mt76x2 and mt76x0 drivers
Lorenzo Bianconi
2018-10-05
1
-16
/
+0
*
mt76x0: merge mt76x0_dev in mt76x02_dev
Lorenzo Bianconi
2018-10-05
1
-2
/
+2
*
mt76x0: mac: use sta ewma estimation for rssi tracking
Lorenzo Bianconi
2018-10-05
1
-1
/
+1
*
mt76: usb: use mt76x02u_tx_prepare_skb to fill txwi
Lorenzo Bianconi
2018-10-05
1
-38
/
+0
*
mt76x0: usb: move mt76x0u_tx_prepare_skb in usb.c
Lorenzo Bianconi
2018-10-01
1
-19
/
+4
*
mt76x0: add ieee80211_ops ops pointer to mt76x0_alloc_device signature
Lorenzo Bianconi
2018-10-01
1
-0
/
+1
*
mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.c
Lorenzo Bianconi
2018-09-19
1
-1
/
+2
*
mt76x0: make device allocation bus neutral
Stanislaw Gruszka
2018-09-19
1
-1
/
+2
*
mt76x0: remove unused mt76x0_tx_status routine
Lorenzo Bianconi
2018-09-19
1
-15
/
+0
*
mt76x0: remove unused stat work_queue
Lorenzo Bianconi
2018-09-19
1
-30
/
+0
*
mt76x0: unify tx/rx datapath with mt76x2u driver
Lorenzo Bianconi
2018-09-19
1
-33
/
+13
*
mt76x0: add mt76x0_queue_rx_skb routine
Lorenzo Bianconi
2018-09-19
1
-0
/
+15
*
mt76x0: introduce mt76x0_tx_prepare_skb routine
Lorenzo Bianconi
2018-09-19
1
-0
/
+15
*
mt76: move mt76x2u_remove_dma_hdr in mt76x02-lib module
Lorenzo Bianconi
2018-09-19
1
-13
/
+1
*
mt76: partially unify filling txwi fields
Stanislaw Gruszka
2018-09-19
1
-41
/
+3
*
mt76: unify {insert/remove}_hdr_pad
Stanislaw Gruszka
2018-09-19
1
-2
/
+3
*
mt76x0: reserve enough space in mac80211
Stanislaw Gruszka
2018-09-19
1
-16
/
+1
*
mt76: unify send_tx_status and related helpers
Stanislaw Gruszka
2018-09-19
1
-1
/
+1
*
mt76: unify load_tx_status
Stanislaw Gruszka
2018-09-19
1
-2
/
+1
*
mt76: unify txwi and rxwi structures
Stanislaw Gruszka
2018-09-19
1
-9
/
+9
*
mt76: unify sta_rate_tbl_update and related helpers
Stanislaw Gruszka
2018-09-19
1
-1
/
+1
*
mt76: unify conf_tx
Stanislaw Gruszka
2018-09-19
1
-57
/
+0
*
mt76: unify AC to hw queue mapping
Stanislaw Gruszka
2018-09-19
1
-2
/
+2
*
mt76: move wcid fields to common mt76_dev struct
Stanislaw Gruszka
2018-09-19
1
-1
/
+1
*
mt76x0: use mt76x02_sta and mt76x02_tx_status
Stanislaw Gruszka
2018-09-04
1
-3
/
+3
*
mt76: unify mt76x02_vif struct
Stanislaw Gruszka
2018-09-04
1
-1
/
+1
*
mt76: Fix comparisons with invalid hardware key index
Geert Uytterhoeven
2018-08-31
1
-1
/
+1
*
mt76x0: rename trace symbols
Stanislaw Gruszka
2018-08-04
1
-2
/
+2
*
mt76x0: rename mt76_* functions
Stanislaw Gruszka
2018-08-04
1
-4
/
+4
*
mt76x0: dma and tx files
Stanislaw Gruszka
2018-08-02
1
-0
/
+270