summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe
AgeCommit message (Expand)Author
2008-10-16[netdrvr] myri10ge, ixgbe: remove broken select INTEL_IOATDMAJeff Garzik
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-09-24ixgbe: whitespace/formatting cleanupAlexander Duyck
2008-09-24ixgbe: correctly add and remove napi queuesAlexander Duyck
2008-09-24ixgbe: Whitespace, copyright update and version number change patchPeter P Waskiewicz
2008-09-24ixgbe: bump versionJeff Kirsher
2008-09-24ixgbe: xmit frame refactorJesse Brandeburg
2008-09-24ixgbe: lower stack space usageJesse Brandeburg
2008-09-24ixgbe: cleanup definesJesse Brandeburg
2008-09-24ixgbe: move set_num_queues and call it after msix failureJesse Brandeburg
2008-09-24ixgbe: refresh the ixgbe_down functionJesse Brandeburg
2008-09-24ixgbe: update to latest common code moduleJesse Brandeburg
2008-09-24ixgbe: add clean rx many routineJesse Brandeburg
2008-09-24ixgbe: lro stats were not counted on first ethtool -ScallJesse Brandeburg
2008-09-24ixgbe: fix ring reallocation in ethtoolJesse Brandeburg
2008-09-24ixgbe: add device support for XF LR adaptersJesse Brandeburg
2008-09-24ixgbe: recycle pages in packet split modeJesse Brandeburg
2008-09-24ixgbe: fix bug with lots of tx queuesJesse Brandeburg
2008-09-24ixgbe: fix initial interrupt throttle settingsJesse Brandeburg
2008-09-24ixgbe: fix ethtool disable csum for ipv6Jesse Brandeburg
2008-09-24ixgbe: fix pci_resource allocation as in other driversJeff Kirsher
2008-09-24ixgbe: fix ethtool register dumpJesse Brandeburg
2008-09-24ixgbe: limit small mtu to minimum for ipv4 supportJesse Brandeburg
2008-09-24ixgbe: fix bug with shared interruptsJesse Brandeburg
2008-09-24ixgbe: link change interrupt was not causing link eventJesse Brandeburg
2008-09-24ixgbe: Update watchdog thread to accomodate longerlink_up eventsJesse Brandeburg
2008-09-24ixgbe: fix multicast address updateJesse Brandeburg
2008-09-24ixgbe: fix dca defines to not have spacesJesse Brandeburg
2008-09-24ixgbe: fix bug where using wake queue instead of startJesse Brandeburg
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-09-03ixgbe: change config srrctl to only program one register per VMDq/RSS idAlexander Duyck
2008-09-03ixgbe: use different context for tso and offloadPJ Waskiewicz
2008-09-03ixgbe: fix dca hints going to wrong processorJesse Brandeburg
2008-09-03ixgbe: fix bug where lro settings are per ringJesse Brandeburg
2008-09-03ixgbe: update dca to new interface, fix CONFIG_DCA_MODULEJesse Brandeburg
2008-09-03ixgbe: should not use HW_CSUM, should use IP* flagsJesse Brandeburg
2008-09-03ixgbe: Lock RSS seed, move rx_buf_len to the rx_ringJesse Brandeburg
2008-09-03ixgbe: Implement Tx Head WritebackJesse Brandeburg
2008-09-03ixgbe: disable flow control by defaultJesse Brandeburg
2008-09-03ixgbe: Cleanup references to Tx and Rx rings to becommon across the driverJesse Brandeburg
2008-09-03ixgbe: do not update stats twice each receiveJesse Brandeburg
2008-09-03ixgbe: Implement HAVE_SET_RX_MODEChristopher Leech
2008-09-03ixgbe: add little endian annotations for sparseJesse Brandeburg
2008-09-03ixgbe: fix rx csum return status misinterpretationJesse Brandeburg
2008-09-03ixgbe: initialize interrupt throttle rateAndy Gospodarek
2008-08-27ixgbe: fix vlan filteringAlexander Duyck
2008-08-14ixgbe: add cx4 device IDJesse Brandeburg
2008-07-22ixgbe: remove device ID for unsupported deviceJesse Brandeburg
2008-07-18igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher
2008-07-17net: Use queue aware tests throughout.David S. Miller