aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+11
2008-07-08mac80211: fix lots of kernel-docRandy Dunlap2-21/+61
2008-07-08mac80211: add support for iwconfig wlanX frag autoEmmanuel Grumbach1-0/+2
2008-07-08mac80211: aes_ccm.c remove crypto wrapper and extra argsHarvey Harrison1-21/+17
2008-07-08mac80211: pass scratch buffer directly, remove additional pointersHarvey Harrison3-23/+20
2008-07-08mac80211: wpa.c remove rx/tx_data ->fc usersHarvey Harrison1-13/+8
2008-07-08mac80211: remove trivial rx_data->fc usersHarvey Harrison1-56/+51
2008-07-08mac80211: call bss_info_change only once upon disassociationTomas Winkler3-8/+8
2008-07-08mac80211: remove ieee80211_get_hdr_infoHarvey Harrison3-41/+35
2008-07-08mac80211: remove one user of ieee80211_get_hdr_infoHarvey Harrison1-41/+37
2008-07-08mac80211: use symbolic defines in wpa.cHarvey Harrison1-7/+7
2008-07-08mac80211: move QOS control helpers into ieee80211.hHarvey Harrison3-24/+16
2008-07-08mac80211: remove MAC80211_DEBUG from net/mac80211/Kconfig.Rami Rosen1-2/+1
2008-07-08mac80211: fix warning: unused variable ifstaTomas Winkler1-0/+2
2008-07-08mac80211: remove useless tid assignment for management and control framesTomas Winkler1-1/+0
2008-07-08mac80211: add block ack request capabilityRon Rindjunsky3-2/+49
2008-07-08mac80211: Don't request encryption for probe responseIvo van Doorn1-0/+1
2008-07-07mac80211: don't report selected IBSS when not foundVladimir Koutny1-2/+4
2008-07-07mac80211: Only flush workqueue when last interface was removedIvo van Doorn1-2/+2
2008-07-07mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notifyGuy Cohen1-2/+5
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+8
2008-07-02mac80211: rework debug settings and make debugging saferJohannes Berg11-342/+196
2008-07-02mac80211: get rid of function pointers in RX pathJohannes Berg1-53/+44
2008-07-02mac80211: get rid of function pointers in TX pathJohannes Berg2-34/+35
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy1-2/+1
2008-06-30mac80211: add beacon timestamp to beacon template in IBSSAssaf Krauss1-0/+1
2008-06-30mac80211: fix warning: unused variable invoke_tx_handlersTomas Winkler1-3/+2
2008-06-30mac80211: removing duplicated parsing of information elementsEster Kummer1-91/+97
2008-06-30build algorithms into the mac80211 moduleAdrian Bunk5-50/+14
2008-06-30mac80211: add last beacon time in scan listEmmanuel Grumbach1-0/+7
2008-06-30mac80211: add spectrum capabilitiesTomas Winkler1-0/+24
2008-06-30mac80211: add MAC80211_VERBOSE_SPECT_MGMT_DEBUG Kconfig optionYi Zhu1-0/+7
2008-06-30mac80211: don't accept WEP keys other than WEP40 and WEP104Emmanuel Grumbach1-0/+7
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller13-243/+410
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+9
2008-06-27mac80211: fix an oops in several failure paths in key allocationEmmanuel Grumbach1-0/+9
2008-06-27mac80211: fix tx fragmentationJohannes Berg1-31/+37
2008-06-27mac80211: make workqueue freezableJohannes Berg1-1/+1
2008-06-27mac80211: add phy information to giwnameTomas Winkler1-0/+32
2008-06-27mac80211: update the authentication methodEmmanuel Grumbach1-0/+13
2008-06-27mac80211: don't return -EINVAL upon iwconfig wlan0 rts autoEmmanuel Grumbach1-0/+3
2008-06-27mac80211: mlme.c use new frame control helpersHarvey Harrison1-20/+19
2008-06-27mac80211: rx.c use new frame control helpersHarvey Harrison1-4/+3
2008-06-27mac80211: tx.c use new frame control helpersHarvey Harrison1-29/+25
2008-06-27mac80211: wep.c use new frame control helpersHarvey Harrison1-24/+15
2008-06-27mac80211: Let drivers have access to TKIP key offets for TX and RX MICLuis R. Rodriguez3-36/+31
2008-06-27mac80211: rename TKIP debugging Kconfig symbolJohannes Berg2-11/+11
2008-06-26mac80211: add single function calling tx handlersJohannes Berg1-42/+40
2008-06-26mac80211: use separate spinlock for sta flagsJohannes Berg2-13/+28
2008-06-26mac80211: remove shared key todoJohannes Berg1-2/+3