aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-16nl80211: fix the setting of RSSI threshold value for meshChun-Yeow Yeoh1-2/+2
2013-07-16regulatory: add missing rtnl lockingJohannes Berg1-0/+2
2013-07-16cfg80211: fix bugs in new SME implementationJohannes Berg1-3/+26
2013-07-16nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior1-2/+5
2013-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville7-145/+246
2013-06-24cfg80211: fix compilation warning for cfg80211_leave_all()Arend van Spriel1-1/+1
2013-06-24wireless: check for dangling wdev->current_bss pointerBen Greear1-0/+6
2013-06-24wireless: add comments about bss refcountingBen Greear2-0/+7
2013-06-24wireless: Make sure __cfg80211_connect_result always puts bssBen Greear1-1/+4
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville10-587/+534
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+14
2013-06-19cfg80211: hold BSS over association processJohannes Berg2-5/+14
2013-06-19cfg80211: require passing BSS struct back to cfg80211_assoc_timeoutJohannes Berg1-3/+5
2013-06-19nl80211: use small state buffer for wiphy_dumpJohannes Berg1-94/+116
2013-06-19Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg1-2/+9
2013-06-19nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg1-2/+9
2013-06-18nl80211/cfg80211: add 5 and 10 MHz defines and wiphy flagSimon Wunderlich2-12/+66
2013-06-18nl80211: use attributes to parse beaconsSimon Wunderlich1-28/+25
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville15-861/+443
2013-06-11cfg80211: fix rtnl leak in wiphy dump error casesJohannes Berg1-1/+4
2013-06-11nl80211: allow sending CMD_FRAME without specifying any frequencyAntonio Quartulli1-4/+15
2013-06-11cfg80211: fix VHT TDLS peer AID verificationJouni Malinen1-5/+7
2013-06-11{nl,mac,cfg}80211: Allow user to configure basic rates for meshAshok Nagarajan2-0/+27
2013-06-11{nl,cfg}80211: make peer link expiration time configurableColleen Twitty2-1/+9
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+4
2013-06-04cfg80211: make wiphy index start at 0 againJohannes Berg1-0/+3
2013-06-04cfg80211: fix potential deadlock regressionJohannes Berg1-15/+8
2013-06-04regulatory: use proper enum return valueJohannes Berg1-1/+1
2013-06-04cfg80211: separate internal SME implementationJohannes Berg7-448/+335
2013-06-04cfg80211/mac80211: clean up cfg80211 SME APIsJohannes Berg3-61/+101
2013-06-04nl80211: remove bogus genlmsg_end() error checkingJohannes Berg1-33/+7
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg2-37/+39
2013-05-29cfg80211: support an active monitor interface flagFelix Fietkau1-0/+10
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-3/+2
2013-05-27cfg80211: make WoWLAN configuration available to driversJohannes Berg4-38/+48
2013-05-25cfg80211: remove some locked wrappers from sme APIJohannes Berg6-59/+32
2013-05-25cfg80211: remove some locked wrappers from mlme APIJohannes Berg4-149/+70
2013-05-25regulatory: remove reg_mutexJohannes Berg1-57/+19
2013-05-25regulatory: use RCU in regulatory_hint_11d()Johannes Berg1-14/+16
2013-05-25cfg80211: simplify and correct P2P-Device scan checkJohannes Berg1-10/+7
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg2-42/+10
2013-05-25cfg80211: vastly simplify lockingJohannes Berg13-444/+115
2013-05-25cfg80211: use atomic_t for wiphy counterJohannes Berg1-8/+3
2013-05-25cfg80211: move cfg80211_get_dev_from_ifindex under wextJohannes Berg3-25/+21
2013-05-25Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg4-19/+33
2013-05-24{cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan1-0/+23
2013-05-24cfg80211: Allow TDLS peer AID to be configured for VHTJouni Malinen1-2/+9
2013-05-23cfg80211: fix reporting 64-bit station info tx bytesFelix Fietkau1-1/+1
2013-05-23cfg80211: check wdev->netdev in connection workJohannes Berg1-0/+3
2013-05-16cfg80211: Userspace may inform kernel of mesh auth method.Colleen Twitty2-0/+9