| Commit message (Expand) | Author | Age | Files | Lines |
* | rt2x00: Convert rt2x00 to use generic DMA-mapping API | Gertjan van Wingerde | 2008-06-26 | 8 | -26/+25 |
* | rt2x00: Properly clean up beacon skbs. | Gertjan van Wingerde | 2008-06-26 | 3 | -0/+18 |
* | rt2x00: Use ieee80211 fc handlers | Ivo van Doorn | 2008-06-26 | 3 | -39/+7 |
* | wireless: fix fallout from device_create removal | Stephen Rothwell | 2008-06-26 | 1 | -3/+4 |
* | mac80211: 11h - Handling measurement request | Assaf Krauss | 2008-06-26 | 2 | -0/+88 |
* | mac80211: 11h Infrastructure - Parsing | Assaf Krauss | 2008-06-26 | 3 | -3/+79 |
* | b43legacy: use frame control helpers | Harvey Harrison | 2008-06-26 | 1 | -9/+7 |
* | b43: use frame control helpers | Harvey Harrison | 2008-06-26 | 1 | -10/+7 |
* | zd1211rw: use frame control helpers | Harvey Harrison | 2008-06-26 | 1 | -16/+6 |
* | ath5k: use frame control helpers | Harvey Harrison | 2008-06-26 | 1 | -7/+4 |
* | remove the strip driver | Adrian Bunk | 2008-06-26 | 4 | -2833/+0 |
* | rfkill: improve documentation for kernel drivers | Henrique de Moraes Holschuh | 2008-06-26 | 1 | -60/+201 |
* | rfkill: rename the rfkill_state states and add block-locked state | Henrique de Moraes Holschuh | 2008-06-26 | 4 | -40/+152 |
* | rfkill: document rw rfkill switches and clarify input subsystem interactions | Henrique de Moraes Holschuh | 2008-06-26 | 1 | -55/+308 |
* | rfkill: do not allow userspace to override ALL RADIOS OFF | Henrique de Moraes Holschuh | 2008-06-26 | 3 | -15/+51 |
* | rfkill: drop current_state from tasks in rfkill-input | Fabien Crespel | 2008-06-26 | 1 | -14/+1 |
* | rfkill: add uevent notifications | Henrique de Moraes Holschuh | 2008-06-26 | 1 | -0/+42 |
* | rfkill: add type string helper | Henrique de Moraes Holschuh | 2008-06-26 | 1 | -18/+15 |
* | rfkill: add notifier chains support | Henrique de Moraes Holschuh | 2008-06-26 | 2 | -3/+74 |
* | rfkill: rework suspend and resume handlers | Henrique de Moraes Holschuh | 2008-06-26 | 1 | -17/+18 |
* | rfkill: add the WWAN radio type | Henrique de Moraes Holschuh | 2008-06-26 | 3 | -0/+9 |
* | rfkill: add read-write rfkill switch support | Henrique de Moraes Holschuh | 2008-06-26 | 2 | -3/+55 |
* | rfkill: add parameter to disable radios by default | Henrique de Moraes Holschuh | 2008-06-26 | 1 | -1/+10 |
* | rfkill: handle SW_RFKILL_ALL events | Henrique de Moraes Holschuh | 2008-06-26 | 1 | -2/+43 |
* | rfkill: fix minor typo in kernel doc | Henrique de Moraes Holschuh | 2008-06-26 | 1 | -1/+1 |
* | rfkill: clarify meaning of rfkill states | Henrique de Moraes Holschuh | 2008-06-26 | 2 | -3/+10 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6 | John W. Linville | 2008-06-25 | 22 | -641/+739 |
|\ |
|
| * | wext: Emit event stream entries correctly when compat. | David S. Miller | 2008-06-17 | 18 | -308/+345 |
| * | wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed. | David S. Miller | 2008-06-17 | 2 | -41/+34 |
| * | wext: Remove compat handling from fs/compat_ioctl.c | David S. Miller | 2008-06-17 | 1 | -106/+1 |
| * | wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c | David S. Miller | 2008-06-17 | 5 | -6/+134 |
| * | wext: Pull top-level ioctl dispatch logic into helper function. | David S. Miller | 2008-06-17 | 1 | -6/+20 |
| * | wext: Pass iwreq pointer down into standard/private handlers. | David S. Miller | 2008-06-17 | 1 | -9/+8 |
| * | wext: Parameterize the standard/private handlers. | David S. Miller | 2008-06-17 | 1 | -8/+16 |
| * | wext: Pull ioctl permission checking out into helper function. | David S. Miller | 2008-06-17 | 1 | -7/+15 |
| * | wext: Extract private call iw_point handling into seperate functions. | David S. Miller | 2008-06-17 | 1 | -67/+74 |
| * | wext: Extract standard call iw_point handling into seperate function. | David S. Miller | 2008-06-17 | 1 | -124/+134 |
| * | wext: Make adjust_priv_size() take a "struct iw_point *". | David S. Miller | 2008-06-17 | 1 | -3/+3 |
| * | wext: Remove inline from get_priv_size() and adjust_priv_size(). | David S. Miller | 2008-06-17 | 1 | -3/+2 |
* | | bnx2x: Update version | Eilon Greenstein | 2008-06-24 | 1 | -2/+2 |
* | | bnx2x: Add PCIE EEH support | Wendy Xiong | 2008-06-24 | 1 | -6/+95 |
* | | bnx2x: Enhanced self test | Yitchak Gertner | 2008-06-24 | 1 | -9/+487 |
* | | bnx2x: Re-factor Tx code | Eilon Greenstein | 2008-06-24 | 1 | -140/+304 |
* | | bnx2x: Add TPA, Broadcoms HW LRO | Vladislav Zolotarov | 2008-06-24 | 2 | -136/+884 |
* | | bnx2x: New statistics code | Yitchak Gertner | 2008-06-24 | 3 | -850/+1480 |
* | | bnx2x: Add support for BCM57711 HW | Eilon Greenstein | 2008-06-24 | 9 | -2153/+3752 |
* | | bnx2x: New microcode part 3/3 | Eilon Greenstein | 2008-06-24 | 1 | -0/+4688 |
* | | bnx2x: New microcode part 2/3 | Eilon Greenstein | 2008-06-24 | 1 | -0/+3382 |
* | | bnx2x: New microcode part 1/3 | Eilon Greenstein | 2008-06-24 | 1 | -250/+4354 |
* | | bnx2x: Remove old microcode | Eilon Greenstein | 2008-06-24 | 1 | -4900/+1 |