summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
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
2019-02-22cfg80211: allow sending vendor events unicastJohannes Berg-6/+24
2019-02-22cfg80211: Report Association Request frame IEs in association eventsJouni Malinen-12/+23
2019-02-22cfg80211: pmsr: use eth_broadcast_addr() to assign broadcast addressMao Wenan-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-21/+44
2019-02-11cfg80211: Use const more consistently in for_each_element macrosJouni Malinen-1/+1
2019-02-11cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg-11/+24
2019-02-11cfg80211: pmsr: record netlink port IDJohannes Berg-0/+1
2019-02-11nl80211: Fix FTM per burst maximum valueAviya Erenfeld-1/+1
2019-02-11cfg80211: restore regulatory without calling userspaceJohannes Berg-15/+60
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2019-02-08cfg80211: fix memory leak of new_ieSara Sharon-4/+5
2019-02-08cfg80211: fix the IE inheritance of extension IEsSara Sharon-7/+13
2019-02-08cfg80211: save multi-bssid propertiesSara Sharon-21/+48
2019-02-08cfg80211: make BSSID generation function inlineSara Sharon-16/+0
2019-02-08cfg80211: parse multi-bssid only if HW supports itSara Sharon-1/+10
2019-02-08cfg80211: Move Multiple BSS info to struct cfg80211_bss to be visibleSara Sharon-47/+43
2019-02-08cfg80211: Properly track transmitting and non-transmitting BSSSara Sharon-2/+46
2019-02-08cfg80211: use for_each_element() for multi-bssid parsingJohannes Berg-32/+15
2019-02-08cfg80211: Parsing of Multiple BSSID information in scanningPeng Xu-39/+472
2019-02-08nl80211: use for_each_element() in validate_ie_attr()Johannes Berg-20/+8
2019-02-08cfg80211: add various struct element finding helpersJohannes Berg-25/+20
2019-02-08cfg80211: add and use strongly typed element iteration macrosJohannes Berg-8/+6
2019-02-06cfg80211: pmsr: fix abort lockingJohannes Berg-7/+17
2019-02-06cfg80211: pmsr: fix MAC address settingJohannes Berg-2/+1
2019-02-01cfg80211: call disconnect_wk when AP stopsJohannes Berg-1/+5
2019-02-01netlink: reduce NLA_POLICY_NESTED{,_ARRAY} argumentsJohannes Berg-10/+5