summaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-235-15/+26
|\
| * mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHzJohn Crispin2020-09-181-3/+4
| * mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau2020-09-181-4/+4
| * mac80211: do not disable HE if HT is missing on 2.4 GHzWen Gong2020-09-181-1/+2
| * mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit2020-09-181-1/+2
| * mac80211: add AQL support for VHT160 tx ratesFelix Fietkau2020-09-181-1/+3
| * mac80211: extend AQL aggregation estimation to HE and fix unit mismatchFelix Fietkau2020-09-181-5/+11
* | mac80211: Unsolicited broadcast probe response supportAloka Dixit2020-09-183-0/+77
* | mac80211: Add FILS discovery supportAloka Dixit2020-09-183-6/+83
* | mac80211: allow bigger A-MSDU sizes in VHT, even if HT is limitedFelix Fietkau2020-09-181-4/+0
* | mac80211: reorganize code to remove a forward declarationFelix Fietkau2020-09-181-473/+471
* | mac80211: extend ieee80211_tx_status_ext to support bulk freeFelix Fietkau2020-09-181-2/+8
* | mac80211: support using ieee80211_tx_status_ext to free skbs without status infoFelix Fietkau2020-09-181-11/+16
* | mac80211: unify 802.3 (offload) and 802.11 tx status codepathFelix Fietkau2020-09-181-64/+28
* | mac80211: optimize station connection monitorFelix Fietkau2020-09-185-47/+22
* | mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau2020-09-184-0/+45
* | mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau2020-09-185-14/+14
* | mac80211: remove tx status call to ieee80211_sta_register_airtimeFelix Fietkau2020-09-181-6/+0
* | mac80211: reduce duplication in tx status functionsFelix Fietkau2020-09-181-66/+35
* | mac80211: rework tx encapsulation offload APIFelix Fietkau2020-09-187-87/+156
* | mac80211: set info->control.hw_key for encap offload packetsFelix Fietkau2020-09-181-0/+5
* | mac80211: skip encap offload for tx multicast/control packetsFelix Fietkau2020-09-181-55/+19
* | mac80211: check and refresh aggregation session in encap offload txFelix Fietkau2020-09-181-0/+18
* | mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau2020-09-181-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-053-78/+172
|\|
| * mac80211: reduce packet loss event false positivesFelix Fietkau2020-08-272-18/+17
| * mac80211: improve AQL aggregation estimation for low data ratesFelix Fietkau2020-08-271-12/+26
| * mac80211: factor out code to look up the average packet length duration for a...Felix Fietkau2020-08-271-47/+74
| * mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau2020-08-273-6/+60
* | mac80211: rename csa counters to countdown countersJohn Crispin2020-08-277-52/+53
* | net: mac80211: mesh.h: delete duplicated wordRandy Dunlap2020-08-271-1/+1
* | net: mac80211: agg-rx.c: fix duplicated wordsRandy Dunlap2020-08-271-1/+1
|/
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-073-4/+4
* mac80211: Do not report beacon loss if beacon filtering enabledLoic Poulain2020-08-031-0/+3
* mac80211: fix misplaced while instead of ifJohannes Berg2020-08-031-1/+1
* mac80211: use eth_zero_addr() to clear mac addressMiaohe Lin2020-08-031-1/+2
* mac8211: fix struct initialisationJohn Crispin2020-08-031-1/+1
* mac80211: Handle special status codes in SAE commitJouni Malinen2020-08-031-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-026-6/+24
|\
| * mac80211: remove STA txq pending airtime underflow warningFelix Fietkau2020-07-301-3/+1
| * mac80211: Fix bug in Tx ack status reporting in 802.3 xmit pathVasanthakumar Thiagarajan2020-07-301-3/+4
| * mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel2020-07-301-0/+1
| * mac80211: mesh: Free ie data when leaving meshRemi Pommarel2020-07-301-0/+1
| * mac80211: fix warning in 6 GHz IE addition in mesh modeRajkumar Manoharan2020-07-302-0/+17
* | mac80211: warn only once in check_sdata_in_driver() at each callerJohannes Berg2020-07-311-6/+5
* | cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg2020-07-312-5/+5
* | mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau2020-07-312-23/+39
* | mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef2020-07-312-34/+35
* | mac80211: remove unused flags argument in transmit functionsMathy Vanhoef2020-07-317-22/+18
* | mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef2020-07-313-7/+3