aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-20mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg1-0/+3
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-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
2021-11-15mac80211: fix throughput LED triggerFelix Fietkau3-26/+23
2021-11-15mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg3-8/+15
2021-11-15mac80211: drop check for DONT_REORDER in __ieee80211_select_queueFelix Fietkau1-2/+1
2021-11-15mac80211: fix radiotap header generationJohannes Berg1-1/+1
2021-11-15mac80211: do not access the IV when it was strippedXing Song1-1/+2
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski20-473/+704
2021-10-21mac80211: Prevent AP probing during suspendLoic Poulain3-0/+14
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju3-1/+4
2021-10-21mac80211: split beacon retrieval functionsAloka Dixit1-85/+118
2021-10-21mac80211: use ieee80211_bss_get_elem() in most placesJohannes Berg1-21/+22
2021-10-21mac80211: fils: use cfg80211_find_ext_elem()Johannes Berg1-10/+12
2021-10-21mac80211: fix memory leaks with element parsingJohannes Berg3-24/+25
2021-10-21mac80211: use eth_hw_addr_set()Jakub Kicinski1-5/+3
2021-10-21mac80211: debugfs: calculate free buffer size correctlyMordechay Goodstein1-44/+47
2021-10-20fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen1-1/+2
2021-10-15fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet1-0/+1
2021-10-01mac80211: mesh: fix HE operation element length checkJohannes Berg1-4/+5
2021-09-28mac80211: MBSSID support in interface handlingJohn Crispin2-1/+68
2021-09-27mac80211: save transmit power envelope element and power constraintWen Gong1-0/+29
2021-09-27mac80211: add parse regulatory info in 6 GHz operation informationWen Gong1-0/+14
2021-09-27mac80211: twt: don't use potentially unaligned pointerJohannes Berg1-3/+5
2021-09-27mac80211: check return value of rhashtable_initMichelleJin1-1/+4
2021-09-27mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg1-0/+6
2021-09-24mac80211: use ieee802_11_parse_elems() in ieee80211_prep_channel()Wen Gong1-37/+22
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg10-201/+272
2021-09-23mac80211: mlme: find auth challenge directlyJohannes Berg3-11/+6
2021-09-23mac80211: move CRC into struct ieee802_11_elemsJohannes Berg3-13/+15
2021-09-23mac80211: mesh: clean up rx_bcn_presp APIJohannes Berg3-20/+17
2021-09-23mac80211: reduce stack usage in debugfsJohannes Berg1-7/+31
2021-09-23mac80211: check hostapd configuration parsing twt requestsLorenzo Bianconi1-11/+1
2021-09-23mac80211: mesh: fix potentially unaligned accessJohannes Berg1-1/+2
2021-09-23mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi1-0/+4
2021-09-23mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing1-1/+2