summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: validate station settingsJohannes Berg2009-06-191-16/+78
* cfg80211: allow setting station parameters in meshAndrey Yurovsky2009-06-191-1/+2
* cfg80211: allow adding/deleting stations on meshAndrey Yurovsky2009-06-191-2/+4
* cfg80211: fix rfkill locking problemJohannes Berg2009-06-101-10/+9
* cfg80211: fix for duplicate response for driver reg requestLuis R. Rodriguez2009-06-101-1/+6
* cfg80211: make ieee80211_get_mesh_hdrlen() staticLuis R. Rodriguez2009-06-031-1/+1
* cfg80211: add rfkill supportJohannes Berg2009-06-034-8/+110
* cfg80211: move txpower wext from mac80211Johannes Berg2009-06-031-0/+80
* nl80211: use GFP_ATOMIC for michael mic failure messageBob Copeland2009-06-031-2/+2
* cfg80211: fix for duplicate userspace repliesLuis R. Rodriguez2009-06-031-1/+7
* cfg80211: disallow interfering with stations on non-AP (part 2)Johannes Berg2009-06-031-0/+6
* cfg80211: use key size constantsJohannes Berg2009-06-031-6/+5
* nl80211: bounce scan request back to userspaceJohannes Berg2009-06-032-6/+40
* cfg80211: validate AID of stations being addedJohannes Berg2009-06-031-0/+4
* nl80211: Eliminate reference to BUS_ID_SIZE.David S. Miller2009-05-261-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-252-0/+14
|\
| * cfg80211: fix race between core hint and driver's custom applyLuis R. Rodriguez2009-05-201-0/+7
| * wext: verify buffer size for SIOCSIWENCODEEXTJohannes Berg2009-05-201-0/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-05-2511-81/+735
|\ \
| * | wireless: move some utility functions from mac80211 to cfg80211Zhu Yi2009-05-221-0/+305
| * | wext: remove atomic requirement for wireless statsJohannes Berg2009-05-221-5/+27
| * | cfg80211: warn when wiphy_apply_custom_regulatory() does nothingLuis R. Rodriguez2009-05-201-2/+11
| * | cfg80211: fix compile error with CONFIG_CFG80211_DEBUGFSPavel Roskin2009-05-201-1/+1
| * | cfg80211: fix in nl80211_set_reg()Luis R. Rodriguez2009-05-202-1/+6
| * | cfg80211: cleanup return calls on nl80211_set_reg()Luis R. Rodriguez2009-05-201-6/+13
| * | cfg80211: return immediately if num reg rules > NL80211_MAX_SUPP_REG_RULESLuis R. Rodriguez2009-05-201-1/+1
| * | cfg80211: allow wext to remove keys that don't existJohannes Berg2009-05-201-0/+7
| * | cfg80211: mark ops as pointer to constDavid Kilroy2009-05-202-2/+2
| * | nl80211: Validate NL80211_ATTR_KEY_SEQ lengthJouni Malinen2009-05-202-0/+16
| * | cfg80211: add debugfs HT40 allow mapLuis R. Rodriguez2009-05-202-0/+62
| * | mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211Luis R. Rodriguez2009-05-206-0/+109
| * | cfg80211: check allowed channel type upon userspace requestsLuis R. Rodriguez2009-05-201-22/+17
| * | wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+Luis R. Rodriguez2009-05-201-4/+4
| * | cfg80211: Process regulatory max bandwidth checks for HT40Luis R. Rodriguez2009-05-201-42/+159
* | | wireless: Use genl_register_family_with_ops()Michał Mirosław2009-05-211-8/+3
|/ /
* | net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsPablo Neira Ayuso2009-05-191-16/+16
* | wext: remove seq_start/stop sparse annotationsJohannes Berg2009-05-131-2/+0
* | nl80211: Add RSC configuration for new keysJouni Malinen2009-05-132-0/+10
* | nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen2009-05-131-0/+3
* | nl80211: improve station flags handlingJohannes Berg2009-05-131-8/+30
* | nl80211: Validate MFP flag type when parsing STA flagsJouni Malinen2009-05-131-0/+1
* | cfg80211: implement wext key handlingJohannes Berg2009-05-135-41/+330
* | wext: fix get_wireless_stats lockingJohannes Berg2009-05-111-4/+18
* | cfg80211: disallow interfering with stations on non-APJohannes Berg2009-05-111-0/+12
* | cfg80211: put wext data into substructureJohannes Berg2009-05-112-32/+32
* | cfg80211: fix wext iw_freq parsingJohannes Berg2009-05-111-6/+18
* | nl80211 : Add support for configuring MFPJouni Malinen2009-05-111-0/+12
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-05-083-13/+11
|\ \
| * | cfg80211: make nl80211_send_mlme_timeout() staticLuis R. Rodriguez2009-05-061-3/+3
| * | cfg80211: Use the correct IE buffer pointerMichael Buesch2009-05-061-1/+1