summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2x00
Commit message (Expand)AuthorAgeFilesLines
* ipw2x00: move under intel vendor directoryKalle Valo2015-11-1813-28655/+0
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller2015-10-071-2/+0
|\
| * wireless: mark element IDs 8 and 9 reservedJohannes Berg2015-09-221-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-1/+1
|\ \ | |/
| * ipw2100: fix timeout bug - always evaluated to 0Nicholas Mc Guire2015-07-111-1/+1
* | treewide: Fix typo compatability -> compatibilityLaurent Pinchart2015-08-071-1/+1
|/
* Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-311-1/+1
|\
| * cfg80211-wext: export symbols only when neededJohannes Berg2015-02-281-1/+1
* | wireless: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-032-7/+7
|/
* ipw2200: select CFG80211_WEXTPaul Bolle2014-12-241-1/+2
* ipw2x00: clean up a conditionDan Carpenter2014-10-271-1/+1
* ipw2x00: remove unused ->ibss_dfs pointerDan Carpenter2014-10-273-38/+3
* wireless: ipw2x00: print SSID via %*pEAndy Shevchenko2014-10-144-247/+126
* net: wireless: ipw2x00: ipw2200.c: Cleaning up missing null-terminate in conj...Rickard Strandqvist2014-08-251-3/+3
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-142-2/+2
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
* | Merge tag 'master-2014-08-14' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-08-141-0/+1
|\ \ | |/ |/|
| * net: wireless: ipw2x00: ipw2200.c: Cleaning up missing null-terminate after s...Rickard Strandqvist2014-08-111-0/+1
* | ipw2100: use pci_zalloc_consistentJoe Perches2014-08-081-11/+5
|/
* drivers/net/wireless/ipw2x00/libipw_module.c: remove unnecessary null test be...Fabian Frederick2014-07-011-2/+1
* net: Replace min macro with min_tSilvan Jegen2014-03-032-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-102-2/+1
|\
| * wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-031-1/+0
| * ipw2x00: use ether_addr_equal_64bitsJulia Lawall2014-01-031-1/+1
* | ipw2x00: slight optimization of addr comparedingtianhong2013-12-262-22/+22
|/
* wireless: ipw2100: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-051-1/+0
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-022-6/+6
|\
| * cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-252-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-071-2/+0
|\ \ | |/
| * wireless: ipw2x00: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-2/+0
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* | ipw2x00: Remove extern from function prototypesJoe Perches2013-09-241-49/+38
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-093-3/+2
|\
| * ipw2x00: printing the wrong array in debug codeDan Carpenter2013-06-241-1/+1
| * ipw2200: fix error return code in ipw_load()Wei Yongjun2013-06-241-0/+1
| * net, ipw2x00: remove redundant D0 power state setYijing Wang2013-06-031-2/+0
* | ipw2200: convert __list_for_each usage to list_for_eachDave Jones2013-07-031-1/+1
|/
* ipw2x00: move to kstrto* functionsAndy Shevchenko2013-04-101-25/+7
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-1/+1
|\
| * drivers/net/wireless/ipw2x00: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-202-7/+3
|\ \
| * | wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-6/+3
| * | remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
| |/
* | ipw2x00: simplify scan_event handlingTejun Heo2013-02-093-35/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | ipw2x00: remove __dev* attributesBill Pemberton2012-12-062-6/+6
* | ipw2200: return error code on error in ipw_wx_get_auth()Wei Yongjun2012-12-061-3/+1
* | net/wireless: ipw2200: introduce ipw_set_geo functionStanislav Yakovlev2012-11-211-14/+23
OpenPOWER on IntegriCloud