summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-4/+4
|\
| * mac80211: mesh: fix premature update of rc statsBob Copeland2018-05-181-4/+4
* | mac80211: Support adding duration for prepare_tx() callbackIlan Peer2018-05-233-12/+38
* | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-05-233-9/+25
|\|
| * mac80211: use timeout from the AddBA response instead of the requestSara Sharon2018-05-072-1/+6
| * mac80211: Adjust SAE authentication timeoutIlan Peer2018-05-071-7/+18
| * mac80211: Fix condition validating WMM IEIlan Peer2018-04-191-1/+1
* | mac80211: allocate and fill tidstats only when neededJohannes Berg2018-05-184-8/+10
* | mac80211: fix TX aggregation stop raceAlexander Wetzel2018-05-181-23/+21
* | cfg80211/mac80211: revert to stack allocation for sinfoJohannes Berg2018-05-181-19/+13
* | cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel2018-05-181-4/+5
* | mac80211: ethtool: avoid 32 bit multiplication overflowColin Ian King2018-05-081-2/+2
* | mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen2018-05-085-0/+137
* | cfg80211: Expose TXQ stats and parameters to userspaceToke Høiland-Jørgensen2018-05-081-13/+19
* | mac80211: average ack rssi support for data framesBalaji Pothunoori2018-05-073-0/+14
* | mac80211: add api to set CSA counter in mac80211Gregory Greenman2018-05-071-0/+25
* | mac80211: remove pointless flags=0 assignmentJohannes Berg2018-05-071-1/+1
* | mac80211: ethtool: memset the whole sinfo struct to 0Johannes Berg2018-05-071-2/+3
* | mac80211: clean up rate info bandwidth settingJohannes Berg2018-05-071-4/+2
* | mac80211: rename rtap_vendor_space to rtap_spaceJohannes Berg2018-05-071-21/+19
|/
* Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller2018-03-2914-96/+311
|\
| * mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach2018-03-291-1/+2
| * mac80211: Send control port frames over nl80211Denis Kenzior2018-03-297-5/+42
| * mac80211: Add support for tx_control_portDenis Kenzior2018-03-293-0/+50
| * mac80211: remove shadowing duplicated variableJohannes Berg2018-03-291-2/+0
| * mac80211: allow AP_VLAN operation on crypto controlled devicesManikanta Pubbisetty2018-03-292-5/+11
| * mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss2018-03-294-0/+52
| * mac80211: Use proper chan_width enum in sta opmode eventtamizhr@codeaurora.org2018-03-293-2/+35
| * mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org2018-03-293-1/+19
| * mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu2018-03-234-3/+7
| * mac80211: inform wireless layer when frame RSSI is invalidTosoni2018-03-213-77/+93
* | net: Use octal not symbolic permissionsJoe Perches2018-03-263-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-232-1/+3
|\ \ | |/ |/|
| * mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies2018-03-212-1/+3
* | net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches2018-03-151-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-062-1/+9
|\|
| * mac80211: drop frames with unexpected DS bits from fast-rx to slow pathFelix Fietkau2018-02-231-1/+1
| * mac80211: Adjust TSQ pacing shiftToke Høiland-Jørgensen2018-02-231-0/+8
* | mac80211: support A-MSDU in fast-rxFelix Fietkau2018-02-271-51/+73
* | mac80211: agg-rx: Accept ADDBA request update if timeout did not changeIlan Peer2018-02-271-2/+12
* | mac80211: support station 4-addr mode fast-rxFelix Fietkau2018-02-271-4/+7
* | mac80211: support fast-rx with incompatible PS capabilities when PS is disabledFelix Fietkau2018-02-272-6/+12
* | mac80211: support AP 4-addr mode fast-rxFelix Fietkau2018-02-271-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-246-21/+14
|\|
| * Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-02-226-21/+14
| |\
| | * mac80211: Fix sending ADDBA response for an ongoing sessionIlan Peer2018-02-191-3/+1
| | * mac80211: Do not disconnect on invalid operating classIlan Peer2018-02-191-4/+3
| | * mac80211: fix calling sleeping function in atomic contextSara Sharon2018-02-191-1/+1
| | * mac80211: fix a possible leak of station statsSara Sharon2018-02-191-0/+1
| | * cfg80211: fix cfg80211_beacon_dupArnd Bergmann2018-02-191-1/+1