summaryrefslogtreecommitdiffstats
path: root/net/ieee80211
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ieee80211: Don't update network statistics from off-channel packets.James Ketrenos2006-03-171-1/+13
* Merge branch 'upstream-fixes'John W. Linville2006-03-152-3/+3
|\
| * [PATCH] ieee80211: Fix QoS is not active problemHong Liu2006-03-151-2/+2
| * [PATCH] ieee80211: Fix CCMP decryption problem when QoS is enabledZhu Yi2006-03-151-1/+1
* | [PATCH] ieee80211_geo.c: remove frivolous BUG_ON'sPete Zaitcev2006-02-281-3/+6
* | Merge branch 'upstream-fixes'John W. Linville2006-02-281-11/+5Star
|\|
| * [PATCH] ieee80211_rx.c: is_beaconPete Zaitcev2006-02-281-11/+5Star
* | [PATCH] ieee80211: fix sparse warning about missing "static"Johannes Berg2006-02-171-1/+1
* | [PATCH] ieee80211: Use IWEVGENIE to set WPA IEZhu Yi2006-02-171-22/+10Star
* | [PATCH] Add two management functions to ieee80211_rx.cLarry Finger2006-01-311-0/+24
* | [PATCH] ieee80211: common wx auth codeLarry Finger2006-01-311-0/+89
* | [PATCH] ieee80211: trivial fix for misplaced ()'sDenis Vlasenko2006-01-311-1/+1
* | [PATCH] net/: fix the WIRELESS_EXT abuseAdrian Bunk2006-01-311-2/+2
* | Merge branch 'upstream-fixes'John W. Linville2006-01-301-2/+2
|\|
| * [PATCH] Typo corrections for ieee80211Larry Finger2006-01-301-2/+2
* | [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-271-1/+1
* | [PATCH] ieee80211: Add TKIP crypt->build_ivZhu Yi2006-01-274-31/+39
* | [PATCH] ieee80211: TIM information element parsingZhu Yi2006-01-271-1/+4
* | [PATCH] ieee80211: kmalloc+memset -> kzalloc cleanupsZhu Yi2006-01-271-2/+1Star
* | [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: 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 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] Unlinline a bunch of other functionsArjan van de Ven2006-01-154-12/+12
* [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn2006-01-101-7/+7
* [PATCH] ieee80211: enable hw wep where host has to build IVJohannes Berg2006-01-093-20/+45
* [IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger2006-01-041-3/+2Star
* [PATCH] ieee80211_crypt_tkip depends on NET_RADIOOlaf Hering2005-12-131-1/+1
* ieee80211: cleanup crypto list handling, other minor cleanups.Christoph Hellwig2005-11-091-111/+41Star
* Merge rsync://bughost.org/repos/ieee80211-delta/Jeff Garzik2005-11-091-5/+9
|\
| * Fix problem with WEP unicast key > index 0Volker Braun2005-11-071-2/+4
| * scripts/Lindent on ieee80211 subsystem.James Ketrenos2005-11-071-3/+5
* | Merge git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-081-0/+2
|\ \ | |/ |/|
| * [PATCH] fix NET_RADIO=n, IEEE80211=y compileAdrian Bunk2005-11-081-0/+2
* | Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik2005-11-068-8/+0Star
|/
* [PATCH] ieee80211 build fixJames Ketrenos2005-10-261-1/+1
* ieee80211 subsystem:Michael Buesch2005-10-211-3/+6
* Fixed oops if an uninitialized key is used for encryption.Hong Liu2005-10-201-4/+7
* Fixed problem with not being able to decrypt/encrypt broadcast packets.Hong Liu2005-10-192-2/+4
* [PATCH] ieee80211: division by zero fixJiri Benc2005-10-181-9/+12
* Merge branch 'master'Jeff Garzik2005-10-141-1/+1
|\
| * [PATCH] gfp flags annotations - part 1Al Viro2005-10-091-1/+1
* | Merge rsync://bughost.org/repos/ieee80211-delta/Jeff Garzik2005-10-041-180/+134Star
|\ \
| * | Lindent and trailing whitespace script executed ieee80211 subsystemJames Ketrenos2005-10-031-14/+21
| * | When an assoc_resp is received the network structure is not completelyIvo van Doorn2005-10-031-0/+32
| * | Currently the info_element is parsed by 2 seperate functions, thisIvo van Doorn2005-10-031-168/+99Star