summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-078-372/+917
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-3/+2
| |\
| * | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+104
| * | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-272-93/+116
| * | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-272-92/+112
| * | Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller2019-04-267-83/+584
| |\ \
| | * | cfg80211: add support to probe unexercised mesh linkRajkumar Manoharan2019-04-263-0/+79
| | * | nl80211: do a struct assignment to radar_chandef instead of memcpy()Luca Coelho2019-04-261-1/+1
| | * | cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter2019-04-261-4/+4
| | * | cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan2019-04-261-0/+43
| | * | nl80211: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-261-7/+3
| | * | cfg80211: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-261-16/+7
| | * | cfg80211: remove redundant zero check on variable 'changed'Colin Ian King2019-04-261-3/+0
| | * | mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-04-261-0/+5
| | * | nl80211/cfg80211: Extended Key ID supportAlexander Wetzel2019-04-264-16/+71
| | * | cfg80211: support profile split between elementsSara Sharon2019-04-261-6/+103
| | * | cfg80211: support non-inheritance elementSara Sharon2019-04-261-1/+60
| | * | cfg80211: don't skip multi-bssid index elementSara Sharon2019-04-261-2/+1
| | * | cfg80211/nl80211: Offload OWE processing to user space in AP modeSunil Dutt2019-04-083-0/+123
| | * | mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti2019-04-081-0/+1
| | * | nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scanvamsi krishna2019-04-081-0/+53
| | * | nl80211: reindent some sched scan codeJohannes Berg2019-04-081-31/+34
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-174-10/+56
| |\ \ \ | | |/ / | |/| |
| * | | genetlink: make policy common to familyJohannes Berg2019-03-221-104/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
| |/ /
* | / cfg80211: Notify previous user request during self managed wiphy registrationSriram R2019-04-231-3/+2
| |/ |/|
* | nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commandsSunil Dutt2019-03-291-6/+12
* | cfg80211: Use kmemdup in cfg80211_gen_new_ie()YueHaibing2019-03-291-2/+1
* | cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_heNathan Chancellor2019-03-291-2/+4
* | cfg80211: Handle WMM rules in regulatory domain intersectionIlan Peer2019-03-291-0/+39
|/
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2019-02-227-22/+49
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-154-21/+44
| |\
| | * cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg2019-02-111-11/+24
| | * cfg80211: pmsr: record netlink port IDJohannes Berg2019-02-111-0/+1
| | * nl80211: Fix FTM per burst maximum valueAviya Erenfeld2019-02-111-1/+1
| | * cfg80211: pmsr: fix abort lockingJohannes Berg2019-02-062-7/+17
| | * cfg80211: pmsr: fix MAC address settingJohannes Berg2019-02-061-2/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-083-1/+5
| |\|
| | * cfg80211: call disconnect_wk when AP stopsJohannes Berg2019-02-013-1/+5
* | | cfg80211: allow sending vendor events unicastJohannes Berg2019-02-221-6/+24
* | | cfg80211: Report Association Request frame IEs in association eventsJouni Malinen2019-02-223-12/+23
* | | cfg80211: pmsr: use eth_broadcast_addr() to assign broadcast addressMao Wenan2019-02-221-1/+1
* | | cfg80211: Use const more consistently in for_each_element macrosJouni Malinen2019-02-111-1/+1
* | | cfg80211: restore regulatory without calling userspaceJohannes Berg2019-02-112-15/+60
* | | cfg80211: fix memory leak of new_ieSara Sharon2019-02-081-4/+5
* | | cfg80211: fix the IE inheritance of extension IEsSara Sharon2019-02-081-7/+13
* | | cfg80211: save multi-bssid propertiesSara Sharon2019-02-081-21/+48
* | | cfg80211: make BSSID generation function inlineSara Sharon2019-02-081-16/+0
* | | cfg80211: parse multi-bssid only if HW supports itSara Sharon2019-02-081-1/+10