aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-03cfg80211: fix regression on beacon world roaming featureLuis R. Rodriguez2-5/+7
2009-08-03cfg80211: add two missing NULL pointer checksJohannes Berg1-1/+3
2009-07-21cfg80211: double free in __cfg80211_scan_doneChristian Lamparter1-2/+1
2009-07-21nl80211: Memory leak fixedNiko Jokinen1-2/+3
2009-07-07cfg80211: fix refcount leakJohannes Berg1-1/+0
2009-07-07Wireless: nl80211, fix lock imbalanceJiri Slaby1-0/+1
2009-06-19cfg80211: validate station settingsJohannes Berg1-16/+78
2009-06-19cfg80211: allow setting station parameters in meshAndrey Yurovsky1-1/+2
2009-06-19cfg80211: allow adding/deleting stations on meshAndrey Yurovsky1-2/+4
2009-06-10cfg80211: fix rfkill locking problemJohannes Berg1-10/+9
2009-06-10cfg80211: fix for duplicate response for driver reg requestLuis R. Rodriguez1-1/+6
2009-06-03cfg80211: make ieee80211_get_mesh_hdrlen() staticLuis R. Rodriguez1-1/+1
2009-06-03cfg80211: add rfkill supportJohannes Berg4-8/+110
2009-06-03cfg80211: move txpower wext from mac80211Johannes Berg1-0/+80
2009-06-03nl80211: use GFP_ATOMIC for michael mic failure messageBob Copeland1-2/+2
2009-06-03cfg80211: fix for duplicate userspace repliesLuis R. Rodriguez1-1/+7
2009-06-03cfg80211: disallow interfering with stations on non-AP (part 2)Johannes Berg1-0/+6
2009-06-03cfg80211: use key size constantsJohannes Berg1-6/+5
2009-06-03nl80211: bounce scan request back to userspaceJohannes Berg2-6/+40
2009-06-03cfg80211: validate AID of stations being addedJohannes Berg1-0/+4
2009-05-26nl80211: Eliminate reference to BUS_ID_SIZE.David S. Miller1-1/+1
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+14
2009-05-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller11-81/+735
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Zhu Yi1-0/+305
2009-05-22wext: remove atomic requirement for wireless statsJohannes Berg1-5/+27
2009-05-21wireless: Use genl_register_family_with_ops()Michał Mirosław1-8/+3
2009-05-20cfg80211: warn when wiphy_apply_custom_regulatory() does nothingLuis R. Rodriguez1-2/+11
2009-05-20cfg80211: fix compile error with CONFIG_CFG80211_DEBUGFSPavel Roskin1-1/+1
2009-05-20cfg80211: fix in nl80211_set_reg()Luis R. Rodriguez2-1/+6
2009-05-20cfg80211: cleanup return calls on nl80211_set_reg()Luis R. Rodriguez1-6/+13
2009-05-20cfg80211: return immediately if num reg rules > NL80211_MAX_SUPP_REG_RULESLuis R. Rodriguez1-1/+1
2009-05-20cfg80211: allow wext to remove keys that don't existJohannes Berg1-0/+7
2009-05-20cfg80211: mark ops as pointer to constDavid Kilroy2-2/+2
2009-05-20nl80211: Validate NL80211_ATTR_KEY_SEQ lengthJouni Malinen2-0/+16
2009-05-20cfg80211: add debugfs HT40 allow mapLuis R. Rodriguez2-0/+62
2009-05-20mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211Luis R. Rodriguez6-0/+109
2009-05-20cfg80211: check allowed channel type upon userspace requestsLuis R. Rodriguez1-22/+17
2009-05-20wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+Luis R. Rodriguez1-4/+4
2009-05-20cfg80211: Process regulatory max bandwidth checks for HT40Luis R. Rodriguez1-42/+159
2009-05-20cfg80211: fix race between core hint and driver's custom applyLuis R. Rodriguez1-0/+7
2009-05-20wext: verify buffer size for SIOCSIWENCODEEXTJohannes Berg1-0/+7
2009-05-19net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsPablo Neira Ayuso1-16/+16
2009-05-13wext: remove seq_start/stop sparse annotationsJohannes Berg1-2/+0
2009-05-13nl80211: Add RSC configuration for new keysJouni Malinen2-0/+10
2009-05-13nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen1-0/+3
2009-05-13nl80211: improve station flags handlingJohannes Berg1-8/+30
2009-05-13nl80211: Validate MFP flag type when parsing STA flagsJouni Malinen1-0/+1
2009-05-13cfg80211: implement wext key handlingJohannes Berg5-41/+330
2009-05-11wext: fix get_wireless_stats lockingJohannes Berg1-4/+18
2009-05-11cfg80211: disallow interfering with stations on non-APJohannes Berg1-0/+12