summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorLines
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-1/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-26/+26
2020-06-08net: fix wiki website url mac80211 and wireless filesFlavio Suligoi-1/+1
2020-06-05mac80211: initialize return flags in HE 6 GHz operation parsingJohannes Berg-0/+2
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+7
2020-05-31mac80211: set short_slot for 6 GHz bandTova Mussai-2/+4
2020-05-31mac80211: Consider 6 GHz band when handling power constraintIlan Peer-0/+1
2020-05-31mac80211: accept aggregation sessions on 6 GHzJohannes Berg-3/+5
2020-05-31mac80211: Add HE 6GHz capabilities element to probe requestIlan Peer-17/+38
2020-05-31mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg-2/+56
2020-05-31mac80211: check the correct bit for EMA APShaul Triebitz-9/+9
2020-05-31mac80211: determine chandef from HE 6 GHz operationJohannes Berg-19/+160
2020-05-31mac80211: avoid using ext NSS high BW if not supportedJohannes Berg-17/+100
2020-05-31mac80211: do not allow HT/VHT IEs in 6 GHz mesh modeRajkumar Manoharan-0/+16
2020-05-31mac80211: build HE operation with 6 GHz oper informationRajkumar Manoharan-8/+72
2020-05-31mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan-1/+65
2020-05-31mac80211: add HE 6 GHz Band Capabilities into parse extensionRajkumar Manoharan-0/+5
2020-05-28mac80211: support control port TX status reportingMarkus Theil-22/+56
2020-05-27mac80211: fix HT-Control field reception for management framesJohannes Berg-7/+37
2020-05-27mac80211: allow SA-QUERY processing in userspaceJohannes Berg-13/+36
2020-05-27nl80211: add ability to report TX status for control port TXMarkus Theil-2/+4
2020-05-27mac80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-27nl80211: support scan frequencies in KHzThomas Pedersen-0/+2
2020-05-27cfg80211: add KHz variants of frame RX APIThomas Pedersen-5/+7
2020-05-27mac80211: fix variable names in TID config methodsSergey Matyukevich-5/+5
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller-107/+271
2020-05-25mac80211: mesh: fix discovery timer re-arming issue / crashLinus Lüssing-0/+7
2020-04-30docs: networking: convert mac80211-injection.txt to ReSTMauro Carvalho Chehab-1/+1
2020-04-29mac80211: fix memory overlap due to variable length paramRajkumar Manoharan-8/+5
2020-04-29mac80211: TX legacy rate control for Beacon framesJouni Malinen-2/+34
2020-04-24mac80211: fix two missing documentation entriesJohannes Berg-0/+2
2020-04-24mac80211: add freq_offset to RX statusThomas Pedersen-3/+7
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen-15/+71
2020-04-24mac80211: minstrel_ht_assign_best_tp_rates: remove redundant testJohannes Berg-1/+2
2020-04-24mac80211: Fail association when AP has no legacy ratesIlan Peer-1/+9
2020-04-24mac80211: agg-tx: add an option to defer ADDBA transmitMordechay Goodstein-1/+13
2020-04-24mac80211: agg-tx: refactor sending addbaMordechay Goodstein-28/+39
2020-04-24mac80211: Skip entries with HE membership selectorIlan Peer-3/+4
2020-04-24mac80211: Don't destroy auth data in case of anti-cloggingAndrei Otcheretianski-1/+6
2020-04-24mac80211: add twt_protected flag to the bss_conf structureShaul Triebitz-0/+9
2020-04-24mac80211: implement Operating Mode Notification extended NSS supportJohannes Berg-2/+8
2020-04-24mac80211: Process multicast RX registration for Action framesJouni Malinen-3/+15
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg-30/+22
2020-04-24mac80211: Report beacon protection failures to user spaceJouni Malinen-2/+14
2020-04-24mac80211: fix drv_config_iface_filter() behaviourJohannes Berg-6/+14
2020-04-24mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg-10/+6
2020-04-24mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik-1/+2
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg-19/+43
2020-04-15mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam-4/+7
2020-04-15mac80211: fix race in ieee80211_register_hw()Sumit Garg-11/+13