summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-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-181-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/+4Star
|/
* 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
|\
| * cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen2015-03-301-1/+2
| * nl80211: add net-detect delay to wowlan infoLuciano Coelho2015-03-301-2/+3
| * cfg80211: Add API to change the indoor regulatory settingIlan peer2015-03-061-1/+18
| * nl80211: prohibit mixing 'any' and regular wowlan triggersJohannes Berg2015-03-041-0/+22
| * cfg80211: Allow NL80211_ATTR_IFINDEX to be added to vendor eventsAhmad Kholaif2015-03-031-4/+15
| * cfg80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com2015-03-031-2/+12
| * nl/mac80211: allow zero plink timeout to disable STA expirationMasashi Honma2015-02-281-1/+1
* | netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-0/+10
|\ \
| * | nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg2015-03-161-0/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-041-7/+5Star
|\| |