aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25cfg80211: fix regression on processing country IEsLuis R. Rodriguez1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds15-1563/+1196
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+2
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville6-59/+104
2010-10-15radiotap: fix vendor namespace parsingJohannes Berg1-26/+32
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-13cfg80211: notify drivers about frame registrationsJohannes Berg1-3/+20
2010-10-12wireless: Print wiphy name in sysfs.Ben Greear1-0/+9
2010-10-11cfg80211: add channel utilization stats to the survey commandFelix Fietkau1-0/+15
2010-10-11wireless: Set some stats used by /proc/net/wireless (wext)Ben Greear1-0/+4
2010-10-11Revert "wireless: Use first phyX name available when registering phy devices."Johannes Berg1-30/+24
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville9-1371/+805
2010-10-07cfg80211: constify WDS addressJohannes Berg1-1/+1
2010-10-07nl80211: use new genl helpers for WDSJohannes Berg1-33/+12
2010-10-06cfg80211: fix BSS double-unlinkingJohannes Berg1-6/+6
2010-10-06nl80211/mac80211: Add retry and failed transmission count to station infoBruno Randolf1-0/+6
2010-10-06nl80211: fix error in generic netif_running checkJohannes Berg1-0/+2
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg6-27/+116
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-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-18/+21
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-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville4-10/+32
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville8-79/+75
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-16net/wireless: use generic_file_llseek in debugfsArnd Bergmann1-0/+1
2010-09-14nl80211: Uninitialized variableBill Jordan1-1/+1
2010-09-14net/wireless: use ARRAY_SIZE macro in radiotap.cNikitas Angelinas1-1/+2
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-9/+31
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