summaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/winbond-840.c
Commit message (Expand)AuthorAgeFilesLines
* tulip: Use pr_<level> where appropriateJoe Perches2011-05-091-1/+1
* tulip: Convert uses of KERN_DEBUGJoe Perches2011-05-091-39/+34
* tulip: Convert printks to netdev_<level>Joe Perches2011-05-091-2/+4
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
* tulip: formatting of pointers in printk()Kulikov Vasiliy2010-07-141-2/+2
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-3/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-1/+0
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* | net: convert multicast list to list_headJiri Pirko2010-04-031-5/+7
|/
* tulip: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-4/+2
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+4
* tulip/winbond-840.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-87/+90
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-4/+4
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-1/+1
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-031-2/+0
* tulip: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-3/+3
|\
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-3/+3
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
|/
* drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-131-2/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* tulip: get rid of warning for non-const string literalStephen Hemminger2009-02-261-3/+4
* drivers/net/tulip: fix warning: format not a string literal and no ...Hannes Eder2009-02-171-1/+1
* windbond: convert devices to new APIStephen Hemminger2009-01-071-9/+14
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-10/+5
* [netdrvr] tulip/winbond-840: don't let tulip.h symbol stomp oursJeff Garzik2008-04-161-2/+3
* Typo: depricated -> deprecatedRolf Eike Beer2007-10-201-1/+1
* tulip: endianness annotationsAl Viro2007-10-101-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-15/+14
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-2/+0
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-1/+1
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* Fix tulip SytemError typoValerie Henson2007-04-281-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-271-1/+1
|\
| * [TULIP]: Use CONFIG_SPARC consistently in ifdef tests.David S. Miller2007-04-261-1/+1
* | [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-3/+0
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-1/+1
* Merge branch 'tmp' into upstreamJeff Garzik2006-09-121-4/+2
|\
| * [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-4/+2
* | [PATCH] Handle pci_enable_device() errors in resumeValerie Henson2006-09-111-4/+8
* | [PATCH] Use tulip.h in winbond-840.cGrant Grundler2006-09-111-44/+24
* | drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
|/
* [PATCH] winbond-840 section fixAndrew Morton2006-08-191-1/+1
* [netdrvr] Remove Becker-template 'io_size' member, when invariantJeff Garzik2006-07-051-16/+13
OpenPOWER on IntegriCloud