aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/typhoon.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-103c*/acenic/typhoon: Move 3Com Ethernet driversJeff Kirsher1-2574/+0
2011-06-21drivers/net: Remove casts of void *Joe Perches1-1/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-8/+9
2011-04-17net: typhoon: convert to hw_featuresMichał Mirosław1-31/+8
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-24typhoon: Kill references to UTS_RELEASEDavid S. Miller1-2/+1
2010-12-20typhoon: memory corruption in typhoon_get_drvinfo()Dan Carpenter1-1/+0
2010-10-27drivers/net/typhoon.c: delete double assignmentJulia Lawall1-1/+1
2010-10-24typhoon: update to new VLAN acceleration modelDavid Dillow1-63/+25
2010-10-24typhoon: wait for RX mode commands to finishDavid Dillow1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-25typhoon: fix a race in typhoon_do_get_statsEric Dumazet1-24/+22
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+4
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2010-03-05typhoon: fix incorrect use of smp_wmb()David Dillow1-2/+4
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko1-4/+1
2010-02-22drivers/net/typhoon.c: Use (pr|netdev)_<level> macro helpersJoe Perches1-147/+96
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-4/+5
2010-02-04Fix misspelling of "truly" in a label.Adam Buchbinder1-3/+3
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-11-18drivers/net/typhoon.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-02typhoon: repair firmware loadingDavid Dillow1-54/+83
2009-03-02typhoon: Add missing firmware copy.David S. Miller1-0/+1
2009-03-01typhoon: Need non-vmalloc memory to DMA firmware to the card.David S. Miller1-7/+20
2009-02-26typhoon: Use request_firmware()Ben Hutchings1-57/+74
2009-01-21typhoon: replace users of __constant_{endian}Harvey Harrison1-1/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-07typhoon: update to net_device_opsStephen Hemminger1-8/+14
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-4/+3
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi1-1/+0
2008-06-28[netdrvr] kill sync_irq-before-freq_irq patternJeff Garzik1-3/+0
2008-04-25[netdrvr] typhoon: typhoon_resume - remove call to start_queueGrant Grundler1-1/+0
2008-02-09typhoon: section fixAndrew Morton1-2/+2
2007-12-22typhoon: trivial endianness annotationsAl Viro1-16/+15
2007-12-22typhoon: memory corruptor on big-endian if TSO is enabledAl Viro1-1/+1
2007-12-22typhoon: missed rx overruns on big-endianAl Viro1-2/+2
2007-12-22typhoon: set_settings broken on big-endianAl Viro1-1/+1
2007-12-22typhoon: missing le32_to_cpu() in get_drvinfoAl Viro1-1/+1
2007-12-22typhoon: endianness bug in tx/rx byte countersAl Viro1-2/+2
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik1-1/+1
2007-10-10typhoon: trivial endianness annotationsAl Viro1-18/+18
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-6/+4
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-28/+19
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-7/+0
2007-07-11PCI: remove useless pci driver methodDavid Brownell1-7/+0
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller1-1/+1
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger1-10/+1
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-2/+1
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro1-0/+1
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-25[PATCH] drivers/net/typhoon.c Removal of old codeMichal Piotrowski1-4/+0
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+9
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-5/+5
2006-09-12Merge branch 'tmp' into upstreamJeff Garzik1-4/+2
2006-09-12[PATCH] Remove more unnecessary driver printk'sAndy Gospodarek1-4/+2
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu1-2/+2
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman1-2/+3
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-1/+1
2006-04-12[PATCH] net drivers: fix section attributes for gccRandy Dunlap1-1/+1
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-2/+2
2006-03-03Massive net driver const-ification.Arjan van de Ven1-1/+1
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+3
2005-07-07[PATCH] pm: more u32 vs. pm_message_t fixesPavel Machek1-3/+3
2005-06-28[NET]: Remove gratuitous use of skb->tail in network drivers.David S. Miller1-2/+2
2005-04-16[PATCH] u32 vs. pm_message_t fixes for drivers/netPavel Machek1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2673