index
:
amd/drm-amd
amdgpu-upstream-wip
amdgpu-upstream-wip2
amdgpu-upstream-wip3
amdgpu-upstream-wip4
amdgpu-upstream-wip5
amdgpu-upstream-wip6
amdgpu-upstream-wip7
kfd-eviction-wip
master
Kernel display support for AMD GPUs
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rt2x00
/
rt2x00usb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-27
rt2x00: kill URB for all TX queues during disable_radio()
Ivo van Doorn
1
-3
/
+6
2008-06-26
rt2x00: Fix sparse warning on nested container_of()
Ivo van Doorn
1
-6
/
+3
2008-06-26
rt2x00: Cleanup symbol exports
Ivo van Doorn
1
-35
/
+7
2008-06-26
rt2x00: Replace statically allocated DMA buffers with mapped skb's.
Gertjan van Wingerde
1
-23
/
+4
2008-06-26
rt2x00: Centralize allocation of RX skbs.
Gertjan van Wingerde
1
-19
/
+2
2008-06-26
rt2x00: Convert rt2x00 to use generic DMA-mapping API
Gertjan van Wingerde
1
-4
/
+7
2008-06-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+4
2008-06-14
rt2x00: Fix double usage of skb->cb in USB RX path.
Gertjan van Wingerde
1
-5
/
+3
2008-06-14
rt2x00: Centralize RX packet alignment handling in rt2x00lib.
Gertjan van Wingerde
1
-60
/
+3
2008-06-14
rt2x00: Cleanup struct skb_frame_desc.
Gertjan van Wingerde
1
-3
/
+0
2008-06-14
rt2x00: Don't kick TX queue after each frame
Ivo van Doorn
1
-3
/
+3
2008-06-14
rt2x00: Move generic TX frame writing code into rt2x00queue
Ivo van Doorn
1
-43
/
+14
2008-06-14
rt2x00: Implement rt2x00usb_kick_tx_queue()
Ivo van Doorn
1
-1
/
+47
2008-06-14
rt2x00: Removed unused descriptor read in txdone
Ivo van Doorn
1
-4
/
+0
2008-06-13
rt2x00: Don't kill guardian_urb when it wasn't created
Ivo van Doorn
1
-0
/
+6
2008-05-21
mac80211: move TX info into skb->cb
Johannes Berg
1
-7
/
+5
2008-05-21
rt2x00: Merge RX and TX entry private data
Ivo van Doorn
1
-85
/
+59
2008-05-21
rt2x00: Split rt2x00lib_write_tx_desc()
Ivo van Doorn
1
-1
/
+10
2008-05-21
rt2x00: Preserve descriptor information after memmove()
Ivo van Doorn
1
-18
/
+42
2008-05-21
rt2x00: Fix TX status reporting
Ivo van Doorn
1
-1
/
+10
2008-05-07
rt2x00: Add helper macros
Ivo van Doorn
1
-1
/
+1
2008-05-07
rt2x00: Use rt2x00 queue numbering
Ivo van Doorn
1
-1
/
+1
2008-03-13
rt2x00:correct rx packet length for USB devices
Adam Baker
1
-0
/
+1
2008-03-13
rt2x00: Initialize TX control field in data entries
Mattias Nissler
1
-0
/
+1
2008-03-13
rt2x00: Align RX descriptor to 4 bytes
Ivo van Doorn
1
-2
/
+15
2008-02-29
rt2x00: Remove async vendor request calls from rt2x00usb
Ivo van Doorn
1
-52
/
+0
2008-02-29
rt2x00: Don't report driver generated frames to tx_status()
Ivo van Doorn
1
-1
/
+0
2008-02-29
rt2x00: Kill guardian urb during disable_radio
Ivo van Doorn
1
-1
/
+18
2008-02-29
rt2x00: Fix skbdesc->data_len initialization
Ivo van Doorn
1
-1
/
+1
2008-02-29
rt2x00: make csr_cache and csr_addr an union
Ivo van Doorn
1
-8
/
+8
2008-02-29
rt2x00: Enable LED class support for rt2500usb/rt73usb
Ivo van Doorn
1
-0
/
+52
2008-02-29
rt2x00: Queue handling overhaul
Ivo van Doorn
1
-127
/
+163
2008-02-29
rt2x00: Update copyright notice
Ivo van Doorn
1
-1
/
+1
2008-01-28
drivers/net/wireless/rt2x00/rt2x00usb.c: fix uninitialized var warning
Andrew Morton
1
-1
/
+1
2008-01-28
rt2x00: Data and desc pointer initialization
Ivo van Doorn
1
-10
/
+15
2008-01-28
rt2x00: Correctly initialize data and desc pointer
Ivo van Doorn
1
-2
/
+0
2008-01-28
rt2x00: Move init_txring and init_rxring into rt2x00lib
Ivo van Doorn
1
-37
/
+23
2008-01-28
rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY
Ivo van Doorn
1
-7
/
+1
2008-01-28
rt2x00: Add TX/RX frame dumping facility
Ivo van Doorn
1
-3
/
+3
2008-01-28
rt2x00: Add skb descriptor
Ivo van Doorn
1
-9
/
+27
2008-01-28
rt2x00: Replace DRV_NAME with KBUILD_MODNAME
Ivo van Doorn
1
-5
/
+0
2008-01-28
rt2x00: Place mutex around USB register access
Adam Baker
1
-4
/
+28
2008-01-28
rt2x00: Remove data_desc structure
Ivo van Doorn
1
-2
/
+2
2008-01-28
rt2x00: Unconstify rt2x00dev
Adam Baker
1
-2
/
+2
2008-01-16
rt2x00: Fix ieee80211 payload alignment
Ivo van Doorn
1
-2
/
+9
2008-01-10
rt2x00: Put 802.11 data on 4 byte boundary
Ivo van Doorn
1
-2
/
+15
2007-11-18
rt2x00: Request usb_maxpacket() once
Ivo van Doorn
1
-3
/
+6
2007-10-10
[PATCH] rt2x00: Add get_tx_data_len callback function
Ivo van Doorn
1
-12
/
+17
2007-10-10
[PATCH] rt2x00: Increase rt2x00usb_vendor_request timeout.
Ivo van Doorn
1
-6
/
+4
2007-10-10
[PATCH] mac80211: revamp interface and filter configuration
Johannes Berg
1
-11
/
+5
[next]