aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2x00 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13ipw2x00: signedness bug handling frame lengthDan Carpenter1-2/+2
2012-01-04ipw2x00: remove reset_port functionalityStanislav Yakovlev2-29/+0
2011-11-17wireless: use strlcpy routine in .get_drvinfoRick Jones2-6/+8
2011-11-11wireless: move ieee80211chan2mhz macroJohannes Berg1-0/+8
2011-11-09ipw2x00: remove unused function libipw_ratelimit_debug.Stanislav Yakovlev1-8/+0
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-10-07Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki1-2/+2
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller2-20/+40
2011-09-16ipw2x00: fix rtnl mutex deadlockStanislaw Gruszka2-20/+40
2011-09-15ipw2x00: comment typo fix encryptiong to encryptionJustin P. Mattock1-1/+1
2011-08-25PM QoS: Minor clean-upsJean Pihet1-1/+1
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet1-1/+1
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-08cfg80211: split wext compatibility to separate headerJohannes Berg1-0/+1
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2011-07-06ipw2100: Fix command list for debuggingJean Delvare1-1/+1
2011-07-04net/wireless: ipw2x00: Use helpers from linux/etherdevice.hTobias Klauser1-2/+2
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2-0/+2
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi3-11/+11
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-2/+2
2011-03-09ieee80211: add IEEE80211_COUNTRY_STRING_LEN definitionBing Zhao1-1/+1
2011-02-03drivers:net:ipw2100.c change a typo comamnd to commandJustin P. Mattock1-1/+1
2011-01-26wireless/ipw2x00: use system_wq instead of dedicated workqueuesTejun Heo4-151/+118
2011-01-10ipw2200: Check for -1 INTA in tasklet too.Indan Zupancic1-0/+7
2010-11-05ipw2x00: remove the right /proc/net entryLinus Torvalds1-4/+5
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+8
2010-10-05ipw2200: check for allocation failuresDan Carpenter1-0/+8
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+2
2010-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-8/+0
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+0
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2-9/+9
2010-08-17ipw2100: don't sync status queue entriesJohn W. Linville1-8/+0
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-6/+7
2010-08-16ipw2100: avoid warning from pointer cast in call to IPW_DEBUG_TXJohn W. Linville1-2/+2
2010-08-11ipw2100: register pm_qos request before registering pci driverJohn W. Linville1-2/+3
2010-08-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+4
2010-08-04wireless: ipw2100: check result of kzalloc()Christoph Fritz1-0/+4
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds8-139/+119
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6John W. Linville4-102/+102
2010-07-26lib80211: remove unused host_build_iv optionJohn W. Linville3-15/+4
2010-07-20libipw: correct sparse warnings and mark some variables staticJohn W. Linville2-6/+2
2010-07-20ipw2100: mark ipw2100_pm_qos_req staticJohn W. Linville1-1/+1
2010-07-19pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley1-6/+6
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-2/+2
2010-06-16ipw2200: Enable LED by defaultubuntu@tjworld.net1-2/+2
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-13/+8