aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/tulip_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-03tulip: use integrated netdev statsEric Dumazet1-5/+5
2010-08-02Tulip: don't initialize SBE xT3E3 WAN ports.Krzysztof HaƂasa1-0/+6
2010-07-14tulip: formatting of pointers in printk()Kulikov Vasiliy1-2/+2
2010-06-01tulip: implement wake-on-lan supportSteven Walter1-7/+108
2010-06-01tulip: explicity set to D0 power state during initSteven Walter1-0/+7
2010-05-10net: trans_start cleanupsEric Dumazet1-3/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-12/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-18tulip: convert to use netdev_for_each_mc_addrJiri Pirko1-11/+4
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-7/+11
2010-01-31tulip_core: Use dev_<level> and pr_<level>Joe Perches1-80/+82
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-01-23Please add support for Microsoft MN-120 PCMCIA network cardRon Murray1-0/+1
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+25
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2010-01-07dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chipsBen Hutchings1-7/+25
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-10/+12
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-2/+2
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-2/+0
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-09-01tulip: convert drivers to netdev_tx_tStephen Hemminger1-2/+3
2009-08-14drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng1-2/+3
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+8
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-6/+8
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-03-18tulip: fix crash on iface up with shirq debugKyle McMartin1-16/+29
2009-01-07tulip: convert devices to new APIStephen Hemminger1-10/+17
2008-12-26drivers/net/tulip: fix sparse warnings: make do-while a compound statementHannes Eder1-2/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-7/+4
2008-06-24drivers/net/tulip: update first comment in tulip filesGrant Grundler1-5/+3
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller1-1/+1
2008-05-30[netdrvr] tulip: oops in tulip_interrupt when hibernating with swsusp/suspend2Grant Grundler1-2/+8
2008-04-29net: use get/put_unaligned_* helpersHarvey Harrison1-5/+5
2008-04-16[netdrvr] tulip: Better MWI workaround for 21143 rev 65 chip errataPeter Horton1-14/+5
2008-03-28[netdrvr] tulip_read_eeprom fixes for BUG 4420Grant Grundler1-1/+6
2008-01-12endianness noise in tulip_coreAl Viro1-1/+2
2007-10-14more trivial signedness fixes in driversAl Viro1-2/+3
2007-10-10tulip: endianness annotationsAl Viro1-5/+5
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-8/+7
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-2/+9
2007-07-31DDB5477: remove driver bits of supportYoichi Yuasa1-8/+0
2007-07-15fallout from Auke's pci ->revision patchAl Viro1-1/+1
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap1-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-9/+4
2007-04-28Rev tulip versionValerie Henson1-3/+3
2007-04-26[TULIP]: Use pci_device_to_OF_node() on sparc.David S. Miller1-11/+7
2007-04-26[TULIP]: Use CONFIG_SPARC consistently in ifdef tests.David S. Miller1-6/+6
2007-04-26[SPARC/64] constify of_get_property return: driversStephen Rothwell1-1/+1