aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-15/+26
2020-09-18mac80211: Unsolicited broadcast probe response supportAloka Dixit3-0/+77
2020-09-18mac80211: Add FILS discovery supportAloka Dixit3-6/+83
2020-09-18mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHzJohn Crispin1-3/+4
2020-09-18mac80211: allow bigger A-MSDU sizes in VHT, even if HT is limitedFelix Fietkau1-4/+0
2020-09-18mac80211: reorganize code to remove a forward declarationFelix Fietkau1-473/+471
2020-09-18mac80211: extend ieee80211_tx_status_ext to support bulk freeFelix Fietkau1-2/+8
2020-09-18mac80211: support using ieee80211_tx_status_ext to free skbs without status infoFelix Fietkau1-11/+16
2020-09-18mac80211: unify 802.3 (offload) and 802.11 tx status codepathFelix Fietkau1-64/+28
2020-09-18mac80211: optimize station connection monitorFelix Fietkau5-47/+22
2020-09-18mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau4-0/+45
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau5-14/+14
2020-09-18mac80211: remove tx status call to ieee80211_sta_register_airtimeFelix Fietkau1-6/+0
2020-09-18mac80211: reduce duplication in tx status functionsFelix Fietkau1-66/+35
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau7-87/+156
2020-09-18mac80211: set info->control.hw_key for encap offload packetsFelix Fietkau1-0/+5
2020-09-18mac80211: skip encap offload for tx multicast/control packetsFelix Fietkau1-55/+19
2020-09-18mac80211: check and refresh aggregation session in encap offload txFelix Fietkau1-0/+18
2020-09-18mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau1-0/+6
2020-09-18mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau1-4/+4
2020-09-18mac80211: do not disable HE if HT is missing on 2.4 GHzWen Gong1-1/+2
2020-09-18mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit1-1/+2
2020-09-18mac80211: add AQL support for VHT160 tx ratesFelix Fietkau1-1/+3
2020-09-18mac80211: extend AQL aggregation estimation to HE and fix unit mismatchFelix Fietkau1-5/+11
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-78/+172
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin7-52/+53
2020-08-27net: mac80211: mesh.h: delete duplicated wordRandy Dunlap1-1/+1
2020-08-27net: mac80211: agg-rx.c: fix duplicated wordsRandy Dunlap1-1/+1
2020-08-27mac80211: reduce packet loss event false positivesFelix Fietkau2-18/+17
2020-08-27mac80211: improve AQL aggregation estimation for low data ratesFelix Fietkau1-12/+26
2020-08-27mac80211: factor out code to look up the average packet length duration for a rateFelix Fietkau1-47/+74
2020-08-27mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau3-6/+60
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long3-4/+4
2020-08-03mac80211: Do not report beacon loss if beacon filtering enabledLoic Poulain1-0/+3
2020-08-03mac80211: fix misplaced while instead of ifJohannes Berg1-1/+1
2020-08-03mac80211: use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+2
2020-08-03mac8211: fix struct initialisationJohn Crispin1-1/+1
2020-08-03mac80211: Handle special status codes in SAE commitJouni Malinen1-1/+4
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-6/+24
2020-07-31mac80211: warn only once in check_sdata_in_driver() at each callerJohannes Berg1-6/+5
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg2-5/+5
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau2-23/+39
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef2-34/+35
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef7-22/+18
2020-07-31mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef3-7/+3
2020-07-31mac80211: do not overwrite the sequence number if requestedMathy Vanhoef1-0/+3
2020-07-31mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef1-0/+2
2020-07-31mac80211: never drop injected frames even if normally not allowedMathy Vanhoef1-1/+1
2020-07-31cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh2-4/+8
2020-07-31mac80211: calculate skb hash early when using itxqFelix Fietkau1-0/+1