summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-021-1/+0
|\
| * driver/net/*: remove redundant argument commentsQinghuang Feng2008-11-231-1/+0
* | ixgbe section fixesAl Viro2008-11-301-5/+4
|/
* ixgbe: fix compilation with gcc-3.4Alexey Dobriyan2008-11-191-30/+28
* [netdrvr] myri10ge, ixgbe: remove broken select INTEL_IOATDMAJeff Garzik2008-10-161-16/+16
* ixgbe: whitespace/formatting cleanupAlexander Duyck2008-09-241-71/+54
* ixgbe: correctly add and remove napi queuesAlexander Duyck2008-09-241-100/+130
* ixgbe: Whitespace, copyright update and version number change patchPeter P Waskiewicz2008-09-241-182/+178
* ixgbe: bump versionJeff Kirsher2008-09-241-1/+1
* ixgbe: xmit frame refactorJesse Brandeburg2008-09-241-25/+17
* ixgbe: lower stack space usageJesse Brandeburg2008-09-241-9/+6
* ixgbe: move set_num_queues and call it after msix failureJesse Brandeburg2008-09-241-44/+44
* ixgbe: refresh the ixgbe_down functionJesse Brandeburg2008-09-241-10/+19
* ixgbe: update to latest common code moduleJesse Brandeburg2008-09-241-34/+71
* ixgbe: add clean rx many routineJesse Brandeburg2008-09-241-2/+60
* ixgbe: fix ring reallocation in ethtoolJesse Brandeburg2008-09-241-5/+5
* ixgbe: add device support for XF LR adaptersJesse Brandeburg2008-09-241-0/+2
* ixgbe: recycle pages in packet split modeJesse Brandeburg2008-09-241-18/+31
* ixgbe: fix initial interrupt throttle settingsJesse Brandeburg2008-09-241-35/+45
* ixgbe: fix pci_resource allocation as in other driversJeff Kirsher2008-09-241-8/+2
* ixgbe: limit small mtu to minimum for ipv4 supportJesse Brandeburg2008-09-241-2/+2
* ixgbe: fix bug with shared interruptsJesse Brandeburg2008-09-241-1/+6
* ixgbe: link change interrupt was not causing link eventJesse Brandeburg2008-09-241-2/+2
* ixgbe: Update watchdog thread to accomodate longerlink_up eventsJesse Brandeburg2008-09-241-43/+86
* ixgbe: fix dca defines to not have spacesJesse Brandeburg2008-09-241-12/+12
* ixgbe: fix bug where using wake queue instead of startJesse Brandeburg2008-09-241-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-09-081-0/+6
|\
| * ixgbe: initialize interrupt throttle rateAndy Gospodarek2008-09-031-0/+6
* | ixgbe: change config srrctl to only program one register per VMDq/RSS idAlexander Duyck2008-09-031-10/+15
* | ixgbe: use different context for tso and offloadPJ Waskiewicz2008-09-031-0/+5
* | ixgbe: fix dca hints going to wrong processorJesse Brandeburg2008-09-031-25/+65
* | ixgbe: fix bug where lro settings are per ringJesse Brandeburg2008-09-031-13/+14
* | ixgbe: update dca to new interface, fix CONFIG_DCA_MODULEJesse Brandeburg2008-09-031-15/+35
* | ixgbe: should not use HW_CSUM, should use IP* flagsJesse Brandeburg2008-09-031-2/+2
* | ixgbe: Lock RSS seed, move rx_buf_len to the rx_ringJesse Brandeburg2008-09-031-45/+57
* | ixgbe: Implement Tx Head WritebackJesse Brandeburg2008-09-031-85/+113
* | ixgbe: disable flow control by defaultJesse Brandeburg2008-09-031-9/+6
* | ixgbe: Cleanup references to Tx and Rx rings to becommon across the driverJesse Brandeburg2008-09-031-81/+77
* | ixgbe: do not update stats twice each receiveJesse Brandeburg2008-09-031-3/+0
* | ixgbe: Implement HAVE_SET_RX_MODEChristopher Leech2008-09-031-32/+40
* | ixgbe: fix rx csum return status misinterpretationJesse Brandeburg2008-09-031-5/+3
|/
* ixgbe: fix vlan filteringAlexander Duyck2008-08-271-3/+5
* ixgbe: add cx4 device IDJesse Brandeburg2008-08-141-1/+3
* ixgbe: remove device ID for unsupported deviceJesse Brandeburg2008-07-221-2/+0
* igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher2008-07-181-0/+2
* net: Use queue aware tests throughout.David S. Miller2008-07-171-10/+5
* netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller2008-07-171-2/+0
* netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy2008-07-161-4/+1
* netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy2008-07-161-5/+12
* net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller2008-07-081-40/+0
OpenPOWER on IntegriCloud