index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rt2x00
/
rt2x00mac.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rt2x00: Fix HW crypto key handling
Ivo van Doorn
2008-09-24
1
-1
/
+2
*
mac80211: use nl80211 interface types
Johannes Berg
2008-09-15
1
-9
/
+9
*
rt2x00: Initialize txop during conf_tx() callback
Ivo van Doorn
2008-08-29
1
-2
/
+3
*
rt2x00: Only configure hardware when radio is enabled
Mattias Nissler
2008-08-29
1
-25
/
+25
*
rt2x00: Fix race conditions in flag handling
Ivo van Doorn
2008-08-29
1
-13
/
+13
*
rt2x00: Implement HW encryption
Ivo van Doorn
2008-08-22
1
-8
/
+102
*
rt2x00mac: In error case stop netdev queue, free skb and return NETDEV_TX_OK
Daniel Wagner
2008-08-22
1
-23
/
+20
*
rt2x00: Block all unsupported modes
Ivo van Doorn
2008-08-07
1
-17
/
+37
*
rt2x00: Sequence counter should be protected in irqsave
Ivo van Doorn
2008-08-01
1
-0
/
+1
*
mac80211: partially fix skb->cb use
Johannes Berg
2008-07-29
1
-1
/
+1
*
rt2x00: Force full register config after start()
Ivo van Doorn
2008-07-29
1
-1
/
+12
*
rt2x00: Fix memleak when RTS/CTS fails
Ivo van Doorn
2008-07-29
1
-0
/
+1
*
rt2x00: Fix QOS sequence counting
Ivo van Doorn
2008-07-29
1
-13
/
+0
*
wireless: fix warnings from QoS patch
Johannes Berg
2008-07-15
1
-4
/
+1
*
mac80211: fix TX sequence numbers
Johannes Berg
2008-07-14
1
-0
/
+13
*
rt2x00: Reorganize beacon handling
Ivo van Doorn
2008-07-14
1
-21
/
+10
*
rt2x00: Add support for CTS protection in rt2x00lib
Ivo van Doorn
2008-07-14
1
-1
/
+1
*
mac80211: revamp beacon configuration
Johannes Berg
2008-07-14
1
-6
/
+16
*
rt2x00: Use ieee80211_hw->workqueue again
Ivo van Doorn
2008-07-08
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-28
1
-2
/
+2
|
\
|
*
rt2x00: Fix lock dependency errror
Ivo van Doorn
2008-06-27
1
-2
/
+2
*
|
rt2x00: Clear IEEE80211_TX_CTL_USE_RTS_CTS flag for RTS frame
Ivo van Doorn
2008-06-14
1
-0
/
+1
*
|
rt2x00: Don't kick TX queue after each frame
Ivo van Doorn
2008-06-14
1
-9
/
+1
*
|
rt2x00: Move generic TX frame writing code into rt2x00queue
Ivo van Doorn
2008-06-14
1
-5
/
+2
*
|
rt2x00: Remove CTS/RTS check in tx()
Ivo van Doorn
2008-06-14
1
-7
/
+5
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-10
1
-0
/
+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-22
1
-5
/
+5
*
|
mac80211: move TX info into skb->cb
Johannes Berg
2008-05-22
1
-31
/
+43
*
|
rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue fea...
Gertjan van Wingerde
2008-05-22
1
-1
/
+1
*
|
mac80211: QoS related cleanups
Johannes Berg
2008-05-07
1
-1
/
+1
*
|
mac80211: clean up get_tx_stats callback
Johannes Berg
2008-05-07
1
-3
/
+3
*
|
rt2x00: Use rt2x00 queue numbering
Ivo van Doorn
2008-05-07
1
-7
/
+6
*
|
rt2x00: Remove DRIVER_SUPPORT_MIXED_INTERFACES
Ivo van Doorn
2008-05-07
1
-6
/
+5
*
|
rt2x00: Support hardware RTS and CTS-to-self frames
Ivo van Doorn
2008-05-07
1
-1
/
+6
|
/
*
rt2x00: Remove MAC80211_LEDS dependency
Ivo van Doorn
2008-04-01
1
-0
/
+6
*
rt2x00: TO_DS filter depends on intf_ap_count
Ivo van Doorn
2008-04-01
1
-0
/
+7
*
rt2x00: Invert scheduled packet_filter check
Ivo van Doorn
2008-04-01
1
-2
/
+2
*
rt2x00: Fix in_atomic() usage
Ivo van Doorn
2008-03-25
1
-2
/
+55
*
rt2x00: Rename config_preamble() to config_erp()
Ivo van Doorn
2008-03-13
1
-9
/
+7
*
rt2x00: Check IEEE80211_TXCTL_SEND_AFTER_DTIM flag
Ivo van Doorn
2008-03-13
1
-1
/
+5
*
rt2x00: Don't report driver generated frames to tx_status()
Ivo van Doorn
2008-02-29
1
-0
/
+15
*
rt2x00: Fix scheduling while atomic errors in usb drivers
Ivo van Doorn
2008-02-29
1
-1
/
+8
*
rt2x00: Move beacon and atim queue defines into rt2x00
Ivo van Doorn
2008-02-29
1
-1
/
+1
*
rt2x00: Add per-interface structure
Ivo van Doorn
2008-02-29
1
-51
/
+101
*
rt2x00: Enable master and adhoc mode again
Ivo van Doorn
2008-02-29
1
-8
/
+0
*
rt2x00: Fix tx parameter initialization
Ivo van Doorn
2008-02-29
1
-3
/
+3
*
rt2x00: Queue handling overhaul
Ivo van Doorn
2008-02-29
1
-27
/
+28
*
rt2x00: Update copyright notice
Ivo van Doorn
2008-02-29
1
-1
/
+1
*
mac80211: add unified BSS configuration
Johannes Berg
2008-01-29
1
-6
/
+10
[next]