aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-12cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg1-19/+5
2016-09-30cfg80211: add add_nan_func / del_nan_funcAyala Beker1-0/+22
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker1-2/+4
2016-09-30cfg80211: Add support for static WEP in the driverDavid Spinadel1-1/+1
2016-09-13cfg80211: reduce connect key caching struct sizeJohannes Berg1-4/+1
2016-09-13cfg80211: validate key index betterJohannes Berg1-1/+7
2016-08-11cfg80211: identically validate beacon interval for AP/MESH/IBSSPurushottam Kushwaha1-1/+1
2016-07-06cfg80211: handle failed skb allocationGregory Greenman1-0/+2
2016-06-29cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC headerFelix Fietkau1-1/+1
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim1-1/+1
2016-05-12cfg80211: make wdev_list accessible to driversJohannes Berg1-2/+2
2016-04-26cfg80211: Add option to report the bss entry in connect resultKanchanapally, Vidyullatha1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-20/+20
2016-03-04wireless: use reset to set mac headerZhang Shengju1-1/+1
2016-02-24cfg80211: reuse existing page fragments in A-MSDU rxFelix Fietkau1-5/+77
2016-02-24cfg80211: fix faulty variable initialization in ieee80211_amsdu_to_8023sFelix Fietkau1-1/+1
2016-02-24cfg80211: add support for non-linear skbs in ieee80211_amsdu_to_8023sFelix Fietkau1-51/+49
2016-02-24cfg80211: add function for 802.3 conversion with separate output bufferFelix Fietkau1-53/+53
2016-02-24mac80211: move A-MSDU skb_linearize call to ieee80211_amsdu_to_8023sFelix Fietkau1-0/+3
2015-12-04cfg80211: Remove unused cfg80211_can_use_iftype_chan()Michal Sojka1-114/+0
2015-12-04cfg80211: replace ieee80211_ie_split() with an inlineJohannes Berg1-7/+0
2015-05-29cfg80211: ignore netif running state when changing iftypeMichal Kazior1-1/+1
2015-05-26cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg1-1/+2
2015-04-07cfg80211: move IE split utilities here from mac80211Johannes Berg1-0/+41
2015-03-30cfg/mac80211: add regulatory classes IE during TDLS setupArik Nemtsov1-0/+129