summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+21
2022-02-04mac80211: Remove redundent assignment channel_typeJiapeng Chong1-1/+0
2022-02-04mac80211: remove useless ieee80211_vif_is_mesh() checkBaligh Gasmi1-2/+1
2022-02-04mac80211: fix struct ieee80211_tx_info sizeAvraham Stern1-4/+8
2022-02-04mac80211: mlme: validate peer HE supported ratesMordechay Goodstein1-1/+100
2022-02-04mac80211: remove unused macrosJohannes Berg6-13/+7
2022-02-04mac80211: airtime: avoid variable shadowingJohannes Berg1-2/+3
2022-02-04mac80211: mlme: add documentation from spec to codeMordechay Goodstein1-1/+9
2022-02-04mac80211: vht: use HE macros for parsing HE capabilitiesMordechay Goodstein1-2/+2
2022-02-04cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg1-0/+2
2022-02-04mac80211: consider RX NSS in UHB connectionMordechay Goodstein1-3/+58
2022-02-04mac80211: limit bandwidth in HE capabilitiesJohannes Berg4-10/+32
2022-01-31mac80211: mlme: check for null after calling kmemdupJiasheng Jiang1-8/+21
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-82/+55
2022-01-04mac80211: use ieee80211_bss_get_elem()Johannes Berg1-7/+7
2022-01-04mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl1-0/+13
2022-01-04mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih1-1/+1
2022-01-04mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin3-81/+54
2022-01-04mac80211: initialize variable have_higher_than_11mbitTom Rix1-1/+1
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski12-42/+191
2021-12-20mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg1-0/+3
2021-12-20mac80211: add more HT/VHT/HE state loggingJohannes Berg1-12/+33
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi1-5/+5
2021-12-20mac80211: Notify cfg80211 about association comebackIlan Peer1-0/+4
2021-12-20mac80211: introduce channel switch disconnect functionNathan Errera1-1/+13
2021-12-20mac80211: Remove a couple of obsolete TODOIlan Peer2-12/+5
2021-12-20mac80211: fix FEC flag in radio tap headerP Praneesh1-1/+6
2021-12-20mac80211: use coarse boottime for airtime fairness codeFelix Fietkau1-5/+5
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-34/+62
2021-12-14mac80211: do drv_reconfig_complete() before restarting allJohannes Berg1-7/+7
2021-12-14mac80211: mark TX-during-stop for TX in in_reconfigJohannes Berg1-1/+4
2021-12-14mac80211: update channel context before station stateMordechay Goodstein1-6/+9
2021-12-14mac80211: Fix the size used for building probe requestIlan Peer1-1/+1
2021-12-14mac80211: fix lookup when adding AddBA extension elementJohannes Berg1-2/+3
2021-12-14mac80211: validate extended element ID is presentJohannes Berg1-1/+6
2021-12-14mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lockJohannes Berg1-2/+8
2021-12-14mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau1-1/+1
2021-11-29mac80211: add docs for ssn in struct tid_ampdu_txJohannes Berg1-0/+1
2021-11-28ieee80211: change HE nominal packet padding value definesMiri Korenblit1-4/+5
2021-11-26mac80211: notify non-transmitting BSS of color changesJohn Crispin1-0/+18
2021-11-26mac80211: minstrel_ht: remove unused SAMPLE_SWITCH_THR definePeter Seiderer1-2/+0
2021-11-26mac80211: add support for .ndo_fill_forward_pathFelix Fietkau4-1/+89
2021-11-26mac80211: Remove unused assignment statementsluo penghao1-4/+0
2021-11-26mac80211: fix a memory leak where sta_info is not freedAhmed Zaki1-3/+3
2021-11-26mac80211: set up the fwd_skb->dev for mesh forwardingXing Song1-0/+1
2021-11-26mac80211: fix regression in SSN handling of addba txFelix Fietkau2-2/+3
2021-11-26mac80211: fix rate control for retransmitted framesFelix Fietkau1-3/+3
2021-11-26mac80211: track only QoS data frames for admission controlJohannes Berg1-3/+10
2021-11-26mac80211: fix TCP performance on mesh interfaceMaxime Bizon1-2/+2