summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-073-4/+4
* mac80211: Do not report beacon loss if beacon filtering enabledLoic Poulain2020-08-031-0/+3
* mac80211: fix misplaced while instead of ifJohannes Berg2020-08-031-1/+1
* mac80211: use eth_zero_addr() to clear mac addressMiaohe Lin2020-08-031-1/+2
* mac8211: fix struct initialisationJohn Crispin2020-08-031-1/+1
* mac80211: Handle special status codes in SAE commitJouni Malinen2020-08-031-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-026-6/+24
|\
| * mac80211: remove STA txq pending airtime underflow warningFelix Fietkau2020-07-301-3/+1
| * mac80211: Fix bug in Tx ack status reporting in 802.3 xmit pathVasanthakumar Thiagarajan2020-07-301-3/+4
| * mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel2020-07-301-0/+1
| * mac80211: mesh: Free ie data when leaving meshRemi Pommarel2020-07-301-0/+1
| * mac80211: fix warning in 6 GHz IE addition in mesh modeRajkumar Manoharan2020-07-302-0/+17
* | mac80211: warn only once in check_sdata_in_driver() at each callerJohannes Berg2020-07-311-6/+5
* | cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg2020-07-312-5/+5
* | mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau2020-07-312-23/+39
* | mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef2020-07-312-34/+35
* | mac80211: remove unused flags argument in transmit functionsMathy Vanhoef2020-07-317-22/+18
* | mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef2020-07-313-7/+3
* | mac80211: do not overwrite the sequence number if requestedMathy Vanhoef2020-07-311-0/+3
* | mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef2020-07-311-0/+2
* | mac80211: never drop injected frames even if normally not allowedMathy Vanhoef2020-07-311-1/+1
* | cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh2020-07-312-4/+8
* | mac80211: calculate skb hash early when using itxqFelix Fietkau2020-07-311-0/+1
* | mac80211: improve AQL tx airtime estimationFelix Fietkau2020-07-313-7/+24
* | cfg80211/mac80211: add connected to auth server to station infoMarkus Theil2020-07-312-1/+5
* | cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil2020-07-313-1/+10
* | cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing2020-07-313-0/+43
* | mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-3116-43/+42
* | mac80211: remove the need for variable rates_idxColin Ian King2020-07-311-3/+1
* | nl80211: S1G band and channel definitionsThomas Pedersen2020-07-314-1/+13
* | net: mac80211: kerneldoc fixesAndrew Lunn2020-07-131-3/+1
|/
* mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil2020-06-251-0/+26
* mac80211: skip mpath lookup also for control port txMarkus Theil2020-06-251-1/+5
* mac80211: Fix dropping broadcast packets in 802.11 encapSeevalamuthu Mariappan2020-06-251-1/+1
* mac80211: simplify mesh codePavel Machek2020-06-251-5/+2
* mac80211: fix control port tx status checkMarkus Theil2020-06-251-7/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-132-1/+3
|\
| * net: fix wiki website url mac80211 and wireless filesFlavio Suligoi2020-06-081-1/+1
| * mac80211: initialize return flags in HE 6 GHz operation parsingJohannes Berg2020-06-051-0/+2
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-26/+26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-0/+7
|\
| * mac80211: mesh: fix discovery timer re-arming issue / crashLinus Lüssing2020-05-251-0/+7
* | mac80211: set short_slot for 6 GHz bandTova Mussai2020-05-312-2/+4
* | mac80211: Consider 6 GHz band when handling power constraintIlan Peer2020-05-311-0/+1
* | mac80211: accept aggregation sessions on 6 GHzJohannes Berg2020-05-312-3/+5
* | mac80211: Add HE 6GHz capabilities element to probe requestIlan Peer2020-05-313-17/+38
* | mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg2020-05-315-2/+56
* | mac80211: check the correct bit for EMA APShaul Triebitz2020-05-311-9/+9
* | mac80211: determine chandef from HE 6 GHz operationJohannes Berg2020-05-314-19/+160
* | mac80211: avoid using ext NSS high BW if not supportedJohannes Berg2020-05-317-17/+100