summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-23/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner-15/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-8/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-32/+88
2019-06-14Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...David S. Miller-32/+88
2019-06-14cfg80211: report measurement start TSF correctlyAvraham Stern-2/+2
2019-06-14cfg80211: fix memory leak of wiphy device nameEric Biggers-1/+1
2019-06-14cfg80211: util: fix bit count off by oneMordechay Goodstein-1/+1
2019-06-14cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Luca Coelho-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432Thomas Gleixner-2/+1
2019-05-29nl80211: fill all policy .type entriesJohannes Berg-21/+66
2019-05-28nl80211: fix station_info pertid memory leakAndy Strohman-1/+3
2019-05-24{nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty-3/+11
2019-05-24mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()John Crispin-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+2
2019-05-14wireless: Skip directory when generating certificatesMaxim Mikityanskiy-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-372/+917
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+0
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+2
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+104
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-93/+116
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-92/+112
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller-83/+584
2019-04-26cfg80211: add support to probe unexercised mesh linkRajkumar Manoharan-0/+79
2019-04-26nl80211: do a struct assignment to radar_chandef instead of memcpy()Luca Coelho-1/+1
2019-04-26cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter-4/+4
2019-04-26cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan-0/+43
2019-04-26nl80211: Use struct_size() in kzalloc()Gustavo A. R. Silva-7/+3
2019-04-26cfg80211: Use struct_size() in kzalloc()Gustavo A. R. Silva-16/+7
2019-04-26cfg80211: remove redundant zero check on variable 'changed'Colin Ian King-3/+0
2019-04-26mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich-0/+5
2019-04-26nl80211/cfg80211: Extended Key ID supportAlexander Wetzel-16/+71
2019-04-26cfg80211: support profile split between elementsSara Sharon-6/+103
2019-04-26cfg80211: support non-inheritance elementSara Sharon-1/+60
2019-04-26cfg80211: don't skip multi-bssid index elementSara Sharon-2/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers-1/+0
2019-04-23cfg80211: Notify previous user request during self managed wiphy registrationSriram R-3/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+56
2019-04-08cfg80211/nl80211: Offload OWE processing to user space in AP modeSunil Dutt-0/+123
2019-04-08mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti-0/+1
2019-04-08nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scanvamsi krishna-0/+53
2019-04-08nl80211: reindent some sched scan codeJohannes Berg-31/+34
2019-03-29nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commandsSunil Dutt-6/+12
2019-03-29cfg80211: Use kmemdup in cfg80211_gen_new_ie()YueHaibing-2/+1
2019-03-29cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_heNathan Chancellor-2/+4
2019-03-29cfg80211: Handle WMM rules in regulatory domain intersectionIlan Peer-0/+39
2019-03-22genetlink: make policy common to familyJohannes Berg-104/+1
2019-02-22Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg-22/+49