summaryrefslogtreecommitdiffstats
path: root/net/wireless/util.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: add add_nan_func / del_nan_funcAyala Beker2016-09-301-0/+22
* cfg80211: add start / stop NAN commandsAyala Beker2016-09-301-2/+4
* cfg80211: Add support for static WEP in the driverDavid Spinadel2016-09-301-1/+1
* cfg80211: reduce connect key caching struct sizeJohannes Berg2016-09-131-4/+1
* cfg80211: validate key index betterJohannes Berg2016-09-131-1/+7
* cfg80211: identically validate beacon interval for AP/MESH/IBSSPurushottam Kushwaha2016-08-111-1/+1
* cfg80211: handle failed skb allocationGregory Greenman2016-07-061-0/+2
* cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC headerFelix Fietkau2016-06-291-1/+1
* mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-191-1/+1
* cfg80211: make wdev_list accessible to driversJohannes Berg2016-05-121-2/+2
* cfg80211: Add option to report the bss entry in connect resultKanchanapally, Vidyullatha2016-04-261-1/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-20/+20
* wireless: use reset to set mac headerZhang Shengju2016-03-041-1/+1
* cfg80211: reuse existing page fragments in A-MSDU rxFelix Fietkau2016-02-241-5/+77
* cfg80211: fix faulty variable initialization in ieee80211_amsdu_to_8023sFelix Fietkau2016-02-241-1/+1
* cfg80211: add support for non-linear skbs in ieee80211_amsdu_to_8023sFelix Fietkau2016-02-241-51/+49
* cfg80211: add function for 802.3 conversion with separate output bufferFelix Fietkau2016-02-241-53/+53
* mac80211: move A-MSDU skb_linearize call to ieee80211_amsdu_to_8023sFelix Fietkau2016-02-241-0/+3
* cfg80211: Remove unused cfg80211_can_use_iftype_chan()Michal Sojka2015-12-041-114/+0
* cfg80211: replace ieee80211_ie_split() with an inlineJohannes Berg2015-12-041-7/+0
* cfg80211: ignore netif running state when changing iftypeMichal Kazior2015-05-291-1/+1
* cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg2015-05-261-1/+2
* cfg80211: move IE split utilities here from mac80211Johannes Berg2015-04-071-0/+41
* cfg/mac80211: add regulatory classes IE during TDLS setupArik Nemtsov2015-03-301-0/+129
* cfg80211: add operating classes 128-130Eliad Peller2015-03-031-0/+1
* Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller2015-02-041-12/+56
|\
| * cfg80211: Add new GCMP, CCMP-256, BIP-GMAC, BIP-CMAC-256 ciphersJouni Malinen2015-01-271-0/+36
| * cfg80211: Fix BIP (AES-CMAC) cipher validationJouni Malinen2015-01-271-12/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-0/+6
|\ \
| * | mac80211: correct header length calculationFred Chou2015-01-231-0/+6
* | | Merge tag 'mac80211-next-for-davem-2015-01-19' of git://git.kernel.org/pub/sc...David S. Miller2015-01-191-6/+19
|\ \ \ | | |/ | |/|
| * | cfg80211: change bandwidth reporting to explicit fieldJohannes Berg2015-01-151-5/+19
| * | cfg80211: remove 80+80 MHz rate reportingJohannes Berg2015-01-151-2/+1
| |/
* / net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
|/
* cfg80211: 802.11p OCB mode handlingRostislav Lisovy2014-11-041-1/+4
* cfg80211: clear connect keys when freeing themJohannes Berg2014-09-111-1/+1
* cfg80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-051-0/+1
* cfg80211: implement cfg80211_get_station cfg80211 APIAntonio Quartulli2014-05-211-0/+18
* cfg80211: constify more pointers in the cfg80211 APIJohannes Berg2014-05-191-1/+2
* cfg80211: allow restricting supported dfs regionsFelix Fietkau2014-05-131-0/+14
* cfg80211: export interface stopping functionMichal Kazior2014-05-061-0/+3
* cfg80211: change wiphy_to_dev function nameZhao, Gang2014-04-251-1/+1
* cfg80211: allow drivers to iterate over matching combinationsMichal Kazior2014-04-251-7/+37
* cfg80211: fix radar_detect combination checkingMichal Kazior2014-04-091-1/+1
* cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho2014-04-091-5/+0
* cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho2014-04-091-0/+5
* cfg80211: refactor cfg80211_can_use_iftype_chan()Luciano Coelho2014-04-091-56/+73
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-211-3/+2
|\
| * cfg80211: remove macro ASSERT_RDEV_LOCK(rdev)Zhao, Gang2014-03-191-2/+1
| * cfg80211: send stop AP event only due to internal reasonIlan Peer2014-02-251-1/+1