summaryrefslogtreecommitdiffstats
path: root/net/wireless/util.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi2021-11-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-7/+7
|\
| * cfg80211: correct bridge/4addr mode checkJanusz Dziedzic2021-10-251-7/+7
* | nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju2021-10-211-0/+2
|/
* cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng2021-05-311-0/+3
* cfg80211: mitigate A-MSDU aggregation attacksMathy Vanhoef2021-05-111-0/+3
* mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-05-111-2/+2
* cfg80211: constify ieee80211_get_response_rate returnJoe Perches2021-04-191-1/+1
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-2/+2
* cfg80211: Add phyrate conversion support for extended MCS in 60GHz bandMax Chen2021-01-221-0/+21
* cfg80211: add VHT rate entries for MCS-10 and MCS-11Arend van Spriel2021-01-221-3/+11
* nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam2020-12-111-8/+43
* cfg80211: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-111-0/+1
* cfg80211: remove WDS codeJohannes Berg2020-11-111-3/+2
* cfg80211: Add support to calculate and report 4096-QAM HE ratesVamsi Krishna2020-11-061-15/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+1
|\
| * cfg80211: fix 6 GHz channel conversionJohannes Berg2020-09-181-1/+1
* | nl80211: support setting S1G channelsThomas Pedersen2020-09-181-0/+27
* | nl80211: correctly validate S1G beacon headThomas Pedersen2020-09-181-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-3/+5
|\
| * cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal2020-08-271-3/+5
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* nl80211: S1G band and channel definitionsThomas Pedersen2020-07-311-0/+8
* nl80211: really allow client-only BIGTK supportJohannes Berg2020-05-311-1/+3
* cfg80211: adapt to new channelization of the 6GHz bandArend Van Spriel2020-05-311-2/+4
* cfg80211: fix 6 GHz frequencies to kHzJohannes Berg2020-05-311-1/+1
* cfg80211: express channels with a KHz componentThomas Pedersen2020-04-241-13/+19
* mac80211: implement Operating Mode Notification extended NSS supportJohannes Berg2020-04-241-12/+14
* Merge tag 'mac80211-next-for-net-next-2020-02-24' of git://git.kernel.org/pub...David S. Miller2020-02-241-1/+6
|\
| * cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen2020-02-241-1/+6
* | net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann2020-02-201-1/+1
|/
* cfg80211: fix page refcount issue in A-MSDU decapFelix Fietkau2020-01-151-1/+1
* nl80211: Disallow setting of HT for channel 14Masashi Honma2019-10-301-1/+2
* Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc...David S. Miller2019-09-111-1/+2
|\
| * cfg80211: Purge frame registrations on iftype changeDenis Kenzior2019-09-111-0/+1
| * cfg80211: fix boundary value in ieee80211_frequency_to_channel()Arend van Spriel2019-09-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-9/+14
|\ \ | |/ |/|
| * cfg80211: Fix Extended Key ID key install checksAlexander Wetzel2019-08-211-9/+14
* | nl80211: Add support for EDMG channelsAlexei Avshalom Lazar2019-08-211-3/+39
* | cfg80211: apply same mandatory rate flags for 5GHz and 6GHzArend van Spriel2019-08-211-0/+1
* | cfg80211: extend ieee80211_operating_class_to_band() for 6GHzArend van Spriel2019-08-211-0/+3
* | cfg80211: util: add 6GHz channel to freq conversion and vice versaArend van Spriel2019-08-211-1/+9
|/
* {nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty2019-07-261-2/+25
* cfg80211: util: fix bit count off by oneMordechay Goodstein2019-06-141-1/+1
* mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()John Crispin2019-05-241-1/+1
* Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller2019-04-261-6/+15
|\
| * nl80211/cfg80211: Extended Key ID supportAlexander Wetzel2019-04-261-6/+15
* | cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_heNathan Chancellor2019-03-291-2/+4
|/
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2019-02-221-11/+24
|\