Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-flexiantxendom0-3.2.10.git] / drivers / net / wireless / rt2x00 / rt2x00dev.c
2012-04-10 Chen, Chien-Chiart2x00: Fix rfkill_polling register function.
2012-03-19 David S. MillerMerge git://git./linux/kernel/git/davem/net
2012-03-15 Stanislaw Gruszkart2x00: rt2800usb: rework txstatus code
2012-03-12 Stanislaw Gruszkart2x00: fix random stalls
2012-03-01 David S. MillerMerge git://git./linux/kernel/git/davem/net
2012-02-29 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-02-27 John Lirt2x00:Add VCO recalibration
2012-02-21 Gabor Juhosrt2x00: fix a possible NULL pointer dereference
2012-02-08 Gertjan van Wingerdert2x00: Introduce concept of driver data in struct...
2011-12-06 Thomas Meyerrt2x00: Use kcalloc instead of kzalloc to allocate...
2011-11-15 Gertjan van Wingerdert2x00: Fix sleep-while-atomic bug in powersaving code.
2011-09-14 Helmut Schaart2x00: Introduce sta_add/remove callbacks
2011-09-14 Helmut Schaart2x00: Move bssidx calculation into its own function
2011-08-09 Helmut Schaart2x00: Fix PCI interrupt processing race on SMP systems
2011-06-22 Stanislaw Gruszkart2x00: fix possible memory corruption in case of inval...
2011-06-06 Stanislaw Gruszkart2x00: fix rmmod crash
2011-05-10 Gertjan van Wingerdert2x00: Fix rmmod hang of rt2800pci
2011-05-02 Ivo van Doornrt2x00: Add autowake support for USB hardware
2011-04-19 Johannes Stezenbachrt2800usb: add timer to handle TX_STA_FIFO
2011-04-19 Johannes Stezenbachrt2x00: fix queue timeout checks
2011-04-19 Ivo van Doornrt2x00: Split rt2x00dev->flags
2011-04-07 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-04 Helmut Schaart2x00: Fix tx aggregation problems with some clients
2011-04-04 Helmut Schaart2x00: Implement tx power temperature compensation
2011-04-04 Helmut Schaart2x00: Remove obsolete rt2x00queue_align_payload
2011-04-04 Helmut Schaart2x00: Calculate tx status fifo size instead of hardco...
2011-04-04 Stanislaw Gruszkart2x00: fix cancelling uninitialized work
2011-01-31 Ivo van Doornrt2x00: Move TX/RX work into dedicated workqueue
2011-01-31 Ivo van Doornrt2x00: Kill all tasklets during device removal
2011-01-31 Helmut Schaart2x00: Disable txstatus tasklet by default
2011-01-31 Helmut Schaart2x00: Introduce tasklets for interrupt handling
2011-01-31 Helmut Schaart2x00: Make periodic beacon updates for PCI devices...
2011-01-31 Helmut Schaart2x00: Refactor beacon code to make use of start-...
2011-01-21 Bruno Randolfcfg80211: Extend channel to frequency mapping for 802.11j
2011-01-04 Helmut Schaart2x00: Simplify intf->delayed_flags locking
2011-01-04 Johannes Stezenbachrt2x00: allow txstatus_fifo w/o txstatus_tasklet
2010-12-20 Johannes Stezenbachmac80211/rt2x00: add ieee80211_tx_status_ni()
2010-12-13 Ivo van Doornrt2x00: Introduce extra queue entry sanity flag
2010-12-13 Ivo van Doornrt2x00: Cleanup RX index counting
2010-12-13 Ivo van Doornrt2x00: Add "flush" queue command
2010-12-13 Ivo van Doornrt2x00: Protect queue control with mutex
2010-12-13 Ivo van Doornrt2x00: Reorganize queue callback functions
2010-11-30 Johannes Stezenbachmac80211/rt2x00: add ieee80211_tx_status_ni()
2010-11-17 RA-Jay Hungrt2x00: Fix header_length in rt2x00lib_txdone
2010-11-15 Ivo van Doornrt2x00: Remove rt2x00lib_toggle_rx
2010-11-15 Mark Einonrt2x00: checkpatch.pl error fixes for rt2x00dev.c
2010-11-15 Ivo van Doornrt2x00: Fix crash on USB unplug
2010-10-11 Ivo van Doornrt2x00: Fix URB error handling
2010-10-11 Ivo van Doornrt2x00: Fix dead queue when skb allocation failed
2010-10-11 Ivo van Doornrt2x00: Validate MCS on RX path
2010-10-11 Ivo van Doornrt2x00: Simplify Queue function arguments
2010-10-05 Helmut Schaart2x00: Fix oops caused by error path in rt2x00lib_start
2010-10-05 Helmut Schaart2x00: rework tx status handling in rt2800pci
2010-08-31 Ivo van Doornrt2x00: Split watchdog check into a DMA and STATUS...
2010-08-25 Ivo van Doornrt2x00: Fix max TX power settings
2010-08-16 Ivo van Doornrt2x00: Remove ieee80211_rx_status from rt2x00_dev
2010-08-16 Ivo van Doornrt2x00: Add helper function for reporting tx status
2010-08-16 Ivo van Doornrt2x00: Move USB tx/rx done handling to workqueue
2010-07-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-07-16 Stephen Boydrt2x00: Fix lockdep warning in rt2x00lib_probe_dev()
2010-07-12 Helmut Schaart2x00: Use pretbtt irq for fetching beacons on rt2800pci
2010-07-12 Helmut Schaart2x00: Implement broad- and multicast buffering
2010-07-12 Helmut Schaart2x00: Allow beacon update without scheduling a work
2010-07-12 Helmut Schaart2x00: Convert rt2x00 to use threaded interrupts
2010-07-12 Ivo van Doornrt2x00: Implement watchdog monitoring
2010-06-30 Gertjan van Wingerdert2x00: Move common txdone handling to rt2x00lib_txdone.
2010-06-30 Helmut Schaart2x00: Implement tx mpdu aggregation
2010-06-15 Helmut Schaart2x00: Fix tx status reporting when falling back to...
2010-06-15 Helmut Schaart2x00: don't use TXDONE_FALLBACK as success indicator
2010-06-03 Gertjan van Wingerdert2x00: Properly reserve room for descriptors in skbs.
2010-06-02 Walter Goldenswireless: fix several minor description typos
2010-05-05 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2010-04-28 John W. Linvillert2x00: remove usage of deprecated noise value
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-01-05 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless-2.6
2010-01-05 Gertjan van Wingerdert2x00: Properly request tx headroom for alignment...
2009-12-21 Gertjan van Wingerdert2x00: Only remove L2 padding in received frames if...
2009-12-21 Alban Browaeysrt2x00 : trim the skb after having the l2pad removed.
2009-11-28 Gertjan van Wingerdert2x00: Centralize setting of extra TX headroom request...
2009-11-19 Johannes Bergmac80211: request TX status where needed
2009-11-11 Gertjan van Wingerdert2x00: Update copyright statements.
2009-11-11 Ivo van Doornrt2x00: Remove deprecated ieee80211_rx_status->qual...
2009-11-06 Sean Crossrt2x00: Don't queue ieee80211 work after USB removal
2009-08-31 Ivo van Doornrt2x00: Reorganize padding & L2 padding
2009-08-31 Ivo van Doornrt2x00: Fix TX status reporting
2009-08-20 Ivo van Doornrt2x00: bss_info_changed() callback is allowed to sleep
2009-08-20 Ivo van Doornrt2x00: configure_filter() callback is allowed to sleep
2009-08-20 Benoit PAPILLAULTrt2x00: Add support for retry rates
2009-08-14 Igor Perminovrt2x00: Fix for race condition while update beacon
2009-08-14 Ivo van Doornrt2x00: Remove usage of deprecated radio_enabled &...
2009-08-04 Pavel Roskinrt2x00: cancel all work on disconnect
2009-08-04 Luis R. Rodriguezmac80211: redefine usage of the mac80211 workqueue
2009-07-24 Ivo van Doornrt2x00: Remove DEVICE_STATE_DISABLED_RADIO_HW
2009-07-10 Ivo van Doornrt2x00: use wiphy rfkill interface
2009-07-10 Johannes Bergmac80211: push rx status into skb->cb
2009-05-20 Alexandre Becholeyrt73usb: fix for master mode
2009-05-06 Ivo van Doornrt2x00: Implement support for 802.11n
2009-05-06 Ivo van Doornrt2x00: Add support for L2 padding during TX/RX
next