summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [netdrvr] schedule eepro100 for removalBunk2006-02-071-0/+6
* Merge branch 'upstream-fixes'Jeff Garzik2006-01-311-3/+25
|\
| * [PATCH] Clarify help text of SKGE/SK98LIN/SKY2Daniel Drake2006-01-311-3/+25
* | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-01-3116-553/+947
|\ \
| * | [PATCH] Add two management functions to ieee80211_rx.cLarry Finger2006-01-311-0/+24
| * | [PATCH] wireless/ipw2200: support WE-18 WPA enc_capaDan Williams2006-01-311-1/+4
| * | [PATCH] wireless/airo: add IWENCODEEXT and IWAUTH supportDan Williams2006-01-311-2/+274
| * | [PATCH] ieee80211: common wx auth codeLarry Finger2006-01-312-0/+97
| * | [PATCH] ipw2200: Disable hwcrypto by defaultZhu Yi2006-01-311-2/+2
| * | [PATCH] ipw2200: Semaphore to mutexes conversionZhu Yi2006-01-312-148/+149
| * | [PATCH] ipw2200: remove white space and better format the codeZhu Yi2006-01-312-50/+41
| * | [PATCH] ipw2200: increase ipw2200 driver versionZhu Yi2006-01-311-1/+1
| * | [PATCH] ipw2200: Fix qos_cmd param switch bugZhu Yi2006-01-311-4/+4
| * | [PATCH] ipw2200: stack reductionZhu Yi2006-01-312-164/+91
| * | [PATCH] ipw2200: Scale firmware loading watchdog with the firmware sizeZhu Yi2006-01-311-51/+63
| * | [PATCH] ipw2200: add module parameter to enable/disable roamingZhu Yi2006-01-311-3/+7
| * | [PATCH] ipw2200: Make LED blinking frequency independent of HZZhu Yi2006-01-311-3/+3
| * | [PATCH] ipw2200: use jiffies_to_msec() wherever possibleZhu Yi2006-01-312-14/+17
| * | [PATCH] ipw2200: Bluetooth coexistence supportZhu Yi2006-01-312-15/+40
| * | [PATCH] ipw2200: Add LEAP authentication algorithm supportZhu Yi2006-01-312-9/+16
| * | [PATCH] ipw2200: Mask out the WEP_KEY command dump from debug log for securit...Zhu Yi2006-01-311-1/+8
| * | [PATCH] ipw2200: Fix indirect SRAM/register 8/16-bit write routinesZhu Yi2006-01-312-23/+76
| * | [PATCH] increase ipw2100 driver version to git-1.1.4Zhu Yi2006-01-311-1/+1
| * | [PATCH] ipw2100: remove white space and better format the codeZhu Yi2006-01-311-2/+2
| * | [PATCH] ipw2100: Add generic geo informationZhu Yi2006-01-311-0/+19
| * | [PATCH] ipw2100: Make iwconfig txpower setting consistent with user inputZhu Yi2006-01-311-3/+4
| * | [PATCH] ipw2100: Add LEAP authentication algorithm supportZhu Yi2006-01-312-5/+13
| * | [PATCH] ieee80211: trivial fix for misplaced ()'sDenis Vlasenko2006-01-311-1/+1
| * | [PATCH] drivers/net/wireless/ipw2200: possible cleanupsAdrian Bunk2006-01-312-17/+20
| * | [PATCH] drivers/net/wireless/ipw2100.c: make ipw2100_wpa_assoc_frame() staticAdrian Bunk2006-01-311-2/+2
| * | [PATCH] AIRO{,_CS} <-> CRYPTO fixesAdrian Bunk2006-01-312-54/+5
| * | [PATCH] net/: fix the WIRELESS_EXT abuseAdrian Bunk2006-01-319-31/+17
| * | Merge branch 'upstream-fixes'John W. Linville2006-01-304-28/+34
| |\ \
* | \ \ Merge branch 'upstream-fixes'Jeff Garzik2006-01-314-28/+34
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-01-314-28/+34
| |\ \ \ | | | |/ | | |/|
| | * | [PATCH] PCMCIA=m, HOSTAP_CS=y is not a legal configurationAdrian Bunk2006-01-301-1/+1
| | * | [PATCH] Typo corrections for ieee80211Larry Finger2006-01-301-2/+2
| | * | [PATCH] ipw2200: Fix a variable referenced after kfree() bugZhu Yi2006-01-301-1/+1
| | * | [PATCH] ipw2200: Fix sw_reset doesn't clear the static essid problemZhu Yi2006-01-301-0/+4
| | * | [PATCH] ipw2200: Fix "iwspy ethx off" causes kernel panicZhu Yi2006-01-301-1/+0
| | * | [PATCH] ipw2100: Fix setting txpower failed problemZhu Yi2006-01-301-13/+14
| | * | [PATCH] ipw2100: Fix a gcc compile warningZhu Yi2006-01-301-10/+12
* | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-01-2811-67/+426
|\ \ \ \ | | |_|/ | |/| |
| * | | [PATCH] ieee80211: Add 802.11h information element parsingZhu Yi2006-01-271-6/+103
| * | | [PATCH] ieee80211: Add helpers for IBSS DFS handlingZhu Yi2006-01-271-0/+18
| * | | [PATCH] ieee80211: Add 802.11h data type and structuresZhu Yi2006-01-272-4/+166
| * | | [PATCH] ieee80211: Add TKIP crypt->build_ivZhu Yi2006-01-275-32/+41
| * | | [PATCH] ieee80211: TIM information element parsingZhu Yi2006-01-271-1/+4
| * | | [PATCH] ieee80211: kmalloc+memset -> kzalloc cleanupsZhu Yi2006-01-271-2/+1
| * | | [PATCH] ieee80211: Add spectrum management informationZhu Yi2006-01-271-2/+29