aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
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 of varying hw/sw offloadJames Ketrenos4-32/+93
2005-09-22[PATCH] ieee80211: Added subsystem version string and reporting via MODULE_VERSIONJames 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 reportingJames Ketrenos6-74/+98
2005-09-21[PATCH] ieee82011: Added ieee80211_tx_frame to convert generic 802.11 data frames, and callbacksJames 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 with WEPJames 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