aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-12cfg80211/mac80211: Support disabling HE modeBen Greear1-0/+3
2021-02-12mac80211: add STBC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers1-0/+9
2021-02-12mac80211: minstrel_ht: remove sample rate switching code for constrained devicesFelix Fietkau2-103/+9
2021-02-12mac80211: minstrel_ht: show sampling rates in debugfsFelix Fietkau1-2/+16
2021-02-12mac80211: minstrel_ht: significantly redesign the rate probing strategyFelix Fietkau2-239/+336
2021-02-12mac80211: minstrel_ht: reduce the need to sample slower ratesFelix Fietkau2-12/+8
2021-02-12mac80211: minstrel_ht: update total packets counter in tx status pathFelix Fietkau1-11/+10
2021-02-12mac80211: minstrel_ht: use bitfields to encode rate indexesFelix Fietkau3-64/+79
2021-02-12mac80211: fix potential overflow when multiplying to u32 integersColin Ian King1-1/+1
2021-02-12mac80211: enable QoS support for nl80211 ctrl portMarkus Theil2-12/+21
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-02-06Merge tag 'wireless-drivers-2021-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversJakub Kicinski1-1/+1
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+6
2021-02-01mac80211: fix station rate table updates on assocFelix Fietkau2-2/+6
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+14
2021-01-28ath9k: fix build error with LEDS_CLASS=mArnd Bergmann1-1/+1
2021-01-27mac80211: minstrel_ht: fix regression in the max_prob_rate fixFelix Fietkau1-1/+1
2021-01-26mac80211: pause TX while changing interface typeJohannes Berg2-0/+7
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg6-16/+33
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-5/+4
2021-01-22mac80211: minstrel_ht: fix rounding error in throughput calculationFelix Fietkau1-4/+3
2021-01-22mac80211: minstrel_ht: increase stats update intervalFelix Fietkau1-1/+1
2021-01-22mac80211: minstrel_ht: fix max probability rate selectionFelix Fietkau1-9/+38
2021-01-22mac80211: minstrel_ht: improve sample rate selectionFelix Fietkau1-3/+3
2021-01-22mac80211: minstrel_ht: improve ampdu length estimationFelix Fietkau1-11/+27
2021-01-22mac80211: minstrel_ht: remove old ewma based rate average codeFelix Fietkau2-24/+8
2021-01-22mac80211: remove legacy minstrel rate controlFelix Fietkau7-989/+167
2021-01-22mac80211: minstrel_ht: add support for OFDM rates on non-HT clientsFelix Fietkau4-116/+224
2021-01-22mac80211: minstrel_ht: clean up CCK codeFelix Fietkau2-27/+32
2021-01-22mac80211: introduce aql_enable node in debugfsLorenzo Bianconi3-0/+58
2021-01-22mac80211: reduce peer HE MCS/NSS to own capabilitiesWen Gong1-0/+92
2021-01-21mac80211: remove NSS number of 160MHz if not support 160MHz for HEWen Gong1-1/+8
2021-01-21mac80211: 160MHz with extended NSS BW in CSAShay Bar1-3/+7
2021-01-21mac80211: add LDPC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers1-0/+4
2021-01-21mac80211: add rx decapsulation offload supportFelix Fietkau7-89/+209
2021-01-21net/fq_impl: do not maintain a backlog-sorted list of flowsFelix Fietkau1-2/+0
2021-01-21net/fq_impl: drop get_default_func, move default flow to fq_tinFelix Fietkau2-19/+4
2021-01-14mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi1-1/+1
2021-01-14mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau1-1/+1
2021-01-14mac80211: fix encryption key selection for 802.3 xmitFelix Fietkau1-12/+15
2021-01-14mac80211: fix fast-rx encryption checkFelix Fietkau1-0/+2
2021-01-14mac80211: fix incorrect strlen of .write in debugfsShayne Chen1-24/+20
2020-12-12Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski16-103/+347
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+4
2020-12-11mac80211: add ieee80211_set_sar_specsCarl Huang1-0/+12
2020-12-11mac80211: fix a mistake check for rx_stats updateWen Gong1-1/+1
2020-12-11mac80211: mlme: save ssid info to ieee80211_bss_conf while assocWen Gong1-0/+5
2020-12-11mac80211: Update rate control on channel changeIlan Peer1-0/+61
2020-12-11mac80211: don't filter out beacons once we start CSAEmmanuel Grumbach1-0/+1
2020-12-11mac80211: Fix calculation of minimal channel widthIlan Peer2-5/+6