summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2009-06-03cfg80211: add rfkill supportJohannes Berg-8/+110
2009-06-03cfg80211: move txpower wext from mac80211Johannes Berg-0/+80
2009-06-03nl80211: use GFP_ATOMIC for michael mic failure messageBob Copeland-2/+2
2009-06-03cfg80211: fix for duplicate userspace repliesLuis R. Rodriguez-1/+7
2009-06-03cfg80211: disallow interfering with stations on non-AP (part 2)Johannes Berg-0/+6
2009-06-03cfg80211: use key size constantsJohannes Berg-6/+5
2009-06-03nl80211: bounce scan request back to userspaceJohannes Berg-6/+40
2009-06-03cfg80211: validate AID of stations being addedJohannes Berg-0/+4
2009-05-26nl80211: Eliminate reference to BUS_ID_SIZE.David S. Miller-1/+1
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+14
2009-05-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-81/+735
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Zhu Yi-0/+305
2009-05-22wext: remove atomic requirement for wireless statsJohannes Berg-5/+27
2009-05-21wireless: Use genl_register_family_with_ops()Michał Mirosław-8/+3
2009-05-20cfg80211: warn when wiphy_apply_custom_regulatory() does nothingLuis R. Rodriguez-2/+11
2009-05-20cfg80211: fix compile error with CONFIG_CFG80211_DEBUGFSPavel Roskin-1/+1
2009-05-20cfg80211: fix in nl80211_set_reg()Luis R. Rodriguez-1/+6
2009-05-20cfg80211: cleanup return calls on nl80211_set_reg()Luis R. Rodriguez-6/+13
2009-05-20cfg80211: return immediately if num reg rules > NL80211_MAX_SUPP_REG_RULESLuis R. Rodriguez-1/+1
2009-05-20cfg80211: allow wext to remove keys that don't existJohannes Berg-0/+7
2009-05-20cfg80211: mark ops as pointer to constDavid Kilroy-2/+2
2009-05-20nl80211: Validate NL80211_ATTR_KEY_SEQ lengthJouni Malinen-0/+16
2009-05-20cfg80211: add debugfs HT40 allow mapLuis R. Rodriguez-0/+62
2009-05-20mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211Luis R. Rodriguez-0/+109
2009-05-20cfg80211: check allowed channel type upon userspace requestsLuis R. Rodriguez-22/+17
2009-05-20wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+Luis R. Rodriguez-4/+4
2009-05-20cfg80211: Process regulatory max bandwidth checks for HT40Luis R. Rodriguez-42/+159
2009-05-20cfg80211: fix race between core hint and driver's custom applyLuis R. Rodriguez-0/+7
2009-05-20wext: verify buffer size for SIOCSIWENCODEEXTJohannes Berg-0/+7
2009-05-19net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsPablo Neira Ayuso-16/+16
2009-05-13wext: remove seq_start/stop sparse annotationsJohannes Berg-2/+0
2009-05-13nl80211: Add RSC configuration for new keysJouni Malinen-0/+10
2009-05-13nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen-0/+3
2009-05-13nl80211: improve station flags handlingJohannes Berg-8/+30
2009-05-13nl80211: Validate MFP flag type when parsing STA flagsJouni Malinen-0/+1
2009-05-13cfg80211: implement wext key handlingJohannes Berg-41/+330
2009-05-11wext: fix get_wireless_stats lockingJohannes Berg-4/+18
2009-05-11cfg80211: disallow interfering with stations on non-APJohannes Berg-0/+12
2009-05-11cfg80211: put wext data into substructureJohannes Berg-32/+32
2009-05-11cfg80211: fix wext iw_freq parsingJohannes Berg-6/+18
2009-05-11nl80211 : Add support for configuring MFPJouni Malinen-0/+12
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-13/+11
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+16
2009-05-06cfg80211: make nl80211_send_mlme_timeout() staticLuis R. Rodriguez-3/+3
2009-05-06cfg80211: Use the correct IE buffer pointerMichael Buesch-1/+1
2009-05-06cfg80211: Remove unnecessary ksize() callMichael Buesch-5/+3
2009-05-06cfg80211: remove superfluous !last_request check in reg_device_remove()Chris Wright-4/+4
2009-05-04cfg80211: fix comment on regulatory hint processingLuis R. Rodriguez-1/+1
2009-05-04cfg80211: fix bug while trying to process beacon hints on initLuis R. Rodriguez-1/+8
2009-05-04cfg80211: fix race condition with wiphy_apply_custom_regulatory()Luis R. Rodriguez-0/+6