aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211
AgeCommit message (Expand)AuthorFilesLines
2006-06-05[PATCH] softmac: unified capabilities computationJoseph Jezak1-32/+53
2006-06-05[PATCH] softmac: Fix handling of authentication failureDaniel Drake2-4/+23
2006-06-05[PATCH] softmac: complete shared key authenticationDaniel Drake4-28/+49
2006-06-05[PATCH] ieee80211softmac_io.c: fix warning "defined but not used"Toralf Förster1-45/+0
2006-05-05[PATCH] softmac: suggest per-frame-type TX rateDaniel Drake4-35/+108
2006-05-05[PATCH] ieee80211_wx.c: remove dead codeAdrian Bunk1-1/+1
2006-05-05[PATCH] softmac: deauthentication implies deassociationDaniel Drake4-24/+37
2006-05-05Merge branch 'upstream-fixes' into upstreamJohn W. Linville4-4/+41
2006-05-05[PATCH] softmac: make non-operational after being stoppedDaniel Drake4-2/+38
2006-05-05[PATCH] softmac: don't reassociate if user asked for deauthenticationDaniel Drake1-2/+3
2006-04-24[PATCH] softmac: clean up event handling codeJohannes Berg1-15/+10
2006-04-24[PATCH] softmac: add SIOCSIWMLMEJohannes Berg3-1/+34
2006-04-24[PATCH] ieee80211: replace debug IEEE80211_WARNING with each own debug macroZhu Yi1-8/+8
2006-04-24[PATCH] ieee80211: remove unnecessary CONFIG_WIRELESS_EXT checkingZhu Yi1-2/+0
2006-04-24[PATCH] ieee80211: export list of bit rates with standard WEXT procdduresZhu Yi1-23/+21
2006-04-24[PATCH] ieee80211: Fix TX code doesn't enable QoS when using WPA + QoSZhu Yi1-12/+51
2006-04-24[PATCH] ieee80211: Fix TKIP MIC calculation for QoS framesZhu Yi1-1/+10
2006-04-24[PATCH] softmac: fix SIOCSIWAPJohannes Berg3-14/+35
2006-04-19[PATCH] softmac: report when scanning has finishedJohannes Berg1-0/+6
2006-04-19[PATCH] softmac: fix event sendingJohannes Berg2-5/+31
2006-04-19[PATCH] softmac: handle iw_mode properlyjohannes@sipsolutions.net1-3/+15
2006-04-19[PATCH] softmac: dont send out packets while scanningjohannes@sipsolutions.net1-0/+2
2006-04-19[PATCH] softmac: return -EAGAIN from getscan while scanningjohannes@sipsolutions.net1-0/+10
2006-04-19[PATCH] softmac: fix spinlock recursion on reassocMichael Buesch1-1/+2
2006-04-19[PATCH] softmac uses Wiress Ext.Randy Dunlap1-0/+1
2006-03-27[PATCH] softmac: reduce default rate to 11Mbps.David Woodhouse2-10/+19
2006-03-27[PATCH] softmac: reduce scan dwell timeDavid Woodhouse1-1/+1
2006-03-27[PATCH] Minor (janitorial) change to ieee80211Larry Finger1-2/+2
2006-03-23[PATCH] Restore channel setting after scan.David Woodhouse1-0/+7
2006-03-23[PATCH] softmac: remove function_enter()John W. Linville3-29/+1
2006-03-22[PATCH] Fix softmac scanLarry Finger1-0/+1
2006-03-22[PATCH] softmac: remove dead codeJohannes Berg1-7/+0
2006-03-22[PATCH] softmac: add reassociation codeJohannes Berg3-0/+21
2006-03-22[PATCH] softmac: update deauth handler to quiet warningJohannes Berg2-5/+5
2006-03-22[PATCH] trivial fixes to softmacJohannes Berg2-2/+1
2006-03-22[PATCH] update copyright in softmacJohannes Berg7-35/+35
2006-03-22[PATCH] ieee80211_rx_any: filter out packets, call ieee80211_rx or ieee80211_...Denis Vlasenko1-0/+74
2006-03-22[PATCH] softmac: move EXPORT_SYMBOL_GPL right after functionsJohannes Berg1-8/+7
2006-03-22[PATCH] softmac: add MODULE_DESCRIPTION and MODULE_AUTHORsJohannes Berg1-0/+6
2006-03-22[PATCH] softmac: add copyright and license headersJohannes Berg7-3/+175
2006-03-22[PATCH] softmac: some comment stuffJohannes Berg2-2/+1
2006-03-22[PATCH] softmac: properly check return value of ieee80211softmac_alloc_mgtJohannes Berg1-1/+1
2006-03-22[PATCH] softmac: scan at least once before selecting a network by essidJohannes Berg1-7/+8
2006-03-22[PATCH] softmac: check if disassociation is for us before processing itJohannes Berg1-1/+4
2006-03-22[PATCH] softmac: select "best" network based on rssiJohannes Berg1-4/+8
2006-03-22[PATCH] softmac: add fixme for disassocJohannes Berg1-0/+1
2006-03-22[PATCH] softmac: try to reassociate when being disassociated from the APJohannes Berg1-0/+1
2006-03-22[PATCH] softmac: correctly use netif_carrier_{on,off}Johannes Berg3-15/+6
2006-03-22[PATCH] softmac: convert to use global workqueueJohannes Berg6-17/+12
2006-03-22[PATCH] softmac: fix MakefilesJohannes Berg2-1/+2
2006-03-22[PATCH] softmac: fix some sparse warningsJohannes Berg3-9/+14
2006-03-22[PATCH] make softmac depend on IEEE80211 and EXPERIMENTALJohannes Berg1-0/+1
2006-03-22[PATCH] wireless: Add softmac layer to the kernelJohannes Berg11-0/+2585
2006-03-17[PATCH] ieee80211: Don't update network statistics from off-channel packets.James Ketrenos1-1/+13
2006-03-15Merge branch 'upstream-fixes'John W. Linville2-3/+3
2006-03-15[PATCH] ieee80211: Fix QoS is not active problemHong Liu1-2/+2
2006-03-15[PATCH] ieee80211: Fix CCMP decryption problem when QoS is enabledZhu Yi1-1/+1
2006-02-27[PATCH] ieee80211_geo.c: remove frivolous BUG_ON'sPete Zaitcev1-3/+6
2006-02-27Merge branch 'upstream-fixes'John W. Linville1-11/+5
2006-02-27[PATCH] ieee80211_rx.c: is_beaconPete Zaitcev1-11/+5
2006-02-17[PATCH] ieee80211: fix sparse warning about missing "static"Johannes Berg1-1/+1
2006-02-17[PATCH] ieee80211: Use IWEVGENIE to set WPA IEZhu Yi1-22/+10
2006-01-31[PATCH] Add two management functions to ieee80211_rx.cLarry Finger1-0/+24
2006-01-30[PATCH] ieee80211: common wx auth codeLarry Finger1-0/+89
2006-01-30[PATCH] ieee80211: trivial fix for misplaced ()'sDenis Vlasenko1-1/+1
2006-01-30[PATCH] net/: fix the WIRELESS_EXT abuseAdrian Bunk1-2/+2
2006-01-30Merge branch 'upstream-fixes'John W. Linville1-2/+2
2006-01-30[PATCH] Typo corrections for ieee80211Larry Finger1-2/+2
2006-01-27[PATCH] ieee80211: Add 802.11h information element parsingZhu Yi1-6/+103
2006-01-27[PATCH] ieee80211: Add helpers for IBSS DFS handlingZhu Yi1-0/+18
2006-01-27[PATCH] ieee80211: Add 802.11h data type and structuresZhu Yi1-1/+1
2006-01-27[PATCH] ieee80211: Add TKIP crypt->build_ivZhu Yi4-31/+39
2006-01-27[PATCH] ieee80211: TIM information element parsingZhu Yi1-1/+4
2006-01-27[PATCH] ieee80211: kmalloc+memset -> kzalloc cleanupsZhu Yi1-2/+1
2006-01-27[PATCH] ieee80211: Add spectrum management informationZhu Yi1-2/+29
2006-01-27[PATCH] ieee80211: add flags for all geo channelsZhu Yi1-1/+38
2006-01-27[PATCH] ieee80211: Log if netif_rx() drops the packetZhu Yi2-7/+13
2006-01-27[PATCH] WEP fields are incorrectly shown to be INSIDE snap in the docDenis Vlasenko1-13/+13
2006-01-27[PATCH] ieee80211: Fix iwlist scan can only show about 20 APsZhu Yi1-2/+10
2006-01-27[PATCH] ieee80211: Fix problem with not decrypting broadcast packetsZhu Yi1-5/+17
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven4-12/+12
2006-01-10[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn1-7/+7
2006-01-09[PATCH] ieee80211: enable hw wep where host has to build IVJohannes Berg3-20/+45
2006-01-03[IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger1-3/+2
2005-12-12[PATCH] ieee80211_crypt_tkip depends on NET_RADIOOlaf Hering1-1/+1
2005-11-09ieee80211: cleanup crypto list handling, other minor cleanups.Christoph Hellwig1-111/+41
2005-11-09Merge rsync://bughost.org/repos/ieee80211-delta/Jeff Garzik1-5/+9
2005-11-07Merge git://git.tuxdriver.com/git/netdev-jwlJeff Garzik1-0/+2
2005-11-07[PATCH] fix NET_RADIO=n, IEEE80211=y compileAdrian Bunk1-0/+2
2005-11-07Fix problem with WEP unicast key > index 0Volker Braun1-2/+4
2005-11-07scripts/Lindent on ieee80211 subsystem.James Ketrenos1-3/+5
2005-11-05Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik8-8/+0
2005-10-26[PATCH] ieee80211 build fixJames Ketrenos1-1/+1
2005-10-21ieee80211 subsystem:Michael Buesch1-3/+6
2005-10-20Fixed oops if an uninitialized key is used for encryption.Hong Liu1-4/+7
2005-10-19Fixed problem with not being able to decrypt/encrypt broadcast packets.Hong Liu2-2/+4
2005-10-18[PATCH] ieee80211: division by zero fixJiri Benc1-9/+12
2005-10-13Merge branch 'master'Jeff Garzik1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-10-04Merge rsync://bughost.org/repos/ieee80211-delta/Jeff Garzik1-180/+134
2005-10-04Merge branch 'upstream-fixes'Jeff Garzik1-1/+1
2005-10-04[PATCH] ieee80211: fix gfp flags typeRandy Dunlap1-1/+1
2005-10-03Merge branch 'upstream-fixes'Jeff Garzik2-2/+2
2005-10-03[PATCH] ieee80211: fix gfp flags typeRandy Dunlap1-1/+1
2005-10-03Lindent and trailing whitespace script executed ieee80211 subsystemJames Ketrenos1-14/+21
2005-10-03When an assoc_resp is received the network structure is not completelyIvo van Doorn1-0/+32
2005-10-03Currently the info_element is parsed by 2 seperate functions, thisIvo van Doorn1-168/+99
2005-10-03Fix implicit nocast warnings in ieee80211 code:Randy Dunlap1-1/+1
2005-10-03This will move the ieee80211_is_ofdm_rate function to the ieee80211.hIvo van Doorn1-16/+0
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro1-1/+1
2005-09-22[PATCH] ieee80211: in-tree driver updates to sync with latest ieee80211 seriesJames Ketrenos6-17/+29
2005-09-22[PATCH] ieee80211: Added handle_deauth() callback, enhanced tkip/ccmp support...James Ketrenos4-32/+93
2005-09-22[PATCH] ieee80211: Added subsystem version string and reporting via MODULE_VE...James Ketrenos1-6/+18
2005-09-21[PATCH] ieee82011: Remove WIRELESS_EXT ifdefsJames Ketrenos2-25/+0
2005-09-21[PATCH] ieee80211: Updated copyright datesJames Ketrenos4-4/+4
2005-09-21[PATCH] ieee80211: Keep auth mode unchanged after iwconfig key off/on cycleJames Ketrenos1-5/+9
2005-09-21[PATCH] ieee80211: Mixed PTK/GTK CCMP/TKIP supportJames Ketrenos3-5/+15
2005-09-21[PATCH] ieee80211: Type-o, capbility definition for QoS, and ERP parsingJames Ketrenos1-1/+24
2005-09-21[PATCH] ieee80211: Added ieee80211_geo to provide helper functionsJames Ketrenos2-1/+143
2005-09-21[PATCH] ieee80211: Add QoS (WME) support to the ieee80211 subsystemJames Ketrenos2-21/+318
2005-09-21[PATCH] ieee80211: Return NETDEV_TX_BUSY when QoS buffer fullJames Ketrenos1-0/+12
2005-09-21[PATCH] ieee80211: Fix TKIP, repeated fragmentation problem, and payload_size...James Ketrenos6-74/+98
2005-09-21[PATCH] ieee82011: Added ieee80211_tx_frame to convert generic 802.11 data fr...James Ketrenos2-15/+107
2005-09-21[PATCH] ieee80211: adds support for the creation of RTS packetsJames Ketrenos2-3/+39
2005-09-21[PATCH] ieee80211: Renamed ieee80211_hdr to ieee80211_hdr_3addrJames Ketrenos4-37/+39
2005-09-21[PATCH] ieee82011: Added WE-18 support to default wireless extension handlerJames Ketrenos1-8/+230
2005-09-21[PATCH] ieee80211: Allow drivers to fix an issue when using wpa_supplicant wi...James Ketrenos1-4/+3
2005-09-21[PATCH] ieee80211: Fix kernel Oops when module unloadJames Ketrenos2-6/+29
2005-09-21[PATCH] ieee80211: Fix time calculation, switching to use jiffies_to_msecsJames Ketrenos1-6/+7
2005-09-21[PATCH] ieee80211: Hardware crypto and fragmentation offload supportJames Ketrenos2-27/+50
2005-09-21[PATCH] ieee80211: Fixed a kernel oops on module unloadJames Ketrenos7-37/+38
2005-09-16[PATCH] ieee80211 Switched to sscanf in store_debug_levelJames Ketrenos1-20/+6
2005-09-16[PATCH] ieee80211 Cleanup memcpy parameters.James Ketrenos1-8/+8
2005-09-16[PATCH] ieee80211 Removed ieee80211_info_element_hdrJames Ketrenos1-5/+5
2005-09-16[PATCH] Changed 802.11 headers to use ieee80211_info_element[0]James Ketrenos1-2/+2
2005-09-16[PATCH] ieee80211 Added wireless spy supportJames Ketrenos5-67/+78
2005-09-16[PATCH] ieee80211 quality scaling algorithm extension handlerJames Ketrenos1-10/+30
2005-09-16[PATCH] Fixed some endian issues with 802.11 header usage in ieee80211_rx.cJames Ketrenos1-17/+26
2005-09-08Kconfig: IEEE80211 should not depend on NET_RADIOJeff Garzik1-1/+0
2005-09-07[wireless ieee80211,ipw2200] Lindent source codeJeff Garzik8-394/+327
2005-09-07[wireless] build fixes after merging WE-19Jeff Garzik1-2/+3
2005-09-05[IEEE80211]: Use correct size_t printf format string in ieee80211_rx.cDavid S. Miller1-1/+1
2005-08-28[PATCH] ieee80211: Remove EAPOL debugJouni Malinen2-25/+0
2005-08-25ieee80211: new constants from latest 802.11x specificationsJiri Benc2-9/+9
2005-08-25ieee80211: Puts debug macros together and makes escape_essid not inlined.Jiri Benc1-0/+26
2005-08-15ieee80211: remove last uses of compat define WLAN_CAPABILITY_BSSJeff Garzik1-2/+2
2005-07-31ieee80211: trim trailing whitespaceJeff Garzik2-14/+14
2005-06-27[PATCH] ieee80211: remove pci.h #include'sAdrian Bunk3-3/+0
2005-05-27[PATCH] ieee80211: cleanupJiri Benc1-2/+2
2005-05-27[PATCH] fix IEEE80211_CRYPT_* selectsAdrian Bunk1-0/+2
2005-05-27[PATCH] net/ieee80211/: make two functions staticAdrian Bunk2-4/+4
2005-05-27[PATCH] ieee80211_module.c::store_debug_level() cleanupAl Viro1-5/+11
2005-05-15[PATCH] net/ieee80211/ieee80211_tx.c: swapped memset argumentsAdrian Bunk1-1/+1
2005-05-12[NET] ieee80211 subsystemJeff Garzik10-0/+4180