summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: don't request disconnect if not connectedJohannes Berg2013-08-141-6/+4
* nl80211: nl80211hdr_put() doesn't return an ERR_PTRDan Carpenter2013-08-141-11/+11
* cfg80211: fix P2P GO interface teardownJohannes Berg2013-07-311-0/+1
* nl80211: fix another nl80211_fam.attrbuf raceJohannes Berg2013-07-301-2/+4
* regulatory: use correct regulatory initiator on wiphy registerArik Nemtsov2013-07-251-1/+4
* nl80211: fix the setting of RSSI threshold value for meshChun-Yeow Yeoh2013-07-161-2/+2
* regulatory: add missing rtnl lockingJohannes Berg2013-07-161-0/+2
* cfg80211: fix bugs in new SME implementationJohannes Berg2013-07-161-3/+26
* nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior2013-07-161-2/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-287-145/+246
|\
| * cfg80211: fix compilation warning for cfg80211_leave_all()Arend van Spriel2013-06-241-1/+1
| * wireless: check for dangling wdev->current_bss pointerBen Greear2013-06-241-0/+6
| * wireless: add comments about bss refcountingBen Greear2013-06-242-0/+7
| * wireless: Make sure __cfg80211_connect_result always puts bssBen Greear2013-06-241-1/+4
| * cfg80211: hold BSS over association processJohannes Berg2013-06-192-5/+14
| * cfg80211: require passing BSS struct back to cfg80211_assoc_timeoutJohannes Berg2013-06-191-3/+5
| * nl80211: use small state buffer for wiphy_dumpJohannes Berg2013-06-191-94/+116
| * Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg2013-06-191-2/+9
| |\
| * | nl80211/cfg80211: add 5 and 10 MHz defines and wiphy flagSimon Wunderlich2013-06-182-12/+66
| * | nl80211: use attributes to parse beaconsSimon Wunderlich2013-06-181-28/+25
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-2110-587/+534
|\| |
| * | cfg80211: fix rtnl leak in wiphy dump error casesJohannes Berg2013-06-111-1/+4
| * | nl80211: allow sending CMD_FRAME without specifying any frequencyAntonio Quartulli2013-06-111-4/+15
| * | cfg80211: fix VHT TDLS peer AID verificationJouni Malinen2013-06-111-5/+7
| * | {nl,mac,cfg}80211: Allow user to configure basic rates for meshAshok Nagarajan2013-06-112-0/+27
| * | {nl,cfg}80211: make peer link expiration time configurableColleen Twitty2013-06-112-1/+9
| * | cfg80211: make wiphy index start at 0 againJohannes Berg2013-06-041-0/+3
| * | cfg80211: fix potential deadlock regressionJohannes Berg2013-06-041-15/+8
| * | regulatory: use proper enum return valueJohannes Berg2013-06-041-1/+1
| * | cfg80211: separate internal SME implementationJohannes Berg2013-06-047-448/+335
| * | cfg80211/mac80211: clean up cfg80211 SME APIsJohannes Berg2013-06-043-61/+101
| * | nl80211: remove bogus genlmsg_end() error checkingJohannes Berg2013-06-041-33/+7
| * | cfg80211: take WoWLAN support information out of wiphy structJohannes Berg2013-06-032-37/+39
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-3/+14
|\ \ \ | | |/ | |/|
| * | nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg2013-06-191-2/+9
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-1115-861/+443
|\ \ \ | | |/ | |/|
| * | cfg80211: support an active monitor interface flagFelix Fietkau2013-05-291-0/+10
| * | cfg80211: make WoWLAN configuration available to driversJohannes Berg2013-05-274-38/+48
| * | cfg80211: remove some locked wrappers from sme APIJohannes Berg2013-05-256-59/+32
| * | cfg80211: remove some locked wrappers from mlme APIJohannes Berg2013-05-254-149/+70
| * | regulatory: remove reg_mutexJohannes Berg2013-05-251-57/+19
| * | regulatory: use RCU in regulatory_hint_11d()Johannes Berg2013-05-251-14/+16
| * | cfg80211: simplify and correct P2P-Device scan checkJohannes Berg2013-05-251-10/+7
| * | cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg2013-05-252-42/+10
| * | cfg80211: vastly simplify lockingJohannes Berg2013-05-2513-444/+115
| * | cfg80211: use atomic_t for wiphy counterJohannes Berg2013-05-251-8/+3
| * | cfg80211: move cfg80211_get_dev_from_ifindex under wextJohannes Berg2013-05-253-25/+21
| * | Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg2013-05-254-19/+33
| |\|
| * | {cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan2013-05-241-0/+23
| * | cfg80211: Allow TDLS peer AID to be configured for VHTJouni Malinen2013-05-241-2/+9