summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2007-12-26mac80211: warn when receiving frames with unaligned dataJohannes Berg1-0/+13
2007-12-26mac80211: round station cleanup timerJohannes Berg1-2/+5
2007-12-19NET: mac80211: fix inappropriate memory freeingCyrill Gorcunov1-1/+1
2007-12-19mac80211: fix header opsJohannes Berg1-1/+0
2007-12-19mac80211: Drop out of associated state if link is lostMichael Wu1-6/+2
2007-12-17ieee80211_rate: missed unlockCyrill Gorcunov1-0/+1
2007-11-30Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Herbert Xu3-5/+10
2007-11-29mac80211: rate limit wep decrypt failed messagesAdel Gadllah1-1/+2
2007-11-29mac80211: drop unencrypted frames if encryption is expectedJohannes Berg1-1/+1
2007-11-29mac80211: Fix behavior of ieee80211_open and ieee80211_closeMichael Wu1-3/+2
2007-11-29mac80211: free ifsta->extra_ie and clear IEEE80211_STA_PRIVACY_INVOKEDZhu Yi1-0/+5
2007-11-20mac80211: add missing space in error messageBruno Randolf1-1/+1
2007-11-20mac80211: fix allmulti/promisc behaviourJohannes Berg1-0/+23
2007-11-20mac80211: fix ieee80211_set_multicast_listJohannes Berg1-2/+2
2007-11-14Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...David S. Miller2-1/+9
2007-11-14mac80211: Fix queuing of scan containing a SSIDHelmut Schaa2-1/+9
2007-11-10mac80211: fix MAC80211_RCSIMPLE KconfigJohannes Berg1-2/+2
2007-11-10mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGJohn W. Linville3-6/+16
2007-11-10mac80211: use IW_AUTH_PRIVACY_INVOKED rather than IW_AUTH_KEY_MGMTJohannes Berg3-15/+21
2007-11-10mac80211: remove unused driver opsJohannes Berg1-6/+1
2007-11-10mac80211: remove ieee80211_common.hJohannes Berg1-91/+0
2007-11-10mac80211: allow driver to ask for a rate control algorithmJohannes Berg1-1/+2
2007-11-10mac80211: don't allow registering the same rate control twiceJohannes Berg1-1/+10
2007-11-10mac80211: make simple rate control algorithm built-inJohannes Berg6-27/+42
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-26[PATCH] mac80211: fix printk warning on 64-bitJohannes Berg1-1/+1
2007-10-25[PATCH] mac80211: Fix SSID matching in AP selectionMichael Wu1-1/+2
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle1-1/+1
2007-10-22Update net/ to use sg helpersJens Axboe1-6/+2
2007-10-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds1-46/+9
2007-10-19define global BIT macroJiri Slaby1-2/+0
2007-10-18[PATCH] mac80211: make ieee802_11_parse_elems return voidJohn W. Linville1-46/+9
2007-10-17[MAC80211]: only honor IW_SCAN_THIS_ESSID in STA, IBSS, and AP modesJohn W. Linville1-18/+19
2007-10-16[PATCH] mac80211: honor IW_SCAN_THIS_ESSID in siwscan ioctlBill Moss1-16/+24
2007-10-16[PATCH] mac80211: store SSID in sta_bss_listJohn W. Linville1-21/+33
2007-10-16[PATCH] mac80211: store channel info in sta_bss_listJohn W. Linville1-15/+19
2007-10-16[PATCH] mac80211: reorder association debug outputJohannes Berg1-5/+6
2007-10-16[PATCH] mac80211: fix set_channel regressionJohannes Berg1-1/+4
2007-10-10[PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED.Mattias Nissler1-9/+11
2007-10-10[PATCH] ieee80211_if_set_type: make check for master dev more explicitJohn W. Linville1-1/+1
2007-10-10[MAC80211]: add sta_notify callbackTomas Winkler1-6/+7
2007-10-10[MAC80211]: implement cfg80211's change_interface hookJohannes Berg1-18/+57
2007-10-10[MAC80211]: Add association LED triggerMichael Buesch4-19/+63
2007-10-10[MAC80211]: make userspace-mlme a per-interface settingJohannes Berg4-11/+8
2007-10-10[MAC80211]: improve radiotap injectionJohannes Berg2-91/+105
2007-10-10[MAC80211]: remove ALG_NONEJohannes Berg4-14/+11
2007-10-10[MAC80211]: use RX_FLAG_DECRYPTED for sw decrypted as wellJohannes Berg1-3/+5
2007-10-10[MAC80211]: consolidate decryption moreJohannes Berg1-34/+12
2007-10-10[MAC80211]: move sta_process rx handler laterJohannes Berg1-48/+48
2007-10-10[MAC80211]: remove management interfaceJohannes Berg9-305/+14