aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/wireless/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar1-3/+39
2019-08-21cfg80211: apply same mandatory rate flags for 5GHz and 6GHzArend van Spriel1-0/+1
2019-08-21cfg80211: extend ieee80211_operating_class_to_band() for 6GHzArend van Spriel1-0/+3
2019-08-21cfg80211: util: add 6GHz channel to freq conversion and vice versaArend van Spriel1-1/+9
2019-08-21cfg80211: Fix Extended Key ID key install checksAlexander Wetzel1-9/+14
2019-07-26{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty1-2/+25
2019-06-14cfg80211: util: fix bit count off by oneMordechay Goodstein1-1/+1
2019-05-24mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()John Crispin1-1/+1
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-6/+15
2019-04-26nl80211/cfg80211: Extended Key ID supportAlexander Wetzel1-6/+15
2019-03-29cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_heNathan Chancellor1-2/+4
2019-02-22Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-11/+24
2019-02-11cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg1-11/+24
2019-02-08cfg80211: add various struct element finding helpersJohannes Berg1-3/+3
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-8/+7
2018-12-19cfg80211: fix ieee80211_get_vht_max_nss()Johannes Berg1-8/+7
2018-12-05cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen1-0/+2
2018-09-05ieee80211: add new VHT capability fields/parsingJohannes Berg1-0/+109
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-1/+1
2018-09-03cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter1-1/+1
2018-08-28cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar1-3/+3
2018-08-28cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky1-0/+45
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+85
2018-06-15cfg80211: Add support for HELuca Coelho1-0/+82
2018-06-15cfg80211: use better order for kcalloc() argumentsJohannes Berg1-2/+3
2018-06-15cfg80211: initialize sinfo in cfg80211_get_stationSven Eckelmann1-0/+2
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel1-0/+11
2018-02-27mac80211: support A-MSDU in fast-rxFelix Fietkau1-2/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-02cfg80211/nl80211: add a port authorized eventAvraham Stern1-0/+3
2017-09-21wireless: set correct mandatory rate flagsRichard Schütz1-16/+14
2017-09-21cfg80211: remove unused function ieee80211_data_from_8023()Johannes Berg1-115/+0
2017-09-21mac80211: extend ieee80211_ie_split to support EXTENSIONLiad Kaufman1-8/+46
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1