summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ipw2200: Bluetooth coexistence supportZhu Yi2006-01-302-15/+40
* [PATCH] ipw2200: Add LEAP authentication algorithm supportZhu Yi2006-01-302-9/+16
* [PATCH] ipw2200: Mask out the WEP_KEY command dump from debug log for securit...Zhu Yi2006-01-301-1/+8
* [PATCH] ipw2200: Fix indirect SRAM/register 8/16-bit write routinesZhu Yi2006-01-302-23/+76
* [PATCH] increase ipw2100 driver version to git-1.1.4Zhu Yi2006-01-301-1/+1
* [PATCH] ipw2100: remove white space and better format the codeZhu Yi2006-01-301-2/+2
* [PATCH] ipw2100: Add generic geo informationZhu Yi2006-01-301-0/+19
* [PATCH] ipw2100: Make iwconfig txpower setting consistent with user inputZhu Yi2006-01-301-3/+4
* [PATCH] ipw2100: Add LEAP authentication algorithm supportZhu Yi2006-01-302-5/+13
* [PATCH] ieee80211: trivial fix for misplaced ()'sDenis Vlasenko2006-01-301-1/+1
* [PATCH] drivers/net/wireless/ipw2200: possible cleanupsAdrian Bunk2006-01-302-17/+20
* [PATCH] drivers/net/wireless/ipw2100.c: make ipw2100_wpa_assoc_frame() staticAdrian Bunk2006-01-301-2/+2
* [PATCH] AIRO{,_CS} <-> CRYPTO fixesAdrian Bunk2006-01-302-54/+5
* [PATCH] net/: fix the WIRELESS_EXT abuseAdrian Bunk2006-01-309-31/+17
* Merge branch 'upstream-fixes'John W. Linville2006-01-304-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
* | [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
* | [PATCH] ieee80211: add flags for all geo channelsZhu Yi2006-01-271-1/+38
* | [PATCH] ieee80211: Add LEAP authentication typeZhu Yi2006-01-271-0/+1
* | [PATCH] ieee80211: Log if netif_rx() drops the packetZhu Yi2006-01-272-7/+13
* | [PATCH] WEP fields are incorrectly shown to be INSIDE snap in the docDenis Vlasenko2006-01-271-13/+13
|/
* [PATCH] ieee80211: Fix A band min and max channel definitionsZhu Yi2006-01-271-2/+2
* [PATCH] ieee80211: Fix iwlist scan can only show about 20 APsZhu Yi2006-01-271-2/+10
* [PATCH] ieee80211: Fix problem with not decrypting broadcast packetsZhu Yi2006-01-271-5/+17
* [PATCH] orinoco_cs: tweak Vcc debugging messagesValdis.Kletnieks@vt.edu2006-01-271-2/+2
* [SPARC64]: Use compat_sys_futimesat in 32-bit syscall table.David S. Miller2006-01-201-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-1912-85/+156
|\
| * [NETFILTER] x_tables: Make XT_ALIGN align as strictly as necessary.David S. Miller2006-01-191-1/+1
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6David S. Miller2006-01-1911-84/+155
| |\
| | * [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly.Tsutomu Fujii2006-01-172-4/+11
| | * [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Sridhar Samudrala2006-01-173-1/+40
| | * [SCTP]: Fix machine check/connection hang on IA64.Vlad Yasevich2006-01-172-1/+9
| | * [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich2006-01-175-46/+47
| | * [SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems.Vlad Yasevich2006-01-171-2/+2
| | * [SCTP]: sctp doesn't show all associations/endpoints in /procVlad Yasevich2006-01-171-18/+10
| | * [SCTP]: Fix sctp_cookie alignment in the packet.Vlad Yasevich2006-01-172-3/+14
| | * [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().Sridhar Samudrala2006-01-172-10/+23
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-01-1917-422/+186
|\ \ \