summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe
AgeCommit message (Expand)AuthorFilesLines
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 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-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. Miller2-18/+7
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. Miller2-46/+0
2008-06-29Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller3-21/+110
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2008-06-27ixgbe: fix EEH recovery during reset on PPCPaul Larson1-1/+2
2008-06-25ixgbe: add LRO supportMallikarjuna R Chilakala3-21/+110
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-06-12ixbge: allow vlan devices to use TSO and TCP CSUM offloadJeff Kirsher1-1/+6
2008-06-11ixgbe: fix typoJeff Kirsher1-2/+2
2008-04-25ixgbe: save and restore pcie/msi state to support EEH recoveryWendy Xiong1-0/+2
2008-03-29Compilation fix for ixgbe_main.c.Denis V. Lunev1-3/+3
2008-03-17ixgbe: Increment versionAuke Kok1-1/+1
2008-03-17ixgbe: Add optional DCA infrastructureJeb Cramer2-0/+157
2008-03-17ixgbe: Introduce adaptive interrupt moderationAyyappan Veeraiyan3-12/+232
2008-03-17ixgbe: Introduce Multiqueue TXAyyappan Veeraiyan2-5/+66
2008-03-17ixgbe: Introduce MSI-X queue vector codeAyyappan Veeraiyan2-350/+826
2008-03-05ixgbe: fix typo in speed mesageEmil Tantilov1-1/+1
2008-02-15ixgbe: Correctly obtain protocol information on transmitAuke Kok1-3/+21
2008-02-11ixgbe: remove accidentally added #ifdefAuke Kok1-5/+0
2008-02-11ixgbe: Disallow device reset during ethtool testAuke Kok1-0/+4
2008-02-11ixgbe: warn when device is in a x4 or lower width slotAuke Kok1-0/+8
2008-02-05ixgbe: add real-time traffic countersAyyappan Veeraiyan1-4/+11
2008-02-05ixgbe: fix several counter register errataAyyappan Veeraiyan1-22/+31
2008-02-05ixgbe: properly return CHECKSUM_NONE, cleanup csum codeAyyappan Veeraiyan1-7/+22
2008-02-05ixgbe: Fix FW init/release, make this code a functionAyyappan Veeraiyan1-10/+28
2008-02-05ixgbe: Fix pause code for ethtoolAyyappan Veeraiyan1-5/+5
2008-02-05ixbge: Make ethtool code account for media typesAyyappan Veeraiyan1-16/+36