index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rt2x00
Commit message (
Expand
)
Author
Age
Files
Lines
*
rt2x00: Release rt2x00 2.1.8
Ivo van Doorn
2008-06-26
1
-1
/
+1
*
rt2x00: Increase queue size
Ivo van Doorn
2008-06-26
1
-7
/
+10
*
rt2x00: Fix sparse warning on nested container_of()
Ivo van Doorn
2008-06-26
3
-8
/
+10
*
rt2x00: Cleanup symbol exports
Ivo van Doorn
2008-06-26
11
-137
/
+102
*
rt2x00: Replace statically allocated DMA buffers with mapped skb's.
Gertjan van Wingerde
2008-06-26
10
-176
/
+204
*
rt2x00: Centralize allocation of RX skbs.
Gertjan van Wingerde
2008-06-26
4
-66
/
+113
*
rt2x00: Convert rt2x00 to use generic DMA-mapping API
Gertjan van Wingerde
2008-06-26
8
-26
/
+25
*
rt2x00: Properly clean up beacon skbs.
Gertjan van Wingerde
2008-06-26
3
-0
/
+18
*
rt2x00: Use ieee80211 fc handlers
Ivo van Doorn
2008-06-26
3
-39
/
+7
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-16
4
-12
/
+16
|
\
|
*
rt2x00: Add D-link DWA111 support
Ivo van Doorn
2008-06-13
1
-0
/
+1
|
*
rt2x00: LEDS build failure
Randy Dunlap
2008-06-13
1
-6
/
+6
|
*
rt2x00: INPUT build failure
Randy Dunlap
2008-06-13
1
-3
/
+4
|
*
rt2x00: Restrict DMA to 32-bit addresses.
Gertjan van Wingerde
2008-06-13
1
-2
/
+1
|
*
rt2x00: Don't kill guardian_urb when it wasn't created
Ivo van Doorn
2008-06-13
1
-0
/
+6
*
|
mac80211: remove ieee80211_get_morefrag
Harvey Harrison
2008-06-14
1
-1
/
+1
*
|
rt2x00: Rework alignment check.
Gertjan van Wingerde
2008-06-14
1
-6
/
+2
*
|
rt2x00: Remove unused defines
Ivo van Doorn
2008-06-14
5
-10
/
+0
*
|
rt2x00: Clear IEEE80211_TX_CTL_USE_RTS_CTS flag for RTS frame
Ivo van Doorn
2008-06-14
1
-0
/
+1
*
|
rt2x00: Use __builtin_choose_expr() instead of ?:
Ivo van Doorn
2008-06-14
1
-9
/
+13
*
|
rt2x00: Fix double usage of skb->cb in USB RX path.
Gertjan van Wingerde
2008-06-14
3
-19
/
+9
*
|
rt2x00: Centralize RX packet alignment handling in rt2x00lib.
Gertjan van Wingerde
2008-06-14
5
-79
/
+74
*
|
rt2x00: Cleanup struct skb_frame_desc.
Gertjan van Wingerde
2008-06-14
9
-35
/
+13
*
|
rt2x00: Don't kick TX queue after each frame
Ivo van Doorn
2008-06-14
11
-37
/
+39
*
|
rt2x00: Move generic TX frame writing code into rt2x00queue
Ivo van Doorn
2008-06-14
8
-85
/
+85
*
|
rt2x00: Implement rt2x00usb_kick_tx_queue()
Ivo van Doorn
2008-06-14
5
-3
/
+67
*
|
rt2x00: Fix queue initialization
Ivo van Doorn
2008-06-14
1
-3
/
+4
*
|
rt2x00: Release rt2x00 2.1.7
Ivo van Doorn
2008-06-14
1
-1
/
+1
*
|
rt2x00: Make rt2x00_set/get_field macros
Ivo van Doorn
2008-06-14
1
-41
/
+30
*
|
rt2x00: Removed unused descriptor read in txdone
Ivo van Doorn
2008-06-14
1
-4
/
+0
*
|
rt2x00: Remove CTS/RTS check in tx()
Ivo van Doorn
2008-06-14
1
-7
/
+5
*
|
rt2x00: Move led initialization into function
Ivo van Doorn
2008-06-14
5
-101
/
+77
*
|
rt2x00: Cleanup/optimize set_state() function callback function
Ivo van Doorn
2008-06-14
6
-129
/
+140
*
|
rt2x00: Calculate register offset during compile time
Ivo van Doorn
2008-06-14
1
-14
/
+45
*
|
rt2x00dev.c: fix-up merge damage
John W. Linville
2008-06-10
1
-1
/
+1
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-10
4
-3
/
+10
|
\
\
|
|
/
|
*
rt2x00: Use atomic interface iteration in irq context
Ivo van Doorn
2008-05-28
1
-3
/
+3
|
*
rt2x00: Reset antenna RSSI after switch
Ivo van Doorn
2008-05-28
2
-0
/
+6
|
*
rt2x00: Don't count retries as failure
Ivo van Doorn
2008-05-28
1
-1
/
+1
|
*
rt2x00: Fix memleak in tx() path
Ivo van Doorn
2008-05-28
1
-0
/
+1
*
|
mac80211: use multi-queue master netdevice
Johannes Berg
2008-05-21
2
-18
/
+5
*
|
mac80211: move TX info into skb->cb
Johannes Berg
2008-05-21
14
-133
/
+125
*
|
mac80211: use rate index in TX control
Johannes Berg
2008-05-21
1
-3
/
+6
*
|
mac80211: let drivers wake but not start queues
Johannes Berg
2008-05-21
1
-2
/
+2
*
|
rt2x00: Release rt2x00 2.1.6
Ivo van Doorn
2008-05-21
1
-1
/
+1
*
|
rt2x00: Remove extra +
Ivo van Doorn
2008-05-21
1
-1
/
+1
*
|
rt2x00: Merge RX and TX entry private data
Ivo van Doorn
2008-05-21
9
-307
/
+223
*
|
rt2x00: Remove redundant flags/dev_flags initializations
Ivo van Doorn
2008-05-21
5
-10
/
+1
*
|
rt2x00: Split rt2x00lib_write_tx_desc()
Ivo van Doorn
2008-05-21
11
-163
/
+265
*
|
rt2x00: Only initialize the minimum needed fields of PCI TX descriptors.
Gertjan van Wingerde
2008-05-21
3
-27
/
+21
[next]