index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ralink
/
rt2x00
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-01
rt2800: flush and txstatus rework for rt2800mmio
Stanislaw Gruszka
4
-38
/
+97
2018-10-01
rt2x00: use different txstatus timeouts when flushing
Stanislaw Gruszka
3
-10
/
+26
2018-10-01
rt2x00: do not check for txstatus timeout every time on tasklet
Stanislaw Gruszka
4
-1
/
+12
2018-10-01
rt2800mmio: use txdone/txstatus routines from lib
Stanislaw Gruszka
2
-172
/
+9
2018-10-01
rt2800: move usb specific txdone/txstatus routines to rt2800lib
Stanislaw Gruszka
3
-139
/
+145
2018-08-31
rt2x00: use simple_read_from_buffer()
Dan Carpenter
1
-15
/
+3
2018-08-16
Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+0
2018-08-15
PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entry
Andy Shevchenko
1
-6
/
+0
2018-07-31
rt2x00: remove redundant functions rt2x00mac_sta_{add/remove}
YueHaibing
1
-18
/
+0
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+3
2018-05-29
Revert "rt2800: use TXOP_BACKOFF for probe frames"
Stanislaw Gruszka
1
-4
/
+3
2018-05-04
rt2x00: check against flushing empty queue
Stanislaw Gruszka
3
-2
/
+4
2018-05-04
rt2x00: call sta_add/remove directly in rt2800
Stanislaw Gruszka
6
-22
/
+16
2018-04-30
rt2x00: fix spelling mistake in various macros, UKNOWN -> UNKNOWN
Colin Ian King
1
-8
/
+8
2018-04-25
rt2x00: rt2800: add antenna diversity for RT5370G
Xose Vazquez Perez
2
-3
/
+7
2018-03-27
wireless: Use octal not symbolic permissions
Joe Perches
7
-37
/
+39
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
3
-22
/
+24
2018-01-08
rt2x00: Fix a typo in printk
Masanari Iida
1
-1
/
+1
2018-01-08
rt2x00: do not pause queue unconditionally on error path
Stanislaw Gruszka
1
-8
/
+14
2018-01-08
rt2x00: pause almost full queue early
Stanislaw Gruszka
2
-10
/
+8
2018-01-08
rt2x00: Delete an error message for a failed memory allocation in rt2x00queue...
Markus Elfring
1
-3
/
+1
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-11-10
rt2x00: use monotonic timestamps for frame dump
Arnd Bergmann
2
-4
/
+5
2017-11-10
rt2x00usb: mark device removed when get ENOENT usb error
Stanislaw Gruszka
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-30
rt2800: fix TX_PIN_CFG setting for non MT7620 chips
Stanislaw Gruszka
1
-1
/
+4
2017-08-10
rt73usb: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-10
rt2800usb: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-10
rt2500usb: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-08
rt2x00: Fix MMIC Countermeasures
Michael Skeffington
2
-5
/
+23
2017-07-13
rt2x00: make const array glrt_table static
Colin Ian King
1
-1
/
+1
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-3
/
+2
2017-05-24
rt2x00: Add device ID for Epson WN7512BEP
Tom Gaudasinski
1
-0
/
+2
2017-05-24
rt2x00: convert rt2x00_desc_read return type
Arnd Bergmann
9
-87
/
+83
2017-05-24
rt2x00: convert rt2800_eeprom_read return type
Arnd Bergmann
1
-97
/
+97
2017-05-24
rt2x00: convert rt2x00_eeprom_read return type
Arnd Bergmann
7
-68
/
+62
2017-05-24
rt2x00: convert rt2*_bbp_read return type
Arnd Bergmann
6
-160
/
+119
2017-05-24
rt2x00: convert rt2800_register_read return type
Arnd Bergmann
2
-162
/
+151
2017-05-24
rt2x00: convert rt2x00usb_register_read return type
Arnd Bergmann
5
-148
/
+118
2017-05-24
rt2x00: convert rt2x00mmio_register_read return type
Arnd Bergmann
8
-259
/
+252
2017-05-24
rt2x00: convert rt2x00_rf_read return type
Arnd Bergmann
7
-25
/
+18
2017-05-24
rt2x00: convert rt2800_rfcsr_read return type
Arnd Bergmann
1
-164
/
+158
2017-05-24
rt2x00: change function pointers for register accessors
Arnd Bergmann
15
-44
/
+157
2017-04-28
mac80211: separate encoding/bandwidth from flags
Johannes Berg
3
-2
/
+6
2017-04-28
mac80211: clean up rate encoding bits in RX status
Johannes Berg
3
-3
/
+5
2017-04-24
Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...
David S. Miller
2
-29
/
+47
2017-04-20
Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...
David S. Miller
1
-0
/
+3
[next]