summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-34/+273
|\ \ | |/ |/|
| * 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-181-0/+9
| * {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
| * cfg80211: add peer measurement with FTM initiator APIJohannes Berg2018-11-091-19/+173
* | cfg80211/mac80211: fix FTM settings across CSAJohannes Berg2018-11-091-0/+1
|/
* 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
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-10-081-5/+15
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-5/+15
| |\
| | * nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma2018-09-271-5/+14
| | * nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HTMasashi Honma2018-09-261-0/+1
* | | cfg80211: unify sending NL80211_CMD_NEW_INTERFACEJohannes Berg2018-10-021-9/+0Star
* | | nl80211: add error messages to nl80211_parse_chandef()Johannes Berg2018-10-021-22/+40
* | | cfg80211: move cookie_counter out of wiphyJohannes Berg2018-10-021-2/+2
* | | nl80211: remove nl80211_prepare_wdev_dump() skb argumentJohannes Berg2018-10-021-8/+7Star
* | | cfg80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu2018-10-021-5/+127
* | | nl80211: Fix a GET_KEY reply attributeAndrew Zaborowski2018-10-021-1/+1
* | | cfg80211: combine duplicate wdev init codeJohannes Berg2018-10-021-9/+1Star
* | | cfg80211: remove redundant check of !scan_planColin Ian King2018-10-021-2/+1Star
|/ /
* | cfg80211: add he_capabilities (ext) IE to AP settingsShaul Triebitz2018-09-051-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-051-7/+8
|\|
| * Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-041-7/+8
| |\
| | * cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli2018-08-301-0/+1
| | * nl80211: Pass center frequency in kHz instead of MHzHaim Dreyfuss2018-08-281-1/+1
| | * nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOPHaim Dreyfuss2018-08-281-2/+2
| | * cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-08-281-5/+5
* | | cfg80211: clarify frames covered by average ACK signal reportBalaji Pothunoori2018-08-291-3/+4
|/ /
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-9/+16
|\|
| * nl80211: Add a missing break in parse_station_flagsBernd Edlinger2018-07-091-0/+1
| * nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-061-9/+15
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-21/+14Star
|\|
| * nl80211: check nla_parse_nested() return valuesJohannes Berg2018-06-291-5/+11
| * nl80211: relax ht operation checks for meshBob Copeland2018-06-291-16/+3Star
* | Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...David S. Miller2018-06-301-44/+150
|\ \ | |/ |/|
| * cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2018-06-291-13/+13
| * cfg80211: Add support for HELuca Coelho2018-06-151-1/+98
| * nl80211: report 4ADDR status with GET_INTERFACEAntonio Quartulli2018-06-151-1/+2
| * nl80211: add scan features for improved scan privacyJohannes Berg2018-06-151-1/+7
| * nl80211: refactor common code in scan flags checksJohannes Berg2018-06-151-29/+31
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-1/+2
|\
| * nl80211: fix nlmsg allocation in cfg80211_ft_eventDedy Lansky2018-05-181-1/+2
* | nl80211: Reject disconnect commands except from conn_ownerAndrew Zaborowski2018-05-231-0/+16