summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2005-11-08Merge git://git.tuxdriver.com/git/netdev-jwlJeff Garzik9-53/+29
2005-11-08[PATCH] wireless net: Conversions of kmalloc/memset to kzallocPanagiotis Issaris6-39/+19
2005-11-08[PATCH] atmel: memset correct rangeAlexey Dobriyan1-1/+1
2005-11-08[PATCH] prism54 : Transmit stats updated in wrong placeRoger While1-5/+5
2005-11-08[PATCH] prism54 : Unused variable / extraneous udelayRoger While1-8/+4
2005-11-06[PATCH] airo.c/airo_cs.c: correct prototypesAdrian Bunk3-4/+13
2005-11-06[PATCH] prism54: Remove redundant assignmentDaniel Drake1-1/+0
2005-11-05[PATCH] drivers/net/wireless/airo.c unsigned comparasonGabriel A. Devenyi1-1/+1
2005-10-31[PATCH] Typo fix: dot after newline in printk stringsJean Delvare1-1/+1
2005-10-30[CRYPTO] Simplify one-member scatterlist expressionsHerbert Xu1-2/+2
2005-10-30[PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman1-3/+2
2005-10-29[PATCH] prism54: Free skb after disabling interruptsPatrick McHardy1-4/+2
2005-10-29[PATCH] Better fixup for the orinoco driverAlan Cox3-2/+49
2005-10-29[PATCH] revert "orinoco: Information leakage due to incorrect padding"Andrew Morton1-2/+4
2005-10-29[PATCH] ipw2200: Missing kmalloc checkPanagiotis Issaris1-0/+4
2005-10-29drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl8-77/+43
2005-10-29[wireless prism54] Fix frame lengthRoger While1-6/+1
2005-10-20Merge branch 'master'Jeff Garzik1-2/+3
2005-10-20[PATCH] orinoco: limit message rateAndrew Morton1-2/+3
2005-10-19[PATCH] orinoco: remove redundance skb length check before paddingJohn W. Linville1-5/+3
2005-10-19Merge branch 'master'Jeff Garzik1-1/+1
2005-10-15[PATCH] wireless/airo: Build fixMatteo Croce1-1/+1
2005-10-05Merge branch 'master'Jeff Garzik1-5/+9
2005-10-05[PATCH] orinoco: Information leakage due to incorrect paddingPavel Roskin1-5/+9
2005-10-04[wireless ipw2200] remove redundant return statementMateusz Berezecki1-2/+0
2005-10-04airo: fix resumeMichal Schmidt1-3/+4
2005-10-04Merge branch 'upstream-fixes'Jeff Garzik1-2/+2
2005-10-04[PATCH] hostap: Unregister netdevs before freeing local dataJouni Malinen1-10/+12
2005-10-04[PATCH] hostap: Do not free local->hw_priv before unregistering netdevJouni Malinen3-14/+7
2005-10-04[PATCH] hostap: Fix hostap_pci build with PRISM2_IO_DEBUGJouni Malinen1-0/+8
2005-10-04[PATCH] hostap: Remove hw specific dev_open/close handlersJouni Malinen5-47/+10
2005-10-04[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu1-2/+2
2005-09-28[PATCH] orinoco: Fix flood of kernel log with stupid WE warningsBenjamin Herrenschmidt1-1/+1
2005-09-24[wireless airo] remove needed dma_addr_t obfuscationJeff Garzik1-6/+7
2005-09-24Remove WIRELESS_EXT ifdefs from several wireless drivers.Jeff Garzik9-241/+1
2005-09-24[PATCH] hostap: Remove iwe_stream_add_event kludgeJean Tourrilhes1-12/+0
2005-09-24[PATCH] hostap: Use GFP_ATOMIC to get rid of weird might_sleep issueJean Tourrilhes1-1/+1
2005-09-24[PATCH] hostap: Add support for WE-19Jean Tourrilhes3-6/+12
2005-09-24[PATCH] hostap: Fix pci_driver name for hostap_plx and hostap_pciPavel Roskin2-2/+2
2005-09-23[PATCH] orinoco: Bump version to 0.15rc3.Pavel Roskin1-1/+1
2005-09-23[PATCH] orinoco: Read only needed data in __orinoco_ev_txexc().Pavel Roskin1-3/+3
2005-09-23[PATCH] orinoco: Annotate endianess of variables and structure members.Pavel Roskin4-97/+99
2005-09-23[PATCH] orinoco: Remove unneeded forward declarations.Pavel Roskin2-24/+6
2005-09-23[PATCH] orinoco: orinoco_send_wevents() could return without unlocking.Pavel Roskin1-1/+3
2005-09-23[PATCH] orinoco: Fix memory leak and unneeded unlock in orinoco_join_ap()Pavel Roskin1-2/+4
2005-09-23[PATCH] orinoco: Make nortel_pci_hw_init() static.Pavel Roskin1-1/+1
2005-09-23[PATCH] orinoco: Remove inneeded system includes.Pavel Roskin11-141/+10
2005-09-22ieee80211: update orinoco, wl3501 drivers for latest struct namingJames Ketrenos2-2/+2
2005-09-22[PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changesJames Ketrenos2-8/+8
2005-09-22[PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changesJames Ketrenos4-66/+66