summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-09-25drivers/net: replace __FUNCTION__ with __func__Harvey Harrison31-235/+235
2008-09-25ehea: Enable DLPAR memory removeHannes Hering1-2/+2
2008-09-25[netdrvr] usb/hso: throttle to prevent loss of serial dataDenis Joseph Barrow1-92/+234
2008-09-25myri10ge: use DCA if DCA is compiled as a moduleBrice Goglin2-13/+14
2008-09-25cxgb3 - remove duplicate tests in lroDivy Le Ray1-35/+0
2008-09-25r8169: select MII in KconfigFrancois Romieu1-0/+1
2008-09-25ehea: fix mutex and spinlock useSebastien Dugue1-22/+4
2008-09-25ixgbe: fix DCA dependency in KconfigJesse Brandeburg1-0/+1
2008-09-25ixgbe: whitespace/formatting cleanupAlexander Duyck1-71/+54
2008-09-25ixgbe: correctly add and remove napi queuesAlexander Duyck1-100/+130
2008-09-25ixgbe: Whitespace, copyright update and version number change patchPeter P Waskiewicz9-300/+266
2008-09-25ixgbe: bump versionJeff Kirsher1-1/+1
2008-09-25ixgbe: xmit frame refactorJesse Brandeburg1-25/+17
2008-09-25ixgbe: lower stack space usageJesse Brandeburg1-9/+6
2008-09-25ixgbe: cleanup definesJesse Brandeburg1-7/+0
2008-09-25ixgbe: move set_num_queues and call it after msix failureJesse Brandeburg2-45/+45
2008-09-25ixgbe: refresh the ixgbe_down functionJesse Brandeburg1-10/+19
2008-09-25ixgbe: update to latest common code moduleJesse Brandeburg9-814/+1700
2008-09-25ixgbe: add clean rx many routineJesse Brandeburg1-2/+60
2008-09-25ixgbe: lro stats were not counted on first ethtool -ScallJesse Brandeburg1-6/+8
2008-09-25ixgbe: fix ring reallocation in ethtoolJesse Brandeburg3-53/+56
2008-09-25ixgbe: add device support for XF LR adaptersJesse Brandeburg3-0/+4
2008-09-25ixgbe: recycle pages in packet split modeJesse Brandeburg2-18/+32
2008-09-25ixgbe: fix bug with lots of tx queuesJesse Brandeburg1-3/+3
2008-09-25ixgbe: fix initial interrupt throttle settingsJesse Brandeburg3-89/+100
2008-09-25ixgbe: fix ethtool disable csum for ipv6Jesse Brandeburg1-1/+1
2008-09-25ixgbe: fix pci_resource allocation as in other driversJeff Kirsher1-8/+2
2008-09-25ixgbe: fix ethtool register dumpJesse Brandeburg2-21/+12
2008-09-25ixgbe: limit small mtu to minimum for ipv4 supportJesse Brandeburg1-2/+2
2008-09-25ixgbe: fix bug with shared interruptsJesse Brandeburg1-1/+6
2008-09-25ixgbe: link change interrupt was not causing link eventJesse Brandeburg1-2/+2
2008-09-25ixgbe: Update watchdog thread to accomodate longerlink_up eventsJesse Brandeburg5-51/+118
2008-09-25ixgbe: fix multicast address updateJesse Brandeburg1-2/+3
2008-09-25ixgbe: fix dca defines to not have spacesJesse Brandeburg1-12/+12
2008-09-25ixgbe: fix bug where using wake queue instead of startJesse Brandeburg1-1/+1
2008-09-25netxen: add pci idsDhananjay Phadke1-9/+9
2008-09-25myri10ge: Rename DCA-related firmware countersBrice Goglin1-1/+1
2008-09-25myri10ge: Stop scaring people when DCA is built but absentBrice Goglin1-2/+3
2008-09-25smc911x: remove duplicate debug printoutMagnus Damm1-2/+0
2008-09-25r6040: fix bad usage of udelayFlorian Fainelli1-2/+2
2008-09-25sfc: Fix type of FALCON_SPI_MAX_LENBen Hutchings1-1/+1
2008-09-25sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriateBen Hutchings2-2/+2
2008-09-25sfc: Remove obsolete comment about PCI modesBen Hutchings1-1/+0
2008-09-25sfc: Disable interrupts after a fatal interrupt occurs until resetBen Hutchings1-1/+2
2008-09-25sfc: Insert read memory barrier after checking MAC statistics flagBen Hutchings1-1/+3
2008-09-25sfc: Stop generating bogus events in tenxpress_check_hw()Ben Hutchings1-2/+1
2008-09-25sfc: Don't include net_driver.h from falcon_io.hSteve Hodgson1-1/+0
2008-09-25sfc: Make queue flushes more reliableBen Hutchings4-126/+141
2008-09-25sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word)Steve Hodgson1-1/+1
2008-09-25sfc: Serialise tenxpress_special_reset() with statistics fetchesBen Hutchings1-5/+10