aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/de4x5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-68/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-3/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-24net/tulip: remove trailing space in messagesFrans Pop1-2/+2
2010-02-18tulip: convert to use netdev_for_each_mc_addrJiri Pirko1-8/+6
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2009-09-01tulip: convert drivers to netdev_tx_tStephen Hemminger1-6/+5
2009-08-02tulip: Read buffer overflowroel kluin1-3/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-3/+3
2009-05-01net: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-3/+3
2009-02-26tulip: get rid of warning for non-const string literalStephen Hemminger1-1/+1
2009-02-17drivers/net/tulip: fix sparse warning: symbol shadows an earlier oneHannes Eder1-2/+2
2009-02-17drivers/net/tulip: fix warning: format not a string literal and no ...Hannes Eder1-1/+2
2009-01-07de4x5: convert to net_device_opsStephen Hemminger1-7/+13
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-8/+4
2008-09-23de4x5: Use skb_queue_head instead of by-hand implementation.David S. Miller1-30/+8
2008-07-22de4x5: Remove developer debug feature about set/clear promiscWang Chen1-16/+0
2008-04-29net: use get/put_unaligned_* helpersHarvey Harrison1-18/+17
2008-01-28[netdrvr] checkpatch cleanupsJeff Garzik1-2/+2
2008-01-28netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz1-1/+1
2008-01-12de4x5 fixesAl Viro1-84/+43
2007-10-15netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz1-2/+2
2007-10-10tulip: endianness annotationsAl Viro1-5/+5
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-24/+9
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-4/+4
2007-07-08tulip: Convert to generic booleanRichard Knutsson1-49/+49
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-7/+3
2007-04-26[TULIP]: Use CONFIG_SPARC consistently in ifdef tests.David S. Miller1-7/+3
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+0
2006-11-13[PATCH] Replace CONFIG_PPC_MULTIPLATFORM with CONFIG_PPC_PMAC in tulip drivers.hauer@pengutronix.de1-4/+4
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-5/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-27[PATCH] EISA bus MODALIAS attributes supportMichael Tokarev1-0/+1
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-26[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*Jeff Garzik1-358/+358
2006-03-29Merge ../linux-2.6Paul Mackerras1-1/+1
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-1/+1
2005-09-10[PATCH] janitor: tulip/de4x5: list_for_eachDomen Puncer1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+5778