aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-10orinoco: Move sources to a subdirectoryDavid Kilroy1-6032/+0
2008-11-10don't use net/ieee80211.hJohannes Berg1-14/+16
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-31orinoco: cache downloadable firmware image in memory for use during resumeAndrey Borzenkov1-7/+21
2008-10-31orinoco: reload firmware on resumeAndrey Borzenkov1-6/+5
2008-10-27net: convert print_mac to %pMJohannes Berg1-6/+4
2008-10-22orinoco: reduce stack usage in firmware download pathAndrey Borzenkov1-13/+29
2008-09-24wireless: Read scan flags correctly on x86-64David Kilroy1-1/+1
2008-09-15orinoco: Fix compile warningsDavid Kilroy1-7/+7
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-3/+7
2008-09-02orinoco: Multicast to the specified addressesDavid Kilroy1-3/+7
2008-08-22orinoco: Add MIC on TX and check on RXDavid Kilroy1-16/+218
2008-08-22orinoco: Process bulk of receive interrupt in a taskletDavid Kilroy1-19/+86
2008-08-22orinoco: Send association events to userspaceDavid Kilroy1-0/+62
2008-08-22orinoco: Add WE-18 ioctls for WPADavid Kilroy1-8/+518
2008-08-22orinoco: Use a macro to define wireless handlersDavid Kilroy1-32/+34
2008-08-22orinoco: Split wevent work thread from wevent sendingDavid Kilroy1-10/+14
2008-08-22orinoco: Don't use boolean parameter to record encoding typeDavid Kilroy1-12/+19
2008-08-22orinoco: Use extended Agere scans available on 9.x series firmwaresDavid Kilroy1-43/+405
2008-08-22orinoco: address checkpatch typedef warningDavid Kilroy1-6/+7
2008-08-22orinoco: Fix transmit for Agere/Lucent with fw 9.xDavid Kilroy1-15/+44
2008-08-22orinoco: Invoke firmware download in main driverDavid Kilroy1-2/+312
2008-08-22orinoco: Update scan translationDavid Kilroy1-25/+46
2008-08-22orinoco: Add ESSID specific scanning for Agere fwDavid Kilroy1-1/+19
2008-08-07[netdrvr] Drivers should not set IFF_* flag themselvesWang Chen1-7/+0
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller1-11/+19
2008-01-28orinoco: always use latest BSS info when caching scan resultsDan Williams1-4/+7
2008-01-28orinoco: more reliable scan handlingDan Williams1-238/+303
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-4/+3
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-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-2/+2
2007-02-07fix unaligned exception in /drivers/net/wireless/orinoco.cHennerich, Michael1-1/+1
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-11/+17
2006-10-16[PATCH] orinoco: fix WE-21 buffer overflowJean Tourrilhes1-7/+9
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-25[PATCH] WE-21 for orinocoJean Tourrilhes1-5/+5
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-2/+2
2006-08-29[PATCH] orinoco: include linux/if_arp.h directlyPavel Roskin1-0/+1
2006-07-27[PATCH] orinoco: fix setting transmit key onlyDan Williams1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+3
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-1/+3
2006-05-23Merge branch 'master' into upstreamJeff Garzik1-3/+1
2006-05-23[PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita1-3/+1
2006-04-24[PATCH] orinoco: delay FID allocation after firmware initializationPavel Roskin1-6/+22
2006-04-24[PATCH] orinoco: fix BAP0 offset error after several days of operationJiri Benc1-0/+2
2006-04-24[PATCH] orinoco: simplify 802.3 encapsulation codePavel Roskin1-24/+20
2006-04-24[PATCH] orinoco: refactor and clean up Tx error handlingPavel Roskin1-16/+13
2006-04-24[PATCH] orinoco: don't use any padding for Tx framesPavel Roskin1-18/+7
2006-04-24[PATCH] orinoco: orinoco_xmit() should only return valid symbolic constantsPavel Roskin1-6/+6
2006-04-24[PATCH] orinoco: optimize Tx exception handling in orinocoPavel Roskin1-36/+6
2006-04-24[PATCH] orinoco: remove tracing code, it's unusedPavel Roskin1-83/+0
2006-04-19[PATCH] orinoco: fix truncating commsquality RID with the latest Symbol firmwarePavel Roskin1-1/+1
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2005-12-01[PATCH] orinoco: fix setting power management parametersPavel Roskin1-2/+1
2005-10-28[PATCH] Better fixup for the orinoco driverAlan Cox1-2/+9
2005-10-28[PATCH] revert "orinoco: Information leakage due to incorrect padding"Andrew Morton1-2/+4
2005-10-20Merge branch 'master'Jeff Garzik1-2/+3
2005-10-19[PATCH] orinoco: limit message rateAndrew Morton1-2/+3
2005-10-18[PATCH] orinoco: remove redundance skb length check before paddingJohn W. Linville1-5/+3
2005-10-05Merge branch 'master'Jeff Garzik1-5/+9
2005-10-04[PATCH] orinoco: Information leakage due to incorrect paddingPavel Roskin1-5/+9
2005-09-28[PATCH] orinoco: Fix flood of kernel log with stupid WE warningsBenjamin Herrenschmidt1-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 Roskin1-30/+32
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: Remove inneeded system includes.Pavel Roskin1-12/+0
2005-09-22ieee80211: update orinoco, wl3501 drivers for latest struct namingJames Ketrenos1-1/+1
2005-09-16[PATCH] orinoco: Don't include <net/ieee80211.h> twice.Pavel Roskin1-2/+0
2005-09-14[PATCH] orinoco: WE-18 supportPavel Roskin1-107/+30
2005-09-05[PATCH] orinoco: Optimize orinoco_join_ap()Pavel Roskin1-7/+11
2005-09-05[PATCH] orinoco: Fix memory leak on error in processing hostscan frames.Pavel Roskin1-1/+3
2005-09-05[PATCH] orinoco: Change orinoco_translate_scan() to return error code on error.Pavel Roskin1-28/+43
2005-09-01/spare/repo/netdev-2.6 branch 'master'Jeff Garzik1-39/+39
2005-07-31[PATCH] orinoco: Sparse fixesPeter Hagervall1-39/+39
2005-06-27Merge upstream ieee80211.h with us (us == branch 'ieee80211' of netdev-2.6)Jeff Garzik1-1009/+1456
2005-06-27wireless/orinoco: remove changelog, bump versionJeff Garzik1-373/+0
2005-06-27[PATCH] orinoco: monitor mode supportChristoph Hellwig1-29/+179
2005-06-27[PATCH] orinoco: always use 802.11 header for rx processingChristoph Hellwig1-53/+52
2005-06-27[PATCH] orinoco: scanning supportChristoph Hellwig1-21/+522
2005-06-27[PATCH] orinoco: manual roaming for Symbol and IntersilfirmwareChristoph Hellwig1-0/+169
2005-06-27[PATCH] orinoco: basic ethtool supportChristoph Hellwig1-0/+24
2005-06-27[PATCH] orinoco: wireless API 15 supportChristoph Hellwig1-571/+547
2005-06-27[PATCH] orinoco: include <net/ieee80211.h>Christoph Hellwig1-0/+1
2005-06-26Merge /spare/repo/linux-2.6/Jeff Garzik1-263/+69
2005-05-15[PATCH] orinoco: misc fixesChristoph Hellwig1-7/+13
2005-05-15[PATCH] orinoco: make orinoco_stop() staticChristoph Hellwig1-2/+1
2005-05-15[PATCH] orinoco: Symbol 3.0x firmware needs broken_disableportChristoph Hellwig1-0/+2
2005-05-15[PATCH] orinoco: disconnect the network device on reset errorsChristoph Hellwig1-8/+12
2005-05-15[PATCH] orinoco: fix setting of 32 character ESSIDsChristoph Hellwig1-2/+3
2005-05-12[NET] ieee80211 subsystemJeff Garzik1-5/+6
2005-05-12 [PATCH] Orinoco: consolidate allocation codeDavid Gibson1-21/+2
2005-05-12 [PATCH] Orinoco: don't set channel in managed modeDavid Gibson1-12/+10
2005-05-12 [PATCH] Orinoco: kill dump_recsDavid Gibson1-191/+0
2005-05-12 [PATCH] Orinoco: ignore_disconnect flagDavid Gibson1-1/+4
2005-05-12 [PATCH] Orinoco: wireless stats updatesDavid Gibson1-19/+22
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+4243