summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-054-82/+55
|\
| * mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin2022-01-043-81/+54
| * mac80211: initialize variable have_higher_than_11mbitTom Rix2022-01-041-1/+1
* | mac80211: use ieee80211_bss_get_elem()Johannes Berg2022-01-041-7/+7
* | mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl2022-01-041-0/+13
* | mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-0/+3
|\|
| * mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg2021-12-201-0/+3
* | Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-2112-42/+191
|\ \
| * | mac80211: add more HT/VHT/HE state loggingJohannes Berg2021-12-201-12/+33
| * | cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi2021-12-201-5/+5
| * | mac80211: Notify cfg80211 about association comebackIlan Peer2021-12-201-0/+4
| * | mac80211: introduce channel switch disconnect functionNathan Errera2021-12-201-1/+13
| * | mac80211: Remove a couple of obsolete TODOIlan Peer2021-12-202-12/+5
| * | mac80211: fix FEC flag in radio tap headerP Praneesh2021-12-201-1/+6
| * | mac80211: use coarse boottime for airtime fairness codeFelix Fietkau2021-12-201-5/+5
| * | ieee80211: change HE nominal packet padding value definesMiri Korenblit2021-11-281-4/+5
| * | mac80211: notify non-transmitting BSS of color changesJohn Crispin2021-11-261-0/+18
| * | mac80211: minstrel_ht: remove unused SAMPLE_SWITCH_THR definePeter Seiderer2021-11-261-2/+0
| * | mac80211: add support for .ndo_fill_forward_pathFelix Fietkau2021-11-264-1/+89
| * | mac80211: Remove unused assignment statementsluo penghao2021-11-261-4/+0
| * | mac80211: introduce set_radar_offchan callbackLorenzo Bianconi2021-11-191-0/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-169-34/+62
|\ \ \ | | |/ | |/|
| * | mac80211: do drv_reconfig_complete() before restarting allJohannes Berg2021-12-141-7/+7
| * | mac80211: mark TX-during-stop for TX in in_reconfigJohannes Berg2021-12-141-1/+4
| * | mac80211: update channel context before station stateMordechay Goodstein2021-12-141-6/+9
| * | mac80211: Fix the size used for building probe requestIlan Peer2021-12-141-1/+1
| * | mac80211: fix lookup when adding AddBA extension elementJohannes Berg2021-12-141-2/+3
| * | mac80211: validate extended element ID is presentJohannes Berg2021-12-141-1/+6
| * | mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lockJohannes Berg2021-12-141-2/+8
| * | mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau2021-12-141-1/+1
| * | mac80211: add docs for ssn in struct tid_ampdu_txJohannes Berg2021-11-291-0/+1
| * | mac80211: fix a memory leak where sta_info is not freedAhmed Zaki2021-11-261-3/+3
| * | mac80211: set up the fwd_skb->dev for mesh forwardingXing Song2021-11-261-0/+1
| * | mac80211: fix regression in SSN handling of addba txFelix Fietkau2021-11-262-2/+3
| * | mac80211: fix rate control for retransmitted framesFelix Fietkau2021-11-261-3/+3
| * | mac80211: track only QoS data frames for admission controlJohannes Berg2021-11-261-3/+10
| * | mac80211: fix TCP performance on mesh interfaceMaxime Bizon2021-11-261-2/+2
| |/
* / ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* mac80211: fix throughput LED triggerFelix Fietkau2021-11-153-26/+23
* mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg2021-11-153-8/+15
* mac80211: drop check for DONT_REORDER in __ieee80211_select_queueFelix Fietkau2021-11-151-2/+1
* mac80211: fix radiotap header generationJohannes Berg2021-11-151-1/+1
* mac80211: do not access the IV when it was strippedXing Song2021-11-151-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-4/+5
|\
| * mac80211: mesh: fix HE operation element length checkJohannes Berg2021-10-011-4/+5
* | Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski2021-10-2220-473/+704
|\ \
| * | mac80211: Prevent AP probing during suspendLoic Poulain2021-10-213-0/+14
| * | nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju2021-10-213-1/+4
| * | mac80211: split beacon retrieval functionsAloka Dixit2021-10-211-85/+118