summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2010-10-05nl80211: reduce dumping boilerplateJohannes Berg1-92/+59
2010-10-05nl80211: use generic check for netif_runningJohannes Berg1-69/+28
2010-10-05nl80211: use the new genetlink pre/post_doit hooksJohannes Berg1-1202/+531
2010-10-05cfg80211: patches to allow setting the WDS peerBill Jordan1-0/+54
2010-10-05cfg80211: fix lockingJohannes Berg1-4/+7
2010-10-05cfg80211/mac80211: allow management frame TX in AP modeJohannes Berg2-13/+51
2010-10-05nl80211: allow drivers to indicate whether the survey data channel is in useFelix Fietkau1-0/+2
2010-10-05wireless: Use first phyX name available when registering phy devices.Ben Greear1-24/+30
2010-09-28cfg80211: always set IBSS basic ratesJohannes Berg2-17/+19
2010-09-27nl80211: Fix exit from nl80211_set_power_saveTeemu Paasikivi1-1/+2
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-10/+32
2010-09-20wext: fix potential private ioctl memory content leakJohannes Berg1-1/+1
2010-09-16cfg80211/nl80211: introduce p2p device typesJohannes Berg5-24/+61
2010-09-16cfg80211/mac80211: use lockdep_assert_heldJohannes Berg2-4/+11
2010-09-16include/net/cfg80211.h: wiphy_<level> messages use dev_printkJoe Perches1-49/+0
2010-09-14nl80211: Uninitialized variableBill Jordan1-1/+1
2010-09-14net/wireless: use ARRAY_SIZE macro in radiotap.cNikitas Angelinas1-1/+2
2010-08-31wireless: register wiphy rfkill w/o holding cfg80211_mutexJohn W. Linville1-9/+12
2010-08-31net/wireless: Remove double testJulia Lawall1-1/+1
2010-08-30wireless extensions: fix kernel heap content leakJohannes Berg2-0/+19
2010-08-27cfg80211: allow changing port control protocolJohannes Berg2-3/+24
2010-08-27cfg80211: allow vendor specific cipher suitesJohannes Berg1-1/+8
2010-08-25nl80211: fix missing nestingJohannes Berg1-0/+2
2010-08-24cfg80211/mac80211: extensible frame processingJohannes Berg6-100/+197
2010-08-24cfg80211: mark ieee80211_hdrlen constJohannes Berg1-1/+1
2010-08-16cfg80211: check if WEP is available for shared key authJohannes Berg1-0/+15
2010-08-16cfg80211: support sysfs namespacesJohannes Berg2-1/+15
2010-08-16cfg80211: deauth doesn't always imply disconnectJohannes Berg1-2/+3
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+7
2010-08-16wireless: upcase alpha2 values in queue_regulatory_requestJohn W. Linville1-9/+7
2010-08-09cfg80211: fix locking in action frame TXJohannes Berg1-1/+7
2010-07-28cfg80211: Update of regulatory request initiator handlingYuri Ershov1-1/+2
2010-07-28nl80211: Fix memory leaksYuri Ershov1-0/+2
2010-07-27wireless: Convert wiphy_debug macro to functionJoe Perches1-0/+49
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2-3/+3
2010-07-26cfg80211: fix IBSS default management keyJohannes Berg1-1/+3
2010-07-26wireless: remove unneeded variable from regulatory_hint_11d()Dan Carpenter1-4/+1
2010-07-26lib80211: remove unused host_build_iv optionJohn W. Linville3-3/+0
2010-07-21cfg80211: fix race between sysfs and cfg80211Maxime Bizon1-6/+8
2010-07-20wireless: remove unnecessary reg_same_country_ie_hintJohn W. Linville1-45/+0
2010-07-20wireless: mark cfg80211_is_all_idle as staticJohn W. Linville1-1/+1
2010-07-20wireless: correct sparse warning in generated regdb.cJohn W. Linville1-0/+1
2010-07-20wireless: correct sparse warning in wext-compat.cJohn W. Linville1-0/+1
2010-07-20wireless: correct sparse warning in lib80211_crypt_tkip.cJohn W. Linville1-1/+1
2010-07-20wireless: only use alpha2 regulatory information from country IEJohn W. Linville1-613/+12
2010-07-14cfg80211: don't get expired BSSesJohannes Berg1-0/+5
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-5/+5
2010-07-12cfg80211: ignore spurious deauthJohannes Berg1-4/+4
2010-07-07NET: nl80211, fix lock imbalance and netdev referencingJiri Slaby1-1/+1
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-10/+41