summaryrefslogtreecommitdiff
path: root/drivers/net/tulip/tulip_core.c
AgeCommit message (Expand)Author
2010-07-05dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chipsBen Hutchings
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01tulip: convert drivers to netdev_tx_tStephen Hemminger
2009-08-14drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-03-18tulip: fix crash on iface up with shirq debugKyle McMartin
2009-01-07tulip: convert devices to new APIStephen Hemminger
2008-12-26drivers/net/tulip: fix sparse warnings: make do-while a compound statementHannes Eder
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-06-24drivers/net/tulip: update first comment in tulip filesGrant Grundler
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller
2008-05-30[netdrvr] tulip: oops in tulip_interrupt when hibernating with swsusp/suspend2Grant Grundler
2008-04-29net: use get/put_unaligned_* helpersHarvey Harrison
2008-04-16[netdrvr] tulip: Better MWI workaround for 21143 rev 65 chip errataPeter Horton
2008-03-28[netdrvr] tulip_read_eeprom fixes for BUG 4420Grant Grundler
2008-01-12endianness noise in tulip_coreAl Viro
2007-10-14more trivial signedness fixes in driversAl Viro
2007-10-10tulip: endianness annotationsAl Viro
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-07-31DDB5477: remove driver bits of supportYoichi Yuasa
2007-07-15fallout from Auke's pci ->revision patchAl Viro
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok
2007-04-28Rev tulip versionValerie Henson
2007-04-26[TULIP]: Use pci_device_to_OF_node() on sparc.David S. Miller
2007-04-26[TULIP]: Use CONFIG_SPARC consistently in ifdef tests.David S. Miller
2007-04-26[SPARC/64] constify of_get_property return: driversStephen Rothwell
2007-03-02[netdrvr] tulip, de2104x: fix typo: s/__sparc_/__sparc__/Jeff Garzik
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik
2006-09-12Merge branch 'tmp' into upstreamJeff Garzik
2006-09-12[PATCH] Remove more unnecessary driver printk'sAndy Gospodarek
2006-09-11[PATCH] Handle pci_enable_device() errors in resumeValerie Henson
2006-09-11[PATCH] Clean up tulip.hGrant Grundler
2006-09-11[PATCH] Defer tulip_select_media() to process contextFrancois Romieu
2006-09-11[PATCH] Flush MMIO writes in reset sequenceGrant Grundler
2006-09-11[PATCH] Make DS21143 printout match lspci outputThibaut Varene
2006-09-11[PATCH] Print physical address in tulip_init_oneGrant Grundler
2006-09-11[PATCH] Change tulip maintainerValerie Henson
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-27[PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman