summaryrefslogtreecommitdiffstats
path: root/drivers/net/3c59x.c
Commit message (Expand)AuthorAgeFilesLines
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-2/+1
* 3c59x: Rework suspend and resumeAnton Vorontsov2009-09-301-39/+38
* 3c59x: Get rid of "Trying to free already-free IRQ"Anton Vorontsov2009-09-241-9/+3
* 3com: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-4/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-4/+10
|\
| * Add IDs for 3C905B-TX Fast Etherlink XL PCIPascal Terjan2009-08-051-0/+4
| * 3c59x: Fix build failure with gcc 3.2Jean Delvare2009-08-031-4/+6
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
|/
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* 3c5xx: convert printk() to pr_<foo>()Alexander Beregalov2009-05-261-110/+104
* 3c59x: get rid of non-const printk warningsStephen Hemminger2009-02-261-3/+3
* 3c59x: convert to net_device_opsStephen Hemminger2009-01-211-15/+40
* 3c59x: Use device_set_wakeup_enableSteffen Klassert2009-01-111-0/+2
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-121-2/+2
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-2/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-2/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-2/+1
* drivers/net: use nr_irqsYinghai Lu2008-10-161-2/+2
* 3c59x: use netdev_alloc_skbStephen Hemminger2008-08-071-6/+8
* 3c59x: handle pci_name() being constGreg Kroah-Hartman2008-07-211-1/+1
* [netdrvr] 3c59x: remove irqs_disabled warning from local_bh_enableIngo Molnar2008-06-271-2/+3
* 3c59x: use netstats in net_device structurePaulius Zaleckas2008-05-061-36/+35
* 3c980-TX needs EXTRA_PREAMBLEGunnar Larisch2008-05-061-1/+1
* vortex_up should initialize "err"Badari Pulavarty2007-10-171-1/+1
* WOL bugfix for 3c59x.cSteffen Klassert2007-10-161-1/+7
* 3c59x: trivial endianness annotations, NULL noise removalAl Viro2007-10-101-14/+14
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-101-3/+8
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-4/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* 3c59x: check return of pci_enable_device()Mark Hindley2007-10-101-12/+24
* 3c59x: fix duplex configurationSteffen Klassert2007-08-141-0/+1
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0
* 3cSOHO100-TX needs EXTRA_PREAMBLESteffen Klassert2007-07-101-1/+1
* remove broken URLs from net drivers' outputMarkus Dahms2007-05-091-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-2/+0
* 3c59x: Fix several modpost warningsRalf Baechle2007-03-091-15/+13
* 3c59x: Handle pci_enable_device() failure while resumingDmitriy Monakhov2007-03-061-1/+7
* NET-3c59x: turn local_save_flags() + local_irq_disable() into local_irq_save()Jiri Kosina2007-02-061-2/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-7/+7
* [PATCH] EISA bus MODALIAS attributes supportMichael Tokarev2006-09-271-0/+1
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-18/+18
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
| * drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-14/+14
| * Merge branch 'tmp' into upstreamJeff Garzik2006-09-121-1/+1
| |\
| | * [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-1/+1
| * | drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
| |/
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
|/
* [netdrvr] 3c59x: snip changelog from source codeJeff Garzik2006-07-051-166/+0
OpenPOWER on IntegriCloud