summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: add generic helper to check interface is runningArend Van Spriel2016-10-271-37/+16Star
* cfg80211: allow vendor commands to be sent to nan interfaceAndrei Otcheretianski2016-10-191-1/+2
* nl80211: ifdef WoWLAN related policiesJohannes Berg2016-10-171-0/+2
* nl80211: correctly use nl80211_nan_srf_policyJohannes Berg2016-10-171-1/+2
* cfg80211: support virtual interfaces with different beacon intervalsPurushottam Kushwaha2016-10-131-3/+11
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2016-10-041-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+1
| |\
| | * nl80211: validate number of probe response CSA countersJohannes Berg2016-09-131-1/+1
* | | cfg80211: Provide an API to report NAN function terminationAyala Beker2016-09-301-0/+60
* | | cfg80211: provide a function to report a match for NANAyala Beker2016-09-301-0/+80
* | | cfg80211: allow the user space to change current NAN configurationAyala Beker2016-09-301-0/+42
* | | cfg80211: add add_nan_func / del_nan_funcAyala Beker2016-09-301-0/+369
* | | cfg80211: add start / stop NAN commandsAyala Beker2016-09-301-3/+88
* | | cfg80211: add checks for beacon rate, extend to meshJohannes Berg2016-09-261-11/+35
* | | cfg80211: Add support to configure a beacon data ratePurushottam Kushwaha2016-09-261-222/+288
|/ /
* | nl80211: always check nla_put* return valuesJohannes Berg2016-09-151-5/+8
* | nl80211: always check nla_nest_start() return valueJohannes Berg2016-09-151-0/+11
* | cfg80211: allow connect keys only with default (TX) keyJohannes Berg2016-09-151-0/+14
* | cfg80211: reduce connect key caching struct sizeJohannes Berg2016-09-131-1/+0Star
* | nl80211: only allow WEP keys during connect commandJohannes Berg2016-09-131-5/+8
* | nl80211: fix connect keys range checkJohannes Berg2016-09-131-1/+1
* | cfg80211: disallow shared key authentication with key index 4Johannes Berg2016-09-131-1/+1
* | nl80211: Allow GET_INTERFACE dumps to be filteredDenis Kenzior2016-09-121-0/+29
* | nl80211: explicitly check enum nl80211_mesh_power_modeJohannes Berg2016-08-111-1/+13
* | cfg80211: identically validate beacon interval for AP/MESH/IBSSPurushottam Kushwaha2016-08-111-7/+9
* | cfg80211: always notify userspace when wireless netdev is removedDenis Kenzior2016-08-111-17/+1Star
* | cfg80211: always notify userspace of new wireless netdevsDenis Kenzior2016-08-111-14/+32
|/
* nl80211: correct checks for NL80211_MESHCONF_HT_OPMODE valueMasashi Honma2016-08-051-3/+31
* 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/+2Star
* | nl80211: Fix checkpatch warnings about blank linesKirtika Ruchandani2016-06-091-12/+10Star
* | 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-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