aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville16-227/+250
2012-07-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-0/+1
2012-07-18mac80211: flush stations before stop beaconingEliad Peller1-0/+1
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+4
2012-07-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville5-20/+36
2012-07-17mac80211: go out of PS before sending disassocEliad Peller1-6/+11
2012-07-17mac80211: fix tx-mgmt cookie value being left uninitializedNicolas Cavallari1-0/+1
2012-07-13cfg80211/mac80211: re-add get_channel operationJohannes Berg1-0/+11
2012-07-13Revert "mac80211: refactor virtual monitor code"Johannes Berg3-17/+14
2012-07-13mac80211: fix use after freeAlan Cox1-2/+4
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville16-206/+209
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville11-194/+258
2012-07-12mac80211: iterate the virtual monitor interfaceJohannes Berg2-10/+28
2012-07-12minstrel_ht: enable frame aggregation for fixed rateSylvain Roger Rieunier1-2/+6
2012-07-12mac80211: tx: do not drop non-robust mgmt to non-MFP stas.Nicolas Cavallari1-0/+3
2012-07-12mac80211: restructure key selectionJohannes Berg1-9/+13
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg4-10/+16
2012-07-12mac80211: redesign scan RXJohannes Berg4-80/+32
2012-07-12mac80211: track scheduled scan virtual interfaceJohannes Berg4-14/+15
2012-07-12mac80211: make scan_sdata pointer usable with RCUJohannes Berg3-14/+30
2012-07-12mac80211: fix invalid band deref building preq IEsArik Nemtsov2-0/+5
2012-07-12nl80211: move scan API to wdevJohannes Berg1-2/+3
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg3-14/+14
2012-07-11mac80211: Fix the Problem of Unreachable Mesh STA from DSChun-Yeow Yeoh1-0/+3
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+3
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings5-8/+12
2012-07-10mac80211: fix read outside array boundsChristian Lamparter1-1/+1
2012-07-09Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville11-194/+258
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-13/+13
2012-07-09mac80211: destroy assoc_data correctly if assoc failsEliad Peller1-4/+2
2012-07-09mac80211: correct size the argument to kzalloc in minstrel_htThomas Huehn1-1/+1
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg5-17/+27
2012-07-09mac80211: remove ieee80211_key_removedJohannes Berg1-20/+0
2012-07-09mac80211: remove unused assignmentJohannes Berg1-1/+1
2012-07-09mac80211: update BSS info on AC parameters changeJohannes Berg2-14/+16
2012-07-07mac80211: request TX status for BlockAck RequestsChristian Lamparter1-1/+2
2012-07-06mac80211: fix crash with single-queue driversJohannes Berg1-2/+10
2012-07-06mac80211: always set in_reconfig=false on wakeupEliad Peller1-1/+1
2012-07-06mac80211: fix debugfs default key linksJohannes Berg1-6/+10
2012-07-03mac80211: add TX prepare APIJohannes Berg3-0/+29
2012-07-03mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn1-2/+1
2012-07-02mac80211: remove tx_frags driver callbackJohannes Berg3-14/+3
2012-07-02mac80211: include VHT capability IE in probe requestsMahesh Palivela3-1/+34
2012-07-02cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev1-0/+2
2012-07-02mac80211: allow calling ieee80211_ap_probereq_get() during auth/assocEliad Peller1-3/+10
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville34-634/+998
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-8/+10
2012-06-29cfg80211/mac80211: remove .get_channelMichal Kazior1-11/+0
2012-06-29mac80211: refactor virtual monitor codeMichal Kazior3-14/+17
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+10