aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-082-6/+11
|\ \ | |/
| * mac80211: don't report selected IBSS when not foundVladimir Koutny2008-07-071-2/+4
| * mac80211: Only flush workqueue when last interface was removedIvo van Doorn2008-07-071-2/+2
| * mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notifyGuy Cohen2008-07-071-2/+5
* | mac80211: fix lots of kernel-docRandy Dunlap2008-07-082-21/+61
* | mac80211: add support for iwconfig wlanX frag autoEmmanuel Grumbach2008-07-081-0/+2
* | mac80211: aes_ccm.c remove crypto wrapper and extra argsHarvey Harrison2008-07-081-21/+17
* | mac80211: pass scratch buffer directly, remove additional pointersHarvey Harrison2008-07-083-23/+20
* | mac80211: wpa.c remove rx/tx_data ->fc usersHarvey Harrison2008-07-081-13/+8
* | mac80211: remove trivial rx_data->fc usersHarvey Harrison2008-07-081-56/+51
* | mac80211: call bss_info_change only once upon disassociationTomas Winkler2008-07-083-8/+8
* | mac80211: remove ieee80211_get_hdr_infoHarvey Harrison2008-07-083-41/+35
* | mac80211: remove one user of ieee80211_get_hdr_infoHarvey Harrison2008-07-081-41/+37
* | mac80211: use symbolic defines in wpa.cHarvey Harrison2008-07-081-7/+7
* | mac80211: move QOS control helpers into ieee80211.hHarvey Harrison2008-07-083-24/+16
* | mac80211: remove MAC80211_DEBUG from net/mac80211/Kconfig.Rami Rosen2008-07-081-2/+1
* | mac80211: fix warning: unused variable ifstaTomas Winkler2008-07-081-0/+2
* | mac80211: remove useless tid assignment for management and control framesTomas Winkler2008-07-081-1/+0
* | mac80211: add block ack request capabilityRon Rindjunsky2008-07-083-2/+49
* | mac80211: Don't request encryption for probe responseIvo van Doorn2008-07-081-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-052-2/+8
|\ \ | |/
| * net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy2008-07-011-2/+1
| * mac80211: don't accept WEP keys other than WEP40 and WEP104Emmanuel Grumbach2008-06-301-0/+7
* | mac80211: rework debug settings and make debugging saferJohannes Berg2008-07-0211-342/+196
* | mac80211: get rid of function pointers in RX pathJohannes Berg2008-07-021-53/+44
* | mac80211: get rid of function pointers in TX pathJohannes Berg2008-07-022-34/+35
* | mac80211: add beacon timestamp to beacon template in IBSSAssaf Krauss2008-06-301-0/+1
* | mac80211: fix warning: unused variable invoke_tx_handlersTomas Winkler2008-06-301-3/+2
* | mac80211: removing duplicated parsing of information elementsEster Kummer2008-06-301-91/+97
* | build algorithms into the mac80211 moduleAdrian Bunk2008-06-305-50/+14
* | mac80211: add last beacon time in scan listEmmanuel Grumbach2008-06-301-0/+7
* | mac80211: add spectrum capabilitiesTomas Winkler2008-06-301-0/+24
* | mac80211: add MAC80211_VERBOSE_SPECT_MGMT_DEBUG Kconfig optionYi Zhu2008-06-301-0/+7
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-2813-243/+410
|\ \
| * | mac80211: fix tx fragmentationJohannes Berg2008-06-271-31/+37
| * | mac80211: make workqueue freezableJohannes Berg2008-06-271-1/+1
| * | mac80211: add phy information to giwnameTomas Winkler2008-06-271-0/+32
| * | mac80211: update the authentication methodEmmanuel Grumbach2008-06-271-0/+13
| * | mac80211: don't return -EINVAL upon iwconfig wlan0 rts autoEmmanuel Grumbach2008-06-271-0/+3
| * | mac80211: mlme.c use new frame control helpersHarvey Harrison2008-06-271-20/+19
| * | mac80211: rx.c use new frame control helpersHarvey Harrison2008-06-271-4/+3
| * | mac80211: tx.c use new frame control helpersHarvey Harrison2008-06-271-29/+25
| * | mac80211: wep.c use new frame control helpersHarvey Harrison2008-06-271-24/+15
| * | mac80211: Let drivers have access to TKIP key offets for TX and RX MICLuis R. Rodriguez2008-06-273-36/+31
| * | mac80211: rename TKIP debugging Kconfig symbolJohannes Berg2008-06-272-11/+11
| * | mac80211: add single function calling tx handlersJohannes Berg2008-06-261-42/+40
| * | mac80211: use separate spinlock for sta flagsJohannes Berg2008-06-262-13/+28
| * | mac80211: remove shared key todoJohannes Berg2008-06-261-2/+3
| * | mac80211: 11h - Handling measurement requestAssaf Krauss2008-06-261-0/+78
| * | mac80211: 11h Infrastructure - ParsingAssaf Krauss2008-06-262-0/+28