aboutsummaryrefslogtreecommitdiff
path: root/net/wireless/util.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-13cfg80211: pass struct to interface combination check/iterGravatar Purushottam Kushwaha 1-16/+12
2016-10-12cfg80211: add ability to check DA/SA in A-MSDU decapsulationGravatar Johannes Berg 1-2/+12
2016-10-12cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBGravatar Johannes Berg 1-19/+5
2016-09-30cfg80211: add add_nan_func / del_nan_funcGravatar Ayala Beker 1-0/+22
2016-09-30cfg80211: add start / stop NAN commandsGravatar Ayala Beker 1-2/+4
2016-09-30cfg80211: Add support for static WEP in the driverGravatar David Spinadel 1-1/+1
2016-09-13cfg80211: reduce connect key caching struct sizeGravatar Johannes Berg 1-4/+1
2016-09-13cfg80211: validate key index betterGravatar Johannes Berg 1-1/+7
2016-08-11cfg80211: identically validate beacon interval for AP/MESH/IBSSGravatar Purushottam Kushwaha 1-1/+1
2016-07-06cfg80211: handle failed skb allocationGravatar Gregory Greenman 1-0/+2
2016-06-29cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC headerGravatar Felix Fietkau 1-1/+1
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countGravatar Joonsoo Kim 1-1/+1
2016-05-12cfg80211: make wdev_list accessible to driversGravatar Johannes Berg 1-2/+2
2016-04-26cfg80211: Add option to report the bss entry in connect resultGravatar Kanchanapally, Vidyullatha 1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandGravatar Johannes Berg 1-20/+20
2016-03-04wireless: use reset to set mac headerGravatar Zhang Shengju 1-1/+1
2016-02-24cfg80211: reuse existing page fragments in A-MSDU rxGravatar Felix Fietkau 1-5/+77
2016-02-24cfg80211: fix faulty variable initialization in ieee80211_amsdu_to_8023sGravatar Felix Fietkau 1-1/+1
2016-02-24cfg80211: add support for non-linear skbs in ieee80211_amsdu_to_8023sGravatar Felix Fietkau 1-51/+49
2016-02-24cfg80211: add function for 802.3 conversion with separate output bufferGravatar Felix Fietkau 1-53/+53
2016-02-24mac80211: move A-MSDU skb_linearize call to ieee80211_amsdu_to_8023sGravatar Felix Fietkau 1-0/+3
2015-12-04cfg80211: Remove unused cfg80211_can_use_iftype_chan()Gravatar Michal Sojka 1-114/+0
2015-12-04cfg80211: replace ieee80211_ie_split() with an inlineGravatar Johannes Berg 1-7/+0
2015-05-29cfg80211: ignore netif running state when changing iftypeGravatar Michal Kazior 1-1/+1
2015-05-26cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectGravatar Johannes Berg 1-1/+2
2015-04-07cfg80211: move IE split utilities here from mac80211Gravatar Johannes Berg 1-0/+41
2015-03-30cfg/mac80211: add regulatory classes IE during TDLS setupGravatar Arik Nemtsov 1-0/+129
2015-03-03cfg80211: add operating classes 128-130Gravatar Eliad Peller 1-0/+1
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-12/+56
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+6
2015-01-27cfg80211: Add new GCMP, CCMP-256, BIP-GMAC, BIP-CMAC-256 ciphersGravatar Jouni Malinen 1-0/+36
2015-01-27cfg80211: Fix BIP (AES-CMAC) cipher validationGravatar Jouni Malinen 1-12/+20
2015-01-23mac80211: correct header length calculationGravatar Fred Chou 1-0/+6
2015-01-19Merge tag 'mac80211-next-for-davem-2015-01-19' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-6/+19
2015-01-15cfg80211: change bandwidth reporting to explicit fieldGravatar Johannes Berg 1-5/+19
2015-01-15cfg80211: remove 80+80 MHz rate reportingGravatar Johannes Berg 1-2/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereGravatar Jiri Pirko 1-2/+2
2014-11-04cfg80211: 802.11p OCB mode handlingGravatar Rostislav Lisovy 1-1/+4
2014-09-11cfg80211: clear connect keys when freeing themGravatar Johannes Berg 1-1/+1
2014-09-05cfg80211: add Intel Mobile Communications copyrightGravatar Johannes Berg 1-0/+1
2014-05-21cfg80211: implement cfg80211_get_station cfg80211 APIGravatar Antonio Quartulli 1-0/+18
2014-05-19cfg80211: constify more pointers in the cfg80211 APIGravatar Johannes Berg 1-1/+2
2014-05-13cfg80211: allow restricting supported dfs regionsGravatar Felix Fietkau 1-0/+14
2014-05-06cfg80211: export interface stopping functionGravatar Michal Kazior 1-0/+3
2014-04-25cfg80211: change wiphy_to_dev function nameGravatar Zhao, Gang 1-1/+1
2014-04-25cfg80211: allow drivers to iterate over matching combinationsGravatar Michal Kazior 1-7/+37
2014-04-09cfg80211: fix radar_detect combination checkingGravatar Michal Kazior 1-1/+1
2014-04-09cfg80211/mac80211: move more combination checks to mac80211Gravatar Luciano Coelho 1-5/+0
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Gravatar Luciano Coelho 1-0/+5
2014-04-09cfg80211: refactor cfg80211_can_use_iftype_chan()Gravatar Luciano Coelho 1-56/+73