summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-11-02ixgbe: add device support for 82598AT (copper 10GbE) adaptersJesse Brandeburg1-0/+33
2008-10-28net: convert more to %pMJohannes Berg1-4/+2
2008-10-16[netdrvr] myri10ge, ixgbe: remove broken select INTEL_IOATDMAJeff Garzik1-16/+16
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 Waskiewicz1-182/+178
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: move set_num_queues and call it after msix failureJesse Brandeburg1-44/+44
2008-09-25ixgbe: refresh the ixgbe_down functionJesse Brandeburg1-10/+19
2008-09-25ixgbe: update to latest common code moduleJesse Brandeburg1-34/+71
2008-09-25ixgbe: add clean rx many routineJesse Brandeburg1-2/+60
2008-09-25ixgbe: fix ring reallocation in ethtoolJesse Brandeburg1-5/+5
2008-09-25ixgbe: add device support for XF LR adaptersJesse Brandeburg1-0/+2
2008-09-25ixgbe: recycle pages in packet split modeJesse Brandeburg1-18/+31
2008-09-25ixgbe: fix initial interrupt throttle settingsJesse Brandeburg1-35/+45
2008-09-25ixgbe: fix pci_resource allocation as in other driversJeff Kirsher1-8/+2
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 Brandeburg1-43/+86
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-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David 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 Brandeburg1-25/+65
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 Brandeburg1-15/+35
2008-09-03ixgbe: should not use HW_CSUM, should use IP* flagsJesse Brandeburg1-2/+2
2008-09-03ixgbe: Lock RSS seed, move rx_buf_len to the rx_ringJesse Brandeburg1-45/+57
2008-09-03ixgbe: Implement Tx Head WritebackJesse Brandeburg1-85/+113
2008-09-03ixgbe: disable flow control by defaultJesse Brandeburg1-9/+6
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 Leech1-32/+40
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 Brandeburg1-1/+3
2008-07-23ixgbe: remove device ID for unsupported deviceJesse Brandeburg1-2/+0
2008-07-18igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher1-0/+2
2008-07-18net: Use queue aware tests throughout.David S. Miller1-10/+5
2008-07-18netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller1-2/+0
2008-07-17netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy1-4/+1
2008-07-17netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy1-5/+12
2008-07-09net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller1-40/+0
2008-06-29Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller1-21/+90