summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco.c
AgeCommit message (Expand)AuthorLines
2008-01-28orinoco: always use latest BSS info when caching scan resultsDan Williams-4/+7
2008-01-28orinoco: more reliable scan handlingDan Williams-238/+303
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches-4/+3
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo-1/+0
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds-2/+2
2007-02-07fix unaligned exception in /drivers/net/wireless/orinoco.cHennerich, Michael-1/+1
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells-11/+17
2006-10-16[PATCH] orinoco: fix WE-21 buffer overflowJean Tourrilhes-7/+9
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-1/+1
2006-09-25[PATCH] WE-21 for orinocoJean Tourrilhes-5/+5
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik-2/+2
2006-08-29[PATCH] orinoco: include linux/if_arp.h directlyPavel Roskin-0/+1
2006-07-27[PATCH] orinoco: fix setting transmit key onlyDan Williams-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-1/+3
2006-06-17[NET]: Add netif_tx_lockHerbert Xu-1/+3
2006-05-23Merge branch 'master' into upstreamJeff Garzik-3/+1
2006-05-23[PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita-3/+1
2006-04-24[PATCH] orinoco: delay FID allocation after firmware initializationPavel Roskin-6/+22
2006-04-24[PATCH] orinoco: fix BAP0 offset error after several days of operationJiri Benc-0/+2
2006-04-24[PATCH] orinoco: simplify 802.3 encapsulation codePavel Roskin-24/+20
2006-04-24[PATCH] orinoco: refactor and clean up Tx error handlingPavel Roskin-16/+13
2006-04-24[PATCH] orinoco: don't use any padding for Tx framesPavel Roskin-18/+7
2006-04-24[PATCH] orinoco: orinoco_xmit() should only return valid symbolic constantsPavel Roskin-6/+6
2006-04-24[PATCH] orinoco: optimize Tx exception handling in orinocoPavel Roskin-36/+6
2006-04-24[PATCH] orinoco: remove tracing code, it's unusedPavel Roskin-83/+0
2006-04-19[PATCH] orinoco: fix truncating commsquality RID with the latest Symbol firmwarePavel Roskin-1/+1
2006-03-28[PATCH] Typo fixesAlexey Dobriyan-1/+1
2005-12-01[PATCH] orinoco: fix setting power management parametersPavel Roskin-2/+1
2005-10-28[PATCH] Better fixup for the orinoco driverAlan Cox-2/+9
2005-10-28[PATCH] revert "orinoco: Information leakage due to incorrect padding"Andrew Morton-2/+4
2005-10-20Merge branch 'master'Jeff Garzik-2/+3
2005-10-19[PATCH] orinoco: limit message rateAndrew Morton-2/+3
2005-10-18[PATCH] orinoco: remove redundance skb length check before paddingJohn W. Linville-5/+3
2005-10-05Merge branch 'master'Jeff Garzik-5/+9
2005-10-04[PATCH] orinoco: Information leakage due to incorrect paddingPavel Roskin-5/+9
2005-09-28[PATCH] orinoco: Fix flood of kernel log with stupid WE warningsBenjamin Herrenschmidt-1/+1
2005-09-23[PATCH] orinoco: Read only needed data in __orinoco_ev_txexc().Pavel Roskin-3/+3
2005-09-23[PATCH] orinoco: Annotate endianess of variables and structure members.Pavel Roskin-30/+32
2005-09-23[PATCH] orinoco: orinoco_send_wevents() could return without unlocking.Pavel Roskin-1/+3
2005-09-23[PATCH] orinoco: Fix memory leak and unneeded unlock in orinoco_join_ap()Pavel Roskin-2/+4
2005-09-23[PATCH] orinoco: Remove inneeded system includes.Pavel Roskin-12/+0
2005-09-22ieee80211: update orinoco, wl3501 drivers for latest struct namingJames Ketrenos-1/+1
2005-09-16[PATCH] orinoco: Don't include <net/ieee80211.h> twice.Pavel Roskin-2/+0
2005-09-14[PATCH] orinoco: WE-18 supportPavel Roskin-107/+30
2005-09-05[PATCH] orinoco: Optimize orinoco_join_ap()Pavel Roskin-7/+11