aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-4/+6
2017-05-17cfg80211: improve warnings in VHT rate calculationJohannes Berg1-4/+7
2017-05-17mac80211: strictly check mesh address extension modeRajkumar Manoharan1-4/+6
2017-04-28cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern1-3/+1
2017-04-18cfg80211: Fix array-bounds warning in fragment copyMatthias Kaehlcke1-3/+3
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-2/+2
2017-03-31cfg80211: Use a structure to pass connect response paramsVidyullatha Kanchanapally1-9/+3
2017-03-06cfg80211: refactor cfg80211_calculate_bitrate()Johannes Berg1-28/+32
2017-03-06cfg80211: combine two nested ifs into a single conditionJohannes Berg1-5/+5
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet1-2/+0
2017-01-13cfg80211: Specify the reason for connect timeoutPurushottam Kushwaha1-1/+1
2017-01-06cfg80211: move function checking range fit to util.cRafał Miłecki1-0/+15
2017-01-05cfg80211: only pass sband to set_mandatory_flags_band()Arend Van Spriel1-4/+4
2016-12-13cfg80211: get rid of name indirection trick for ieee80211_get_channel()Arend Van Spriel1-3/+2
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-11-15cfg80211: add bitrate for 20MHz MCS 9Pedersen, Thomas1-1/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+15
2016-10-27cfg80211: handle fragmented IEs in splittingJohannes Berg1-3/+22
2016-10-27cfg80211: validate beacon int as part of iface combinationsJohannes Berg1-31/+52
2016-10-27cfg80211: fix beacon interval in interface combination iterationJohannes Berg1-4/+2
2016-10-18cfg80211: fix possible memory leak in cfg80211_iter_combinations()Wei Yongjun1-1/+3
2016-10-13cfg80211: support virtual interfaces with different beacon intervalsPurushottam Kushwaha1-6/+37
2016-10-13cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha1-16/+12
2016-10-12cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg1-2/+12