summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-172-3/+32
|\
| * nl80211: correct checks for NL80211_MESHCONF_HT_OPMODE valueMasashi Honma2016-08-051-3/+31
| * cfg80211: fix missing break in NL8211_CHAN_WIDTH_80P80 caseColin Ian King2016-08-021-0/+1
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-242-4/+6
|\
| * cfg80211: handle failed skb allocationGregory Greenman2016-07-061-0/+2
| * 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-065-16/+78
* | 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+1
|\|
| * cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC headerFelix Fietkau2016-06-291-1/+1
* | Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller2016-06-105-104/+172
|\ \ | |/ |/|
| * 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-312-1/+72
| * cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen2016-05-314-10/+11
| * nl80211: Allow privileged operations from user namespacesMartin Willi2016-05-311-76/+76
* | wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti2016-06-091-2/+23
* | cfg80211: remove get/set antenna and tx power warningsJohannes Berg2016-06-091-2/+0
* | mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-191-1/+1
|/
* cfg80211: make wdev_list accessible to driversJohannes Berg2016-05-128-24/+26
* cfg80211: remove erroneous commentJohannes Berg2016-05-121-1/+1
* cfg80211: allow finding vendor with OUI without specifying the OUI typeEmmanuel Grumbach2016-05-121-2/+6
* wext: remove a/b/g/n from SIOCGIWNAMEJohannes Berg2016-05-021-35/+0
* nl80211: use nla_put_u64_64bit() for the remaining u64 attributesJohannes Berg2016-04-271-14/+22
* cfg80211: Add option to report the bss entry in connect resultKanchanapally, Vidyullatha2016-04-263-7/+24
* 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-1215-99/+99
* | cfg80211: Allow reassociation to be requested with internal SMEJouni Malinen2016-04-062-3/+14
* | cfg80211: Add option to specify previous BSSID for Connect commandJouni Malinen2016-04-062-2/+8
* | cfg80211: allow userspace to specify client P2P PS supportAyala Beker2016-04-051-0/+34
* | nl80211: add feature for BSS selection supportArend van Spriel2016-04-052-0/+118
* | cfg80211: Allow a scan request for a specific BSSIDJouni Malinen2016-04-053-0/+10
* | wext: unregister_pernet_subsys() on notifier registration failureJohannes Berg2016-04-051-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-198-221/+255
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-084-12/+50
| |\
| * | wireless: use reset to set mac headerZhang Shengju2016-03-041-1/+1
| * | Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-018-220/+254
| |\ \
| | * | cfg80211: add radiotap VHT info to rtap_namespace_sizesLorenzo Bianconi2016-02-241-0/+1
| | * | cfg80211: Add global RRM capabilityBeni Lev2016-02-241-7/+11
| | * | cfg80211: reuse existing page fragments in A-MSDU rxFelix Fietkau2016-02-241-5/+77
| | * | cfg80211: fix faulty variable initialization in ieee80211_amsdu_to_8023sFelix Fietkau2016-02-241-1/+1
| | * | cfg80211: basic support for PBSS network typeLior David2016-02-242-3/+17
| | * | cfg80211: add support for non-linear skbs in ieee80211_amsdu_to_8023sFelix Fietkau2016-02-241-51/+49