summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-4/+4
|\
| * nl80211: Move ACL parsing later to avoid a possible memory leakPurushottam Kushwaha2016-07-061-4/+4
* | cfg80211: Add mesh peer AID setting APIMasashi Honma2016-07-061-0/+6
* | nl80211: support beacon report scanningAvraham Stern2016-07-061-0/+27
* | nl80211: Add API to support VHT MU-MIMO air snifferAviya Erenfeld2016-07-061-0/+36
* | nl80211: improve nl80211_parse_mesh_config type checkingArnd Bergmann2016-06-301-30/+74
* | nl80211: clarify nl80211_set_reg() success pathJohannes Berg2016-06-091-4/+2
* | nl80211: Fix checkpatch warnings about blank linesKirtika Ruchandani2016-06-091-12/+10
* | nl80211: Fix spellingKirtika Ruchandani2016-06-091-1/+1
* | cfg80211: Advertise extended capabilities per interface type to userspaceKanchanapally, Vidyullatha2016-05-311-1/+42
* | cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen2016-05-311-2/+5
* | nl80211: Allow privileged operations from user namespacesMartin Willi2016-05-311-76/+76
|/
* cfg80211: make wdev_list accessible to driversJohannes Berg2016-05-121-8/+8
* nl80211: use nla_put_u64_64bit() for the remaining u64 attributesJohannes Berg2016-04-271-14/+22
* cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATIONMohammed Shafi Shajakhan2016-04-261-1/+2
* wireless: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-36/+55
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-1/+1
|\
| * nl80211: check netlink protocol in socket release notificationDmitry Ivanov2016-04-121-1/+1
* | cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-22/+22
* | cfg80211: Allow reassociation to be requested with internal SMEJouni Malinen2016-04-061-1/+2
* | cfg80211: Add option to specify previous BSSID for Connect commandJouni Malinen2016-04-061-0/+4
* | cfg80211: allow userspace to specify client P2P PS supportAyala Beker2016-04-051-0/+34
* | nl80211: add feature for BSS selection supportArend van Spriel2016-04-051-0/+111
* | cfg80211: Allow a scan request for a specific BSSIDJouni Malinen2016-04-051-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+1
|\
| * nl80211: Zero out the connection keys memory when freeing them.Ola Olsson2016-02-231-1/+1
* | cfg80211: Add global RRM capabilityBeni Lev2016-02-241-7/+11
* | cfg80211: basic support for PBSS network typeLior David2016-02-241-0/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-1/+4
|\
| * nl80211: Fix potential memory leak in nl80211_connectOla Olsson2015-12-151-1/+3
| * nl80211: Fix potential memory leak in nl80211_set_wowlanOla Olsson2015-12-151-0/+1
* | cfg80211: handle add_station auth/assoc flag quirksJohannes Berg2015-12-041-4/+19
* | cfg80211: use NL80211_ATTR_STA_AID in nl82011_set_stationAyala Beker2015-12-041-2/+2
* | cfg80211: Add support for aborting an ongoing scanVidyullatha Kanchanapally2015-12-041-0/+26
* | cfg80211: Add missing tracing to cfg80211Ilan Peer2015-12-041-5/+4
|/
* cfg80211: allow AID/listen interval changes for unassociated stationAyala Beker2015-11-031-9/+18
* nl80211: Fix potential memory leak from parse_acl_dataOla Olsson2015-11-031-6/+6
* cfg80211: reg: make CRDA support optionalJohannes Berg2015-10-161-50/+54
* cfg80211: Add multiple scan plans for scheduled scanAvraham Stern2015-10-131-13/+166
* nl80211: allow BSS data to include CLOCK_BOOTTIME timestampDmitry Shmidt2015-10-131-0/+5
* cfg80211: allow changing station capabilities for unassociated stationsAyala Beker2015-09-291-2/+5
* nl80211: put current TX power in interface infoRafał Miłecki2015-09-221-0/+10
* nl80211: support vendor dumpit commandsJohannes Berg2015-09-221-0/+192
* nl80211: Allow setting multicast rate on OCB interfacesBertold Van den Bergh2015-08-141-1/+2
* cfg80211: propagate set_wiphy failure to userspaceMichal Kazior2015-08-141-0/+1
* cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov2015-07-171-6/+8
* cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov2015-05-061-2/+2
* cfg80211: allow the plink state blocking for user managed meshChun-Yeow Yeoh2015-04-241-1/+2
* cfg80211: Stop calling crda if it is not responsiveIlan peer2015-04-011-1/+1
* Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-311-11/+73
|\