aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add single function calling tx handlersJohannes Berg2008-06-261-42/+40
* b43: Remove "shm" and "ucode_regs" debugfs filesMichael Buesch2008-06-262-44/+0
* b43: Add mask/set capability to debugfs MMIO interfaceMichael Buesch2008-06-261-8/+30
* b43: Add debugfs files for random SHM accessMichael Buesch2008-06-264-17/+234
* b43: Add debugfs files for MMIO register accessMichael Buesch2008-06-262-0/+133
* mac80211: use separate spinlock for sta flagsJohannes Berg2008-06-262-13/+28
* mac80211: remove shared key todoJohannes Berg2008-06-261-2/+3
* rt2x00: Release rt2x00 2.1.8Ivo van Doorn2008-06-261-1/+1
* rt2x00: Increase queue sizeIvo van Doorn2008-06-261-7/+10
* rt2x00: Fix sparse warning on nested container_of()Ivo van Doorn2008-06-263-8/+10
* rt2x00: Cleanup symbol exportsIvo van Doorn2008-06-2611-137/+102
* rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde2008-06-2610-176/+204
* rt2x00: Centralize allocation of RX skbs.Gertjan van Wingerde2008-06-264-66/+113
* rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde2008-06-268-26/+25
* rt2x00: Properly clean up beacon skbs.Gertjan van Wingerde2008-06-263-0/+18
* rt2x00: Use ieee80211 fc handlersIvo van Doorn2008-06-263-39/+7
* wireless: fix fallout from device_create removalStephen Rothwell2008-06-261-3/+4
* mac80211: 11h - Handling measurement requestAssaf Krauss2008-06-262-0/+88
* mac80211: 11h Infrastructure - ParsingAssaf Krauss2008-06-263-3/+79
* b43legacy: use frame control helpersHarvey Harrison2008-06-261-9/+7
* b43: use frame control helpersHarvey Harrison2008-06-261-10/+7
* zd1211rw: use frame control helpersHarvey Harrison2008-06-261-16/+6
* ath5k: use frame control helpersHarvey Harrison2008-06-261-7/+4
* remove the strip driverAdrian Bunk2008-06-264-2833/+0
* rfkill: improve documentation for kernel driversHenrique de Moraes Holschuh2008-06-261-60/+201
* rfkill: rename the rfkill_state states and add block-locked stateHenrique de Moraes Holschuh2008-06-264-40/+152
* rfkill: document rw rfkill switches and clarify input subsystem interactionsHenrique de Moraes Holschuh2008-06-261-55/+308
* rfkill: do not allow userspace to override ALL RADIOS OFFHenrique de Moraes Holschuh2008-06-263-15/+51
* rfkill: drop current_state from tasks in rfkill-inputFabien Crespel2008-06-261-14/+1
* rfkill: add uevent notificationsHenrique de Moraes Holschuh2008-06-261-0/+42
* rfkill: add type string helperHenrique de Moraes Holschuh2008-06-261-18/+15
* rfkill: add notifier chains supportHenrique de Moraes Holschuh2008-06-262-3/+74
* rfkill: rework suspend and resume handlersHenrique de Moraes Holschuh2008-06-261-17/+18
* rfkill: add the WWAN radio typeHenrique de Moraes Holschuh2008-06-263-0/+9
* rfkill: add read-write rfkill switch supportHenrique de Moraes Holschuh2008-06-262-3/+55
* rfkill: add parameter to disable radios by defaultHenrique de Moraes Holschuh2008-06-261-1/+10
* rfkill: handle SW_RFKILL_ALL eventsHenrique de Moraes Holschuh2008-06-261-2/+43
* rfkill: fix minor typo in kernel docHenrique de Moraes Holschuh2008-06-261-1/+1
* rfkill: clarify meaning of rfkill statesHenrique de Moraes Holschuh2008-06-262-3/+10
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6John W. Linville2008-06-2522-641/+739
|\
| * wext: Emit event stream entries correctly when compat.David S. Miller2008-06-1618-308/+345
| * wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.David S. Miller2008-06-162-41/+34
| * wext: Remove compat handling from fs/compat_ioctl.cDavid S. Miller2008-06-161-106/+1
| * wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller2008-06-165-6/+134
| * wext: Pull top-level ioctl dispatch logic into helper function.David S. Miller2008-06-161-6/+20
| * wext: Pass iwreq pointer down into standard/private handlers.David S. Miller2008-06-161-9/+8
| * wext: Parameterize the standard/private handlers.David S. Miller2008-06-161-8/+16
| * wext: Pull ioctl permission checking out into helper function.David S. Miller2008-06-161-7/+15
| * wext: Extract private call iw_point handling into seperate functions.David S. Miller2008-06-161-67/+74
| * wext: Extract standard call iw_point handling into seperate function.David S. Miller2008-06-161-124/+134