aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/dmfe.c
Commit message (Expand)AuthorAgeFilesLines
* tulip: dmfe: Remove old log spamming pr_debugsJoe Perches2011-07-181-4/+0
* tulip: Use pr_<level> where appropriateJoe Perches2011-05-091-4/+3
* tulip: Convert printks to netdev_<level>Joe Perches2011-05-091-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tulip: fix hang in dmfe driver on sending of big packetAlexander V. Lukyanov2010-12-021-3/+3
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
* fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-10/+10
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+2
* 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-6/+6
|/
* tulip: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-14/+13
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-7/+8
* tulip/dmfe.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-36/+31
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-101-0/+21
|\
| * dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chipsBen Hutchings2010-01-071-0/+21
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
|/
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-1/+1
* tulip: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+3
* net: convert remaining non-symbolic return values 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
* 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-1/+1
* dmfe: convert to new APIStephen Hemminger2009-01-071-37/+25
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-1/+11
|\
| * dmfe: check pci_alloc_consistent errorsFUJITA Tomonori2008-10-271-1/+11
* | net: convert print_mac to %pMJohannes Berg2008-10-271-4/+2
|/
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-131-2/+2
* [TULIP] DMFE: Fix SROM parsing regression.David S. Miller2008-01-231-3/+3
* dmfe: checkpatch fix (add whitespace)Jeff Garzik2007-11-231-1/+1
* NET: dmfe: don't access configuration space in D3 stateMaxim Levitsky2007-11-231-2/+2
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-7/+8
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-14/+12
* dmfe: add support for Wake on lanMaxim Levitsky2007-04-281-2/+64
* dmfe: add support for suspend/resumeMaxim Levitsky2007-04-281-3/+49
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-2/+4
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-4/+2
* [PATCH] dmfe trivial endianness annotationsAl Viro2007-03-141-3/+3
* dmfe: Fix link detectionMaxim Levitsky2007-03-061-18/+40
* dmfe: fix two bugsMaxim Levitsky2007-03-061-5/+10
* dmfe: trivial/spelling fixesMaxim Levitsky2007-03-061-36/+88
* revert "drivers/net/tulip/dmfe: support basic carrier detection"Andrew Morton2007-03-061-8/+1
* drivers/net/tulip/dmfe: support basic carrier detectionSamuel Thibault2006-12-021-1/+8
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
* drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1