rt2x00: Replace statically allocated DMA buffers with mapped skb's.
[safe/jmp/linux-2.6] / drivers / net / wireless /
2008-06-26 Gertjan van Wingerdert2x00: Replace statically allocated DMA buffers with...
2008-06-26 Gertjan van Wingerdert2x00: Centralize allocation of RX skbs.
2008-06-26 Gertjan van Wingerdert2x00: Convert rt2x00 to use generic DMA-mapping API
2008-06-26 Gertjan van Wingerdert2x00: Properly clean up beacon skbs.
2008-06-26 Ivo van Doornrt2x00: Use ieee80211 fc handlers
2008-06-26 Stephen Rothwellwireless: fix fallout from device_create removal
2008-06-26 Harvey Harrisonb43legacy: use frame control helpers
2008-06-26 Harvey Harrisonb43: use frame control helpers
2008-06-26 Harvey Harrisonzd1211rw: use frame control helpers
2008-06-26 Harvey Harrisonath5k: use frame control helpers
2008-06-26 Adrian Bunkremove the strip driver
2008-06-17 David S. Millerwext: Emit event stream entries correctly when compat.
2008-06-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-15 David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-06-14 Harvey Harrisonmac80211: remove ieee80211_get_morefrag
2008-06-14 Harvey Harrisonmac80211: add helpers for frame control testing
2008-06-14 Jouni Malinenmac80211_hwsim: Shared TX code for received frames...
2008-06-14 Jouni Malinenmac80211_hwsim: Minor cleanup
2008-06-14 Jouni Malinenmac80211_hwsim: 802.11 radio simulator for mac80211
2008-06-14 Emmanuel Grumbachiwlwifi: unify SW rf-kill flow
2008-06-14 Ron Rindjunskyiwlwifi: remove 4965 prefix from iwl4965_ucode
2008-06-14 Ester Kummeriwlwifi: adding channels to sysfs
2008-06-14 Robert P. J. Dayrndis_wlan: Use kernel-supplied ARRAY_SIZE() macro.
2008-06-14 Jussi Kivilinnarndis_wlan: preallocate command buffer for set/get_oid
2008-06-14 Jussi Kivilinnarndis_wlan: use kzalloc to allocate private data
2008-06-14 Emmanuel Grumbachiwlwifi: remove iwlcore_low_level_notify
2008-06-14 Emmanuel Grumbachiwlwifi: general code clean up
2008-06-14 Zhu Yiiwlwifi: fix software rf_kill problem when interface...
2008-06-14 Emmanuel Grumbachiwlwifi: remove dead code iwl4965_calc_db_from_ratio
2008-06-14 Emmanuel Grumbachiwlwifi: retfactor get_temperature functions
2008-06-14 Emmanuel Grumbachiwlwifi: move iwl4965_rf_kill_ct_config to iwl-core.c
2008-06-14 Tomas Winkleriwlwifi: cleans up scanning code
2008-06-14 Tomas Winkleriwlwifi: move rate helpers to iwlcore
2008-06-14 Tomas Winkleriwlwifi: move scan to iwl-scan.c iwlcore
2008-06-14 Emmanuel Grumbachiwlwifi: add bad length check for WEP keys
2008-06-14 Tomas Winkleriwlwifi: refactor setting tx power
2008-06-14 Tomas Winkleriwlwifi: refactor tx aggregation response flow
2008-06-14 Assaf Kraussiwlwifi: Fix mode changes (ad-hoc <--> managed)
2008-06-14 Assaf Kraussiwlwifi enabling IBSS (Ad-Hoc) mode
2008-06-14 Emmanuel Grumbachiwlwifi: fix resart flow after fw error
2008-06-14 Mohamed Abbasiwlwifi: fix resume SW RF-kill
2008-06-14 Tomas Winkleriwlwifi: format log prints for easier parsing
2008-06-14 Emmanuel Grumbachiwlwifi: fix bug when moving from 11gn to 11a or 11an...
2008-06-14 Emmanuel Grumbachiwlwifi: remove redundant flags regarding to FAT channel
2008-06-14 Tomas Winkleriwlwifi: remove unused flag
2008-06-14 Ron Rindjunskyiwlwifi: fix allow iwlwifi to aggregate according to...
2008-06-14 Ron Rindjunskyiwlwifi: use ieee80211_conf to examine rate capabilities
2008-06-14 Tomas Winkleriwlwifi: add TX aggregation code for 5000 HW
2008-06-14 Ron Rindjunskyiwlwifi: map sw and hw ampdu queues
2008-06-14 Emmanuel Grumbachiwlwifi: add possibility to disable tx_power calibration
2008-06-14 Emmanuel Grumbachiwlwifi: clean up in setup/cancel deferred work
2008-06-14 Emmanuel Grumbachiwlwifi: removes the RUN_TIME_CALIB ifdef
2008-06-14 Holger Schuriglibertas: rename some registers to clarify their meaning
2008-06-14 Holger Schuriglibertas: check for old, unsupported hardware
2008-06-14 Holger Schuriglibertas: document register meanings
2008-06-14 Holger Schuriglibertas: fix interrupt issue
2008-06-14 Ron Rindjunskyiwlwifi: removing IWL4965_HT config
2008-06-14 Jussi Kivilinnarndis_wlan: cleanup: rename and remove local pointers
2008-06-14 Jussi Kivilinnarndis_wlan: check if set_multicast_list work is already...
2008-06-14 Jussi Kivilinnarndis_wlan: update carrier flag when link state changes
2008-06-14 Jussi Kivilinnarndis_wlan: do link-down state change in worker thread
2008-06-14 Akinobu Mitaairo: use simple_read_from_buffer()
2008-06-14 Gertjan van Wingerdert2x00: Rework alignment check.
2008-06-14 Ivo van Doornrt2x00: Remove unused defines
2008-06-14 Ivo van Doornrt2x00: Clear IEEE80211_TX_CTL_USE_RTS_CTS flag for...
2008-06-14 Ivo van Doornrt2x00: Use __builtin_choose_expr() instead of ?:
2008-06-14 Gertjan van Wingerdert2x00: Fix double usage of skb->cb in USB RX path.
2008-06-14 Gertjan van Wingerdert2x00: Centralize RX packet alignment handling in...
2008-06-14 Gertjan van Wingerdert2x00: Cleanup struct skb_frame_desc.
2008-06-14 Ivo van Doornrt2x00: Don't kick TX queue after each frame
2008-06-14 Ivo van Doornrt2x00: Move generic TX frame writing code into rt2x00queue
2008-06-14 Ivo van Doornrt2x00: Implement rt2x00usb_kick_tx_queue()
2008-06-14 Ivo van Doornrt2x00: Fix queue initialization
2008-06-14 Ivo van Doornrt2x00: Release rt2x00 2.1.7
2008-06-14 Ivo van Doornrt2x00: Make rt2x00_set/get_field macros
2008-06-14 Ivo van Doornrt2x00: Removed unused descriptor read in txdone
2008-06-14 Ivo van Doornrt2x00: Remove CTS/RTS check in tx()
2008-06-14 Ivo van Doornrt2x00: Move led initialization into function
2008-06-14 Ivo van Doornrt2x00: Cleanup/optimize set_state() function callback...
2008-06-14 Ivo van Doornrt2x00: Calculate register offset during compile time
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-13 Ivo van Doornrt2x00: Add D-link DWA111 support
2008-06-13 Randy Dunlaprt2x00: LEDS build failure
2008-06-13 Randy Dunlaprt2x00: INPUT build failure
2008-06-13 Michael Bueschb43: Fix noise calculation WARN_ON
2008-06-13 Michael Bueschb43: Fix possible NULL pointer dereference in DMA code
2008-06-13 Gertjan van Wingerdert2x00: Restrict DMA to 32-bit addresses.
2008-06-13 Ivo van Doornrt2x00: Don't kill guardian_urb when it wasn't created
2008-06-12 David S. Millernet: Eliminate flush_scheduled_work() calls while RTNL...
2008-06-10 John W. Linvillert2x00dev.c: fix-up merge damage
2008-06-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-10 David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-06-09 Marcin Slusarziwlwifi: fix oops in iwl3945_led_brightness_set
2008-06-09 Michael Bueschzd1211rw: Fix data padding for QoS
2008-06-09 Holger Schuriglibertas: fix sleep confirmation
2008-06-09 Dan Williamsipw2200: queue direct scans
2008-06-04 Felix HomannUSB ID for Philips CPWUA054/00 Wireless USB Adapter 11g
2008-06-04 Holger Schuriglibertas: fix command size for CMD_802_11_SUBSCRIBE_EVENT
2008-06-04 Dan Williamsipw2200: expire and use oldest BSS on adhoc create
2008-06-04 Andrew Mortonairo warning fix
next