index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mt76x0: remove unused mt76x0_wcid
Stanislaw Gruszka
2018-09-19
1
-9
/
+0
*
mt76x0: inital split between pci and usb
Stanislaw Gruszka
2018-09-19
9
-18
/
+121
*
mt76x0: use mt76_register_device for device registration
Lorenzo Bianconi
2018-09-19
3
-162
/
+39
*
mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_params
Lorenzo Bianconi
2018-09-19
3
-10
/
+8
*
mt76x0: do not free/alloc buffers during suspend/resume
Lorenzo Bianconi
2018-09-19
3
-19
/
+37
*
mt76x0: move mt76x0_init_hardware in mt76x0_register_device
Lorenzo Bianconi
2018-09-19
2
-37
/
+26
*
mt76x0: move stop related routines in mt76x0_mac_stop
Lorenzo Bianconi
2018-09-19
2
-4
/
+3
*
mt76x0: fix memory leak during hw probe
Lorenzo Bianconi
2018-09-19
1
-3
/
+1
*
mt76x0: alloc mcu buffers first in mt76x0_mcu_cmd_init
Lorenzo Bianconi
2018-09-19
1
-2
/
+4
*
mt76: move mt76 rate definitions in mt76x02-lib module
Lorenzo Bianconi
2018-09-19
7
-65
/
+38
*
mt76x0: remove mt76x0_stop_hardware routine
Lorenzo Bianconi
2018-09-19
1
-6
/
+1
*
mt76: remove unused MT76_MORE_STATS state
Lorenzo Bianconi
2018-09-19
1
-1
/
+0
*
mt76x0: trim rx skb to proper length
Stanislaw Gruszka
2018-09-19
1
-0
/
+1
*
mt76x0: init hw capabilities
Lorenzo Bianconi
2018-09-19
1
-0
/
+7
*
mt76x0: enable per-sta tx queueing
Lorenzo Bianconi
2018-09-19
2
-0
/
+4
*
mt76x0: remove unused stat_work
Lorenzo Bianconi
2018-09-19
2
-4
/
+0
*
mt76x0: remove unused endpoint definitions
Lorenzo Bianconi
2018-09-19
2
-7
/
+0
*
mt76x0: remove unused mt76x0_tx_status routine
Lorenzo Bianconi
2018-09-19
2
-16
/
+0
*
mt76x0: remove unused {tx/rx}_queue definitions
Lorenzo Bianconi
2018-09-19
2
-52
/
+0
*
mt76x0: remove unused stat work_queue
Lorenzo Bianconi
2018-09-19
4
-41
/
+0
*
mt76x0: remove unused dma.c source file
Lorenzo Bianconi
2018-09-19
4
-539
/
+1
*
mt76x0: set max fragments size
Lorenzo Bianconi
2018-09-19
1
-0
/
+6
*
mt76x0: stop stat workqueue at hw stop
Lorenzo Bianconi
2018-09-19
1
-0
/
+1
*
mt76x0: unify tx/rx datapath with mt76x2u driver
Lorenzo Bianconi
2018-09-19
3
-38
/
+25
*
mt76x0: use mt76_alloc_device for device allocation
Lorenzo Bianconi
2018-09-19
1
-10
/
+8
*
mt76x0: init mt76_driver_ops callbacks
Lorenzo Bianconi
2018-09-19
1
-1
/
+8
*
mt76x0: add mt76x0_queue_rx_skb routine
Lorenzo Bianconi
2018-09-19
2
-0
/
+18
*
mt76x0: simplify mt76_mac_process_rx signature
Lorenzo Bianconi
2018-09-19
3
-4
/
+4
*
mt76x0: mark device as running in mt76x0_start
Lorenzo Bianconi
2018-09-19
1
-0
/
+5
*
mt76x0: disable usb rx bulk aggregation
Lorenzo Bianconi
2018-09-19
1
-6
/
+6
*
mt76: move mt76x2u_tx_status_data in mt76x02-lib module
Lorenzo Bianconi
2018-09-19
5
-15
/
+15
*
mt76x0: introduce mt76x0_tx_prepare_skb routine
Lorenzo Bianconi
2018-09-19
2
-1
/
+19
*
mt76: move mt76x2u_set_txinfo in mt76x02-lib module
Lorenzo Bianconi
2018-09-19
3
-23
/
+23
*
mt76: move mt76_qsel definition in dma.h
Lorenzo Bianconi
2018-09-19
7
-34
/
+12
*
mt76: move mt76x2u_tx_complete_skb in mt76x02-lib moudule
Lorenzo Bianconi
2018-09-19
5
-11
/
+12
*
mt76: move mt76x2u_remove_dma_hdr in mt76x02-lib module
Lorenzo Bianconi
2018-09-19
4
-26
/
+15
*
mt76: move mt76x2_tx_complete routine in mt76x02-lib module
Lorenzo Bianconi
2018-09-19
6
-19
/
+19
*
mt76x2: change mt76x2_tx_complete routine signature
Lorenzo Bianconi
2018-09-19
4
-8
/
+6
*
mt76: partially unify filling txwi fields
Stanislaw Gruszka
2018-09-19
4
-76
/
+48
*
mt76: unify {insert/remove}_hdr_pad
Stanislaw Gruszka
2018-09-19
11
-81
/
+41
*
mt76x0: reserve enough space in mac80211
Stanislaw Gruszka
2018-09-19
2
-16
/
+2
*
mt76: unify mac_process_rate
Stanislaw Gruszka
2018-09-19
4
-136
/
+72
*
mt76: use mt76_rx_status in mt76x0
Stanislaw Gruszka
2018-09-19
4
-3
/
+8
*
mt76: unify send_tx_status and related helpers
Stanislaw Gruszka
2018-09-19
9
-308
/
+157
*
mt76: unify load_tx_status
Stanislaw Gruszka
2018-09-19
8
-52
/
+30
*
mt76: unify txwi and rxwi structures
Stanislaw Gruszka
2018-09-19
15
-164
/
+94
*
mt76: unify sta_rate_tbl_update and related helpers
Stanislaw Gruszka
2018-09-19
18
-288
/
+155
*
mt76: unify add_interface
Stanislaw Gruszka
2018-09-19
4
-42
/
+34
*
mt76: unify remove_interface
Stanislaw Gruszka
2018-09-19
6
-20
/
+14
*
mt76x0: remove vif_mask
Stanislaw Gruszka
2018-09-19
2
-12
/
+1
[next]