aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-21wifi: cfg80211: Fix bitrates overflow issuePaul Zhang1-2/+4
2022-10-07wifi: cfg80211: fix ieee80211_data_to_8023_exthdr handling of small packetsFelix Fietkau1-19/+21
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-09-27wifi: cfg80211: fix MCS divisor valueTamizh Chelvam Raja1-2/+2
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-2/+2
2022-07-15wifi: cfg80211: add cfg80211_get_iftype_ext_capa()Johannes Berg1-0/+14
2022-07-15wifi: cfg80211: clean up links appropriatelyJohannes Berg1-0/+43
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-7/+37
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-0/+131
2022-03-06wireless: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-02-16nl80211: add EHT MCS supportVeerendranath Jakkam1-0/+131
2022-02-04cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg1-3/+5
2021-11-15cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi1-0/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2021-10-25cfg80211: correct bridge/4addr mode checkJanusz Dziedzic1-7/+7
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju1-0/+2
2021-05-31cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng1-0/+3
2021-05-11cfg80211: mitigate A-MSDU aggregation attacksMathy Vanhoef1-0/+3
2021-05-11mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef1-2/+2
2021-04-19cfg80211: constify ieee80211_get_response_rate returnJoe Perches1-1/+1
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-2/+2
2021-01-22cfg80211: Add phyrate conversion support for extended MCS in 60GHz bandMax Chen1-0/+21
2021-01-22cfg80211: add VHT rate entries for MCS-10 and MCS-11Arend van Spriel1-3/+11
2020-12-11nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam1-8/+43
2020-12-11cfg80211: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-11cfg80211: remove WDS codeJohannes Berg1-3/+2
2020-11-06cfg80211: Add support to calculate and report 4096-QAM HE ratesVamsi Krishna1-15/+17
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-18nl80211: support setting S1G channelsThomas Pedersen1-0/+27
2020-09-18nl80211: correctly validate S1G beacon headThomas Pedersen1-0/+5
2020-09-18cfg80211: fix 6 GHz channel conversionJohannes Berg1-1/+1
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+5
2020-08-27cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal1-3/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen1-0/+8
2020-05-31nl80211: really allow client-only BIGTK supportJohannes Berg1-1/+3
2020-05-31cfg80211: adapt to new channelization of the 6GHz bandArend Van Spriel1-2/+4
2020-05-31cfg80211: fix 6 GHz frequencies to kHzJohannes Berg1-1/+1
2020-04-24cfg80211: express channels with a KHz componentThomas Pedersen1-13/+19
2020-04-24mac80211: implement Operating Mode Notification extended NSS supportJohannes Berg1-12/+14
2020-02-24Merge tag 'mac80211-next-for-net-next-2020-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+6
2020-02-24cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen1-1/+6
2020-02-20net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann1-1/+1
2020-01-15cfg80211: fix page refcount issue in A-MSDU decapFelix Fietkau1-1/+1
2019-10-30nl80211: Disallow setting of HT for channel 14Masashi Honma1-1/+2
2019-09-11Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+2
2019-09-11cfg80211: Purge frame registrations on iftype changeDenis Kenzior1-0/+1
2019-09-11cfg80211: fix boundary value in ieee80211_frequency_to_channel()Arend van Spriel1-1/+1
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+14