aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2011-09-28ixgbe: add ECC warning for legacy interruptsGravatar Don Skidmore 1-1/+5
2011-09-28ixgbe: cleanup ixgbe_setup_gpie() for X540Gravatar Don Skidmore 1-2/+12
2011-09-28ixgbe add thermal sensor support for x540 hardwareGravatar Jacob Keller 2-18/+50
2011-09-28ixgbe: update {P}FC thresholds to account for X540 and loopbackGravatar John Fastabend 7-38/+190
2011-09-28ixgbe: disable LLI for FCoEGravatar Vasu Dev 1-3/+1
2011-09-28ixgbe: Cleanup q_vector interrupt throttle rate logicGravatar Emil Tantilov 3-159/+96
2011-09-23Merge git://github.com/Jkirsher/net-nextGravatar David S. Miller 14-245/+435
2011-09-23ixgbe: remove global reset to the MACGravatar Emil Tantilov 1-17/+2
2011-09-23ixgbe: add WOL support for X540Gravatar Emil Tantilov 4-2/+30
2011-09-23ixgbe: avoid HW lockup when adapter is reset with Tx work pendingGravatar Emil Tantilov 6-85/+104
2011-09-23ixgbe: dcb, set priority to traffic class mappingsGravatar John Fastabend 1-0/+3
2011-09-23ixgbe: cleanup X540 interrupt enablementGravatar Don Skidmore 1-2/+2
2011-09-23ixgbe: DCB, do not call set_state() from IEEE modeGravatar John Fastabend 4-42/+69
2011-09-23ixgbe: Reconfigure SR-IOV InitGravatar Greg Rose 5-97/+225
2011-09-22Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 1-2/+2
2011-09-16ixgbe: remove duplicate netif_tx_start_all_queuesGravatar Emil Tantilov 1-2/+0
2011-09-16ixgbe: fix FCRTL/H register dump for X540Gravatar Emil Tantilov 1-0/+1
2011-09-16ixgbe: cleanup some register readsGravatar Emil Tantilov 1-9/+21
2011-09-16ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCGravatar Alexander Duyck 3-19/+35
2011-09-16ixgbe: drop adapter from ixgbe_fso call documentationGravatar Alexander Duyck 1-1/+0
2011-09-16ixgbe: Add SFP support for missed 82598 PHYGravatar Alexander Duyck 1-0/+3
2011-09-16ixgbe: Add missing code for enabling overheat sensor interruptGravatar Alexander Duyck 1-0/+4
2011-09-16ixgbe: make ixgbe_up and ixgbe_up_complete void functionsGravatar Alexander Duyck 2-18/+7
2011-09-16v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeGravatar Alexander Duyck 1-4/+6
2011-09-16ixgbe: remove redundant configuration of tx_sample_rateGravatar Alexander Duyck 1-9/+4
2011-09-16ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLGravatar Ben Hutchings 1-0/+2
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCGravatar Ben Hutchings 1-3/+2
2011-09-16Merge git://github.com/Jkirsher/net-nextGravatar David S. Miller 7-580/+341
2011-09-15ixgbe: Correctly name and handle MSI-X other interruptGravatar Alexander Duyck 2-95/+97
2011-09-15ixgbe: cleanup configuration of EITRSEL and VF reset pathGravatar Alexander Duyck 1-12/+13
2011-09-15ixgbe: cleanup reset pathsGravatar Alexander Duyck 4-83/+43
2011-09-15ixgbe: Update TXDCTL configuration to correctly handle WTHRESHGravatar Alexander Duyck 1-17/+18
2011-09-15ixgbe: combine PCI_VDEVICE and board declaration to same lineGravatar Alexander Duyck 1-53/+26
2011-09-15ixgbe: Drop unnecessary adapter->hw dereference in loopback test setupGravatar Alexander Duyck 1-9/+9
2011-09-15ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt typesGravatar Alexander Duyck 1-54/+34
2011-09-15ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCAGravatar Alexander Duyck 1-4/+4
2011-09-15ixgbe: cleanup allocation and freeing of IRQ affinity hintGravatar Alexander Duyck 1-40/+36
2011-09-15v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into oneGravatar Alexander Duyck 1-216/+63
2011-09-15ixgbe: Change default Tx work limit size to 256 buffersGravatar Alexander Duyck 2-4/+5
2011-08-30intel: convert to SKB paged frag API.Gravatar Ian Campbell 1-2/+1
2011-08-29ixgbe: clear RNBC only for 82598Gravatar Emil Tantilov 1-2/+3
2011-08-29ixgbe: add check for supported modesGravatar Emil Tantilov 1-3/+7
2011-08-29ixgbe: fix ixgbe_fc_autoneg_fiber bugGravatar Don Skidmore 1-2/+2
2011-08-29ixgbe: cleanup feature flags in ixgbe_probeGravatar Don Skidmore 1-1/+0
2011-08-29ixgbe: PFC not cleared on X540 devicesGravatar John Fastabend 2-1/+4
2011-08-29ixgbe: consolidate, setup for multiple traffic classesGravatar John Fastabend 2-49/+27
2011-08-29ixgbe: remove unneeded fdir pb alloc caseGravatar John Fastabend 1-87/+0
2011-08-29ixgbe: fixup remaining call sites for arbitrary TCsGravatar John Fastabend 1-2/+2
2011-08-29ixgbe: Always tag VLAN tagged packetsGravatar Alexander Duyck 1-1/+2
2011-08-29ixgbe: Add support for setting CC bit when SR-IOV is enabledGravatar Alexander Duyck 2-2/+16