index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rt2x00
/
rt2x00usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rt2x00: rt2800usb: rework txstatus code
Stanislaw Gruszka
2012-03-15
1
-19
/
+2
*
rt2x00usb: Zero USB padding before sending URB
Jakub KiciĆski
2012-01-04
1
-3
/
+13
*
rt2x00: do not drop usb dev reference counter on suspend
Stanislaw Gruszka
2011-08-22
1
-13
/
+1
*
rt2x00: fix order of entry flags modification
Stanislaw Gruszka
2011-08-11
1
-10
/
+7
*
rt2x00: reset usb devices at probe
Stanislaw Gruszka
2011-06-22
1
-0
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-05-17
1
-3
/
+3
|
\
|
*
rt2x00: Fix transfer speed regression for USB hardware
Ivo van Doorn
2011-05-05
1
-3
/
+3
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-05-05
1
-4
/
+7
|
\
|
|
*
rt2x00: Optimize TX_STA_FIFO register reading
Ivo van Doorn
2011-05-02
1
-4
/
+7
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-04-25
1
-21
/
+105
|
\
|
|
*
rt2x00: Allow dynamic addition of PCI/USB IDs.
Gertjan van Wingerde
2011-04-19
1
-2
/
+1
|
*
rt2x00: Decrease association time for USB devices
Ivo van Doorn
2011-04-19
1
-4
/
+5
|
*
rt2800usb: add timer to handle TX_STA_FIFO
Johannes Stezenbach
2011-04-19
1
-1
/
+4
|
*
rt2x00: fix queue timeout checks
Johannes Stezenbach
2011-04-19
1
-2
/
+18
|
*
rt2800usb: read TX_STA_FIFO asynchronously
Johannes Stezenbach
2011-04-19
1
-0
/
+53
|
*
rt2x00: Make rt2x00_queue_entry_for_each more flexible
Helmut Schaa
2011-04-19
1
-10
/
+22
|
*
rt2x00: Split rt2x00dev->flags
Ivo van Doorn
2011-04-19
1
-3
/
+3
*
|
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
|
/
*
rt2x00: Move TX/RX work into dedicated workqueue
Ivo van Doorn
2011-01-31
1
-4
/
+4
*
rt2x00: Fix WMM Queue naming
Ivo van Doorn
2010-12-13
1
-4
/
+4
*
rt2x00: Introduce extra queue entry sanity flag
Ivo van Doorn
2010-12-13
1
-4
/
+8
*
rt2x00: Cleanup RX index counting
Ivo van Doorn
2010-12-13
1
-0
/
+2
*
rt2x00: Add "flush" queue command
Ivo van Doorn
2010-12-13
1
-23
/
+47
*
rt2x00: Protect queue control with mutex
Ivo van Doorn
2010-12-13
1
-98
/
+92
*
rt2x00: Reorganize queue callback functions
Ivo van Doorn
2010-12-13
1
-9
/
+15
*
rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).
Ivo van Doorn
2010-12-13
1
-6
/
+6
*
rt2x00: trivial: add missing \n on warnings
Johannes Stezenbach
2010-12-13
1
-2
/
+2
*
rt2x00: fix hang when unplugging USB device in use
Johannes Stezenbach
2010-12-13
1
-2
/
+12
*
rt2x00: Fix crash on USB unplug
Ivo van Doorn
2010-11-15
1
-6
/
+2
*
rt2x00: Remove failsave from rt2x00usb_watchdog_tx_dma
Ivo van Doorn
2010-11-15
1
-15
/
+0
*
rt2x00: Rename rt2x00queue_timeout
Ivo van Doorn
2010-11-15
1
-1
/
+1
*
rt2x00: Fix URB error handling
Ivo van Doorn
2010-10-11
1
-10
/
+8
*
rt2x00: Don't perform watchdog checks on empty queue
Ivo van Doorn
2010-10-11
1
-4
/
+6
*
rt2x00: Make queue_entry flags access atomic
Ivo van Doorn
2010-10-11
1
-4
/
+4
*
rt2x00: Simplify Queue function arguments
Ivo van Doorn
2010-10-11
1
-9
/
+9
*
rt2x00: Cleanup rt2x00usb_watchdog_reset_tx
Ivo van Doorn
2010-08-31
1
-26
/
+40
*
rt2x00: Split watchdog check into a DMA and STATUS timeout
Ivo van Doorn
2010-08-31
1
-3
/
+24
*
rt2x00: Move direct access to queue->entries to rt2x00queue.c
Ivo van Doorn
2010-08-25
1
-55
/
+20
*
rt2x00: Reduce indenting
Ivo van Doorn
2010-08-25
1
-13
/
+14
*
rt2x00: Simplify arguments to rt2x00 driver callback functions
Ivo van Doorn
2010-08-25
1
-9
/
+5
*
rt2x00: Add helper function for reporting tx status
Ivo van Doorn
2010-08-16
1
-8
/
+2
*
rt2x00: Move USB tx/rx done handling to workqueue
Ivo van Doorn
2010-08-16
1
-34
/
+99
*
rt2x00: Implement watchdog monitoring
Ivo van Doorn
2010-07-12
1
-0
/
+50
*
rt2x00: Move common txdone handling to rt2x00lib_txdone.
Gertjan van Wingerde
2010-06-30
1
-11
/
+0
*
rt2x00: Merge PCI and USB versions of write_tx_data into single function.
Gertjan van Wingerde
2010-06-30
1
-21
/
+0
*
rt2x00: Move filling of TX URB to rt2x00usb_kick_tx_entry function.
Gertjan van Wingerde
2010-06-30
1
-16
/
+17
*
rt2x00: Fix frame dumping for USB devices.
Gertjan van Wingerde
2010-06-30
1
-0
/
+6
*
rt2x00: Clean up USB vendor request buffer functions.
Gertjan van Wingerde
2010-06-03
1
-21
/
+1
*
rt2x00: Properly reserve room for descriptors in skbs.
Gertjan van Wingerde
2010-06-03
1
-6
/
+5
*
rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.
Gertjan van Wingerde
2010-06-03
1
-0
/
+6
[next]