aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-26mac80211: 11h - Handling measurement requestAssaf Krauss1-0/+78
2008-06-26mac80211: 11h Infrastructure - ParsingAssaf Krauss2-0/+28
2008-06-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6John W. Linville3-30/+43
2008-06-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-06-18mac80211: detect driver tx bugsJohannes Berg1-1/+8
2008-06-18Revert "mac80211: Use skb_header_cloned() on TX path."David S. Miller1-2/+2
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller3-30/+43
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+3
2008-06-14mac80211: eliminate IBSS warning in rate_lowest_index()Vladimir Koutny3-7/+20
2008-06-14mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_keyHarvey Harrison1-14/+16
2008-06-14mac80211: tkip.c fold ieee80211_gen_rc4key into its one callerHarvey Harrison1-21/+17
2008-06-14mac80211: tkip.c consolidate tkip IV writing in helperHarvey Harrison3-20/+17
2008-06-14mac80211: rx.c use new helpersHarvey Harrison1-12/+7
2008-06-14mac80211: wme.c use new helpersHarvey Harrison1-13/+5
2008-06-14mac80211: use new helpers in util.c - ieee80211_get_bssid()Harvey Harrison1-22/+19
2008-06-14mac80211: wpa.c use new access helpersHarvey Harrison1-47/+16
2008-06-14mac80211: add utility function to get header lengthHarvey Harrison1-0/+32
2008-06-14mac80211: make ieee80211_get_hdrlen_from_skb return unsignedHarvey Harrison1-4/+4
2008-06-14mac80211: fix beacon interval valueTomas Winkler2-2/+3
2008-06-14mac80211: do not fragment while aggregation is in useRon Rindjunsky1-4/+4