summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * nl80211: fix NLA_POLICY_NESTED() argumentsJohannes Berg2019-01-251-1/+1
* | nl80211: Allow set/del pmksa operations for APLiangwei Dong2019-01-251-1/+4
* | cfg80211: Authentication offload to user space in AP modeSrinivas Dasari2019-01-251-7/+18
* | cfg80211: Allow drivers to advertise supported AKM suitesVeerendranath Jakkam2019-01-251-0/+9
* | cfg80211: Notify all User Hints To self managed wiphysSriram R2019-01-251-3/+1Star
* | cfg80211: mark expected switch fall-throughsGustavo A. R. Silva2019-01-251-0/+2
* | nl80211/mac80211: mesh: add mesh path change count to mpath infoJulan Hsu2019-01-191-1/+4
* | nl80211/mac80211: mesh: add hop count to mpath infoJulan Hsu2019-01-191-1/+4
* | cfg80211: Add airtime statistics and settingsToke Høiland-Jørgensen2019-01-191-0/+24
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-273-5/+5
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-203-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-1/+3
|\ \
| * | nl80211: fix memory leak if validate_pae_over_nl80211() failsJohannes Berg2018-12-191-1/+3
* | | Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller2018-12-1911-55/+1065
|\ \ \ | |/ / |/| |
| * | cfg80211: fix ieee80211_get_vht_max_nss()Johannes Berg2018-12-191-8/+7Star
| * | nl80211: Add support to notify radar event info received from STASriram R2018-12-181-0/+62
| * | cfg80211: add some missing fall through annotationsLuca Coelho2018-12-183-1/+13
| * | {nl,mac}80211: add rssi to mesh candidatesBob Copeland2018-11-091-2/+5
| * | {nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland2018-11-091-1/+7
| * | {nl,mac}80211: report gate connectivity in station infoBob Copeland2018-11-091-0/+1
| * | nl80211: Emit a SET_INTERFACE on iftype changeAndrew Zaborowski2018-11-091-12/+16
| * | nl80211: announce radios/interfaces when switching namespacesMartin Willi2018-11-091-0/+14
| * | cfg80211: add peer measurement with FTM initiator APIJohannes Berg2018-11-098-19/+928
| * | cfg80211: tracing: avoid 'idx' variableJohannes Berg2018-11-091-12/+12
| |/
* | cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen2018-12-051-0/+2
* | cfg80211: Prevent regulatory restore during STA disconnect in concurrent inte...Sriram R2018-11-091-1/+5
* | cfg80211/mac80211: fix FTM settings across CSAJohannes Berg2018-11-091-0/+1
* | cfg80211: add missing constraint for user-supplied VHT maskSergey Matyukevich2018-11-092-2/+4
|/
* nl80211: Add per peer statistics to compute FCS error rateAnkita Bajaj2018-10-121-0/+2
* nl80211: use netlink policy validation function for elementsJohannes Berg2018-10-111-76/+46Star
* nl80211: use policy range validation where applicableJohannes Berg2018-10-111-289/+180Star
* lib80211: don't use skcipherJohannes Berg2018-10-102-71/+40Star
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-10-084-21/+79
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-062-7/+14
| |\
| | * cfg80211: fix use-after-free in reg_process_hint()Yu Zhao2018-10-011-3/+4
| | * cfg80211: fix wext-compat memory leakStefan Seyfried2018-10-011-4/+10