aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/typhoon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/net-2.6David 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/jgarzik/netdev-2.6Linus 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