aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner2-0/+2
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-372/+917
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+0
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+104
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg2-93/+116
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2-92/+112
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller7-83/+584
2019-04-26cfg80211: add support to probe unexercised mesh linkRajkumar Manoharan3-0/+79
2019-04-26nl80211: do a struct assignment to radar_chandef instead of memcpy()Luca Coelho1-1/+1
2019-04-26cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter1-4/+4
2019-04-26cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan1-0/+43
2019-04-26nl80211: Use struct_size() in kzalloc()Gustavo A. R. Silva1-7/+3
2019-04-26cfg80211: Use struct_size() in kzalloc()Gustavo A. R. Silva1-16/+7
2019-04-26cfg80211: remove redundant zero check on variable 'changed'Colin Ian King1-3/+0
2019-04-26mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich1-0/+5
2019-04-26nl80211/cfg80211: Extended Key ID supportAlexander Wetzel4-16/+71
2019-04-26cfg80211: support profile split between elementsSara Sharon1-6/+103
2019-04-26cfg80211: support non-inheritance elementSara Sharon1-1/+60
2019-04-26cfg80211: don't skip multi-bssid index elementSara Sharon1-2/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-23cfg80211: Notify previous user request during self managed wiphy registrationSriram R1-3/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+56
2019-04-08cfg80211/nl80211: Offload OWE processing to user space in AP modeSunil Dutt3-0/+123
2019-04-08mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti1-0/+1
2019-04-08nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scanvamsi krishna1-0/+53
2019-04-08nl80211: reindent some sched scan codeJohannes Berg1-31/+34
2019-03-29nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commandsSunil Dutt1-6/+12
2019-03-29cfg80211: Use kmemdup in cfg80211_gen_new_ie()YueHaibing1-2/+1
2019-03-29cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_heNathan Chancellor1-2/+4
2019-03-29cfg80211: Handle WMM rules in regulatory domain intersectionIlan Peer1-0/+39
2019-03-22genetlink: make policy common to familyJohannes Berg1-104/+1
2019-02-22Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg7-22/+49
2019-02-22cfg80211: allow sending vendor events unicastJohannes Berg1-6/+24
2019-02-22cfg80211: Report Association Request frame IEs in association eventsJouni Malinen3-12/+23
2019-02-22cfg80211: pmsr: use eth_broadcast_addr() to assign broadcast addressMao Wenan1-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-21/+44
2019-02-11cfg80211: Use const more consistently in for_each_element macrosJouni Malinen1-1/+1
2019-02-11cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg1-11/+24
2019-02-11cfg80211: pmsr: record netlink port IDJohannes Berg1-0/+1
2019-02-11nl80211: Fix FTM per burst maximum valueAviya Erenfeld1-1/+1
2019-02-11cfg80211: restore regulatory without calling userspaceJohannes Berg2-15/+60
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+5
2019-02-08cfg80211: fix memory leak of new_ieSara Sharon1-4/+5
2019-02-08cfg80211: fix the IE inheritance of extension IEsSara Sharon1-7/+13
2019-02-08cfg80211: save multi-bssid propertiesSara Sharon1-21/+48
2019-02-08cfg80211: make BSSID generation function inlineSara Sharon1-16/+0
2019-02-08cfg80211: parse multi-bssid only if HW supports itSara Sharon1-1/+10