aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/airo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-1/+5
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger1-6/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-20/+12
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[PATCH] remove gratuitous space in airo module descriptionBill Nottingham1-2/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+2
2007-07-10[PATCH] airo: start with radio offMichal Schmidt1-1/+1
2007-07-10[PATCH] airo: simpler calling convention for enable_MAC()Michal Schmidt1-36/+27
2007-07-10[PATCH] airo: fix a race causing initialization failuresMichal Schmidt1-31/+28
2007-07-10[PATCH] airo: delay some initialization until the netdev is upMichal Schmidt1-35/+45
2007-07-10[PATCH] airo: disable the PCI device when unloading moduleMichal Schmidt1-1/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-28[PATCH] airo: Make /sys/bus/pci/drivers/airo/{,un}bind workMichal Schmidt1-39/+29
2007-04-28[PATCH] airo: Don't check for NULL before kfree()Michal Schmidt1-2/+0
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-4/+1
2007-03-16[PATCH] airo: Fix an error path memory leakMichal Schmidt1-1/+3
2007-02-17Merge branch 'upstream' into upstream-jgarzikJohn W. Linville1-2/+2
2007-02-14[PATCH] misc-wireless: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-2/+2
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-8/+8
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-10-16[PATCH] airo: check if need to freezeDave Kleikamp1-2/+4
2006-10-16[PATCH] wireless: More WE-21 potential overflows...Jean Tourrilhes1-1/+0
2006-10-16[PATCH] airo.c: check returned valuesFlorin Malita1-26/+72
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+2
2006-10-01drivers/net/wireless/{airo,ipw2100}: fix error handling bugsJeff Garzik1-4/+19
2006-09-25[PATCH] WE-21 for airoJean Tourrilhes1-9/+10
2006-09-22Merge branch 'master' into upstreamJeff Garzik1-10/+12
2006-09-21[CRYPTO] users: Use block ciphers where applicableHerbert Xu1-10/+12
2006-08-29[PATCH] kthread: airo.cSukadev Bhattiprolu1-24/+16
2006-07-27[PATCH] airo: collapse debugging-messages in issuecommand to one lineRobert Schulze1-7/+5
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-05[PATCH] wireless/airo: minimal WPA awarenessMichal Schmidt1-1/+1
2006-04-24[PATCH] wireless/airo: minimal WPA awarenessDan Williams1-77/+194
2006-04-19[PATCH] wireless/airo: clean up WEXT association and scan eventsDan Williams1-29/+17
2006-03-23[PATCH] wireless/airo: cache wireless scansDan Williams1-59/+172
2006-03-23[PATCH] wireless/airo: define default MTUDan Williams1-16/+17
2006-03-23[PATCH] wireless/airo: clean up printk usage to print device nameDan Williams1-86/+105
2006-02-27[PATCH] wireless/airo: Remove 'Setting transmit key' info messagesDan Williams1-2/+0
2006-02-17[PATCH] wireless/airo: fix setting TX key index plus key in ENCODEEXTDan Williams1-3/+8
2006-01-30[PATCH] wireless/airo: add IWENCODEEXT and IWAUTH supportDan Williams1-2/+274
2006-01-30[PATCH] AIRO{,_CS} <-> CRYPTO fixesAdrian Bunk1-53/+2
2006-01-17airo: Off-by-one channel fixJavier Achirica1-10/+9
2006-01-16[PATCH] drivers/net/wireless: correct reported ssid lengthsDan Williams1-1/+1
2005-12-01Merge branch 'upstream-fixes'Jeff Garzik1-2/+2
2005-12-01[PATCH] airo.c: add support for IW_ENCODE_TEMP (i.e. xsupplicant)Dan Streetman1-7/+8
2005-12-01[wireless airo] reset card in initMatthieu CASTET1-2/+2