summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| | * | cfg80211: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-261-16/+7Star
| | * | cfg80211: remove redundant zero check on variable 'changed'Colin Ian King2019-04-261-3/+0Star
| | * | 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/+1Star
| | * | 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/+1Star
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-071-1/+0Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
| |/ /
* | / cfg80211: Notify previous user request during self managed wiphy registrationSriram R2019-04-231-3/+2Star
| |/ |/|
* | 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/+1Star
* | 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/+1Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-093-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/+0Star
* | | cfg80211: parse multi-bssid only if HW supports itSara Sharon2019-02-081-1/+10
* | | cfg80211: Move Multiple BSS info to struct cfg80211_bss to be visibleSara Sharon2019-02-082-47/+43Star
* | | cfg80211: Properly track transmitting and non-transmitting BSSSara Sharon2019-02-082-2/+46
* | | cfg80211: use for_each_element() for multi-bssid parsingJohannes Berg2019-02-081-32/+15Star
* | | cfg80211: Parsing of Multiple BSSID information in scanningPeng Xu2019-02-082-39/+472
* | | nl80211: use for_each_element() in validate_ie_attr()Johannes Berg2019-02-081-20/+8Star
* | | cfg80211: add various struct element finding helpersJohannes Berg2019-02-082-25/+20Star
* | | cfg80211: add and use strongly typed element iteration macrosJohannes Berg2019-02-081-8/+6Star
|/ /
* | netlink: reduce NLA_POLICY_NESTED{,_ARRAY} argumentsJohannes Berg2019-02-011-10/+5Star
* | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2019-02-012-5/+10
|\|
| * cfg80211: extend range deviation for DMGChaitanya Tata2019-01-251-2/+2
| * cfg80211: reg: remove warn_on for a normal caseChaitanya Tata2019-01-251-2/+7