summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2x00
Commit message (Expand)AuthorAgeFilesLines
* ipw2200: use kmalloc for large local variablesZhu Yi2010-03-101-2/+17
* libipw: split ieee->networks into small piecesZhu Yi2010-03-102-21/+18Star
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-082-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-103-8/+8
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-073-8/+8
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-043-8/+8
* | | ipw2100: fix rebooting hang with driver loadedZhu Yi2009-12-041-0/+11
* | | ipw2x00: convert to seq_fileAlexey Dobriyan2009-11-281-11/+22
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-254-67/+262
|\ \ \
| * | | ipw2200: Set core hw rfkill status when hardware changes stateMatthew Garrett2009-11-231-2/+6
| * | | ipw2100: Register the wiphy deviceMatthew Garrett2009-11-231-29/+95
| * | | libipw: initiate cfg80211 API conversion (v2)John W. Linville2009-11-234-36/+161
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-184-161/+36Star
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-094-16/+6Star
| |\ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-034-6/+16
| |\ \ \
| * | | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-182-0/+11
|\ \ \ \ \
| * | | | | ipw2200: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+5
| * | | | | ipw2100: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+6
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-174-161/+36Star
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Revert "libipw: initiate cfg80211 API conversion"John W. Linville2009-11-134-161/+36Star
| | |_|/ | |/| |
| * | | Revert "ipw2200: fix oops on missing firmware"John W. Linville2009-11-064-16/+6Star
| | |/ | |/|
| * | ipw2200: fix oops on missing firmwareZhu Yi2009-10-304-6/+16
| |/
* | wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville2009-10-301-3/+3
* | wireless: fix CFG80211_WEXT build problemsRandy Dunlap2009-10-071-1/+1
* | ipw2200: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-0/+1
* | wext: refactorJohannes Berg2009-10-071-0/+5
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-09-021-3/+3
|\
| * ipw2200: fix kconfig dependenciesRandy Dunlap2009-08-311-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-021-53/+67
|\ \
| * | ipw2200: firmware DMA loading reworkZhu Yi2009-08-281-53/+67
* | | wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-014-15/+17
| |/ |/|
* | libipw: initiate cfg80211 API conversionJohn W. Linville2009-08-284-36/+161
* | ipw2x00: update contact informationReinette Chatre2009-08-288-8/+8
* | libipw: switch from ieee80211_* to libipw_* naming policyJohn W. Linville2009-08-2810-1254/+1255
* | ipw2x00: fix sparse warningsReinette Chatre2009-08-202-43/+44
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-131-1/+1
|\|
| * ipw2x00: Write outside array boundsZhu Yi2009-08-071-1/+1
* | drivers/net: Drop unnecessary NULL testJulia Lawall2009-07-241-3/+0Star
* | drivers/net/wireless: Use PCI_VDEVICEJoe Perches2009-07-101-5/+5
* | net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-061-2/+2
|/
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* net: fix network drivers ndo_start_xmit() return values (part 3)Patrick McHardy2009-06-131-1/+2
* Wireless: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-05-062-27/+28
* ipw2x00: remove old compat_net_dev_ops codeAlexander Beregalov2009-04-161-4/+0Star
* drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-141-5/+2Star
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-072-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-042-2/+2
|\
| * trivial: Fix misspelling of firmwareNick Andrew2009-03-302-2/+2