aboutsummaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2013-08-14cfg80211: don't request disconnect if not connectedGravatar Johannes Berg 1-6/+4
2013-08-14nl80211: nl80211hdr_put() doesn't return an ERR_PTRGravatar Dan Carpenter 1-11/+11
2013-07-31cfg80211: fix P2P GO interface teardownGravatar Johannes Berg 1-0/+1
2013-07-30nl80211: fix another nl80211_fam.attrbuf raceGravatar Johannes Berg 1-2/+4
2013-07-25regulatory: use correct regulatory initiator on wiphy registerGravatar Arik Nemtsov 1-1/+4
2013-07-16nl80211: fix the setting of RSSI threshold value for meshGravatar Chun-Yeow Yeoh 1-2/+2
2013-07-16regulatory: add missing rtnl lockingGravatar Johannes Berg 1-0/+2
2013-07-16cfg80211: fix bugs in new SME implementationGravatar Johannes Berg 1-3/+26
2013-07-16nl80211: fix mgmt tx status and testmode reporting for netnsGravatar Michal Kazior 1-2/+5
2013-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 7-145/+246
2013-06-24cfg80211: fix compilation warning for cfg80211_leave_all()Gravatar Arend van Spriel 1-1/+1
2013-06-24wireless: check for dangling wdev->current_bss pointerGravatar Ben Greear 1-0/+6
2013-06-24wireless: add comments about bss refcountingGravatar Ben Greear 2-0/+7
2013-06-24wireless: Make sure __cfg80211_connect_result always puts bssGravatar Ben Greear 1-1/+4
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 10-587/+534
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+14
2013-06-19cfg80211: hold BSS over association processGravatar Johannes Berg 2-5/+14
2013-06-19cfg80211: require passing BSS struct back to cfg80211_assoc_timeoutGravatar Johannes Berg 1-3/+5
2013-06-19nl80211: use small state buffer for wiphy_dumpGravatar Johannes Berg 1-94/+116
2013-06-19Merge remote-tracking branch 'mac80211/master' into HEADGravatar Johannes Berg 1-2/+9
2013-06-19nl80211: fix attrbuf access race by allocating a separate oneGravatar Johannes Berg 1-2/+9
2013-06-18nl80211/cfg80211: add 5 and 10 MHz defines and wiphy flagGravatar Simon Wunderlich 2-12/+66
2013-06-18nl80211: use attributes to parse beaconsGravatar Simon Wunderlich 1-28/+25
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 15-861/+443
2013-06-11cfg80211: fix rtnl leak in wiphy dump error casesGravatar Johannes Berg 1-1/+4
2013-06-11nl80211: allow sending CMD_FRAME without specifying any frequencyGravatar Antonio Quartulli 1-4/+15
2013-06-11cfg80211: fix VHT TDLS peer AID verificationGravatar Jouni Malinen 1-5/+7
2013-06-11{nl,mac,cfg}80211: Allow user to configure basic rates for meshGravatar Ashok Nagarajan 2-0/+27
2013-06-11{nl,cfg}80211: make peer link expiration time configurableGravatar Colleen Twitty 2-1/+9
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-1/+4
2013-06-04cfg80211: make wiphy index start at 0 againGravatar Johannes Berg 1-0/+3
2013-06-04cfg80211: fix potential deadlock regressionGravatar Johannes Berg 1-15/+8
2013-06-04regulatory: use proper enum return valueGravatar Johannes Berg 1-1/+1
2013-06-04cfg80211: separate internal SME implementationGravatar Johannes Berg 7-448/+335
2013-06-04cfg80211/mac80211: clean up cfg80211 SME APIsGravatar Johannes Berg 3-61/+101
2013-06-04nl80211: remove bogus genlmsg_end() error checkingGravatar Johannes Berg 1-33/+7
2013-06-03cfg80211: take WoWLAN support information out of wiphy structGravatar Johannes Berg 2-37/+39
2013-05-29cfg80211: support an active monitor interface flagGravatar Felix Fietkau 1-0/+10
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-3/+2
2013-05-27cfg80211: make WoWLAN configuration available to driversGravatar Johannes Berg 4-38/+48
2013-05-25cfg80211: remove some locked wrappers from sme APIGravatar Johannes Berg 6-59/+32
2013-05-25cfg80211: remove some locked wrappers from mlme APIGravatar Johannes Berg 4-149/+70
2013-05-25regulatory: remove reg_mutexGravatar Johannes Berg 1-57/+19
2013-05-25regulatory: use RCU in regulatory_hint_11d()Gravatar Johannes Berg 1-14/+16
2013-05-25cfg80211: simplify and correct P2P-Device scan checkGravatar Johannes Berg 1-10/+7
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Gravatar Johannes Berg 2-42/+10
2013-05-25cfg80211: vastly simplify lockingGravatar Johannes Berg 13-444/+115
2013-05-25cfg80211: use atomic_t for wiphy counterGravatar Johannes Berg 1-8/+3
2013-05-25cfg80211: move cfg80211_get_dev_from_ifindex under wextGravatar Johannes Berg 3-25/+21
2013-05-25Merge remote-tracking branch 'mac80211/master' into mac80211-nextGravatar Johannes Berg 4-19/+33