aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-09-24ixgbe: whitespace/formatting cleanupAlexander Duyck1-71/+54
2008-09-24ixgbe: correctly add and remove napi queuesAlexander Duyck1-100/+130
2008-09-24ixgbe: Whitespace, copyright update and version number change patchPeter P Waskiewicz9-300/+266
2008-09-24ixgbe: bump versionJeff Kirsher1-1/+1
2008-09-24ixgbe: xmit frame refactorJesse Brandeburg1-25/+17
2008-09-24ixgbe: lower stack space usageJesse Brandeburg1-9/+6
2008-09-24ixgbe: cleanup definesJesse Brandeburg1-7/+0
2008-09-24ixgbe: move set_num_queues and call it after msix failureJesse Brandeburg2-45/+45
2008-09-24ixgbe: refresh the ixgbe_down functionJesse Brandeburg1-10/+19
2008-09-24ixgbe: update to latest common code moduleJesse Brandeburg9-814/+1700
2008-09-24ixgbe: add clean rx many routineJesse Brandeburg1-2/+60
2008-09-24ixgbe: lro stats were not counted on first ethtool -ScallJesse Brandeburg1-6/+8
2008-09-24ixgbe: fix ring reallocation in ethtoolJesse Brandeburg3-53/+56
2008-09-24ixgbe: add device support for XF LR adaptersJesse Brandeburg3-0/+4
2008-09-24ixgbe: recycle pages in packet split modeJesse Brandeburg2-18/+32
2008-09-24ixgbe: fix bug with lots of tx queuesJesse Brandeburg1-3/+3
2008-09-24ixgbe: fix initial interrupt throttle settingsJesse Brandeburg3-89/+100
2008-09-24ixgbe: fix ethtool disable csum for ipv6Jesse Brandeburg1-1/+1
2008-09-24ixgbe: fix pci_resource allocation as in other driversJeff Kirsher1-8/+2
2008-09-24ixgbe: fix ethtool register dumpJesse Brandeburg2-21/+12
2008-09-24ixgbe: limit small mtu to minimum for ipv4 supportJesse Brandeburg1-2/+2
2008-09-24ixgbe: fix bug with shared interruptsJesse Brandeburg1-1/+6
2008-09-24ixgbe: link change interrupt was not causing link eventJesse Brandeburg1-2/+2
2008-09-24ixgbe: Update watchdog thread to accomodate longerlink_up eventsJesse Brandeburg5-51/+118
2008-09-24ixgbe: fix multicast address updateJesse Brandeburg1-2/+3
2008-09-24ixgbe: fix dca defines to not have spacesJesse Brandeburg1-12/+12
2008-09-24ixgbe: fix bug where using wake queue instead of startJesse Brandeburg1-1/+1
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-0/+6
2008-09-03ixgbe: change config srrctl to only program one register per VMDq/RSS idAlexander Duyck1-10/+15
2008-09-03ixgbe: use different context for tso and offloadPJ Waskiewicz1-0/+5
2008-09-03ixgbe: fix dca hints going to wrong processorJesse Brandeburg2-31/+69
2008-09-03ixgbe: fix bug where lro settings are per ringJesse Brandeburg1-13/+14
2008-09-03ixgbe: update dca to new interface, fix CONFIG_DCA_MODULEJesse Brandeburg2-26/+59
2008-09-03ixgbe: should not use HW_CSUM, should use IP* flagsJesse Brandeburg2-5/+5
2008-09-03ixgbe: Lock RSS seed, move rx_buf_len to the rx_ringJesse Brandeburg3-49/+64
2008-09-03ixgbe: Implement Tx Head WritebackJesse Brandeburg1-85/+113
2008-09-03ixgbe: disable flow control by defaultJesse Brandeburg3-12/+26
2008-09-03ixgbe: Cleanup references to Tx and Rx rings to becommon across the driverJesse Brandeburg1-81/+77
2008-09-03ixgbe: do not update stats twice each receiveJesse Brandeburg1-3/+0
2008-09-03ixgbe: Implement HAVE_SET_RX_MODEChristopher Leech5-50/+169
2008-09-03ixgbe: add little endian annotations for sparseJesse Brandeburg1-7/+7
2008-09-03ixgbe: fix rx csum return status misinterpretationJesse Brandeburg1-5/+3
2008-09-03ixgbe: initialize interrupt throttle rateAndy Gospodarek1-0/+6
2008-08-27ixgbe: fix vlan filteringAlexander Duyck1-3/+5
2008-08-14ixgbe: add cx4 device IDJesse Brandeburg3-1/+5
2008-07-22ixgbe: remove device ID for unsupported deviceJesse Brandeburg1-2/+0
2008-07-18igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher1-0/+2
2008-07-17net: Use queue aware tests throughout.David S. Miller2-18/+7
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller1-2/+0