aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2011-09-28ixgbe add thermal sensor support for x540 hardwareJacob Keller
2011-09-28ixgbe: update {P}FC thresholds to account for X540 and loopbackJohn Fastabend
2011-09-28ixgbe: disable LLI for FCoEVasu Dev
2011-09-28ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov
2011-09-23Merge git://github.com/Jkirsher/net-nextDavid S. Miller
2011-09-23ixgbe: remove global reset to the MACEmil Tantilov
2011-09-23ixgbe: add WOL support for X540Emil Tantilov
2011-09-23ixgbe: avoid HW lockup when adapter is reset with Tx work pendingEmil Tantilov
2011-09-23ixgbe: dcb, set priority to traffic class mappingsJohn Fastabend
2011-09-23ixgbe: cleanup X540 interrupt enablementDon Skidmore
2011-09-23ixgbe: DCB, do not call set_state() from IEEE modeJohn Fastabend
2011-09-23ixgbe: Reconfigure SR-IOV InitGreg Rose
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-16ixgbe: remove duplicate netif_tx_start_all_queuesEmil Tantilov
2011-09-16ixgbe: fix FCRTL/H register dump for X540Emil Tantilov
2011-09-16ixgbe: cleanup some register readsEmil Tantilov
2011-09-16ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck
2011-09-16ixgbe: drop adapter from ixgbe_fso call documentationAlexander Duyck
2011-09-16ixgbe: Add SFP support for missed 82598 PHYAlexander Duyck
2011-09-16ixgbe: Add missing code for enabling overheat sensor interruptAlexander Duyck
2011-09-16ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck
2011-09-16v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeAlexander Duyck
2011-09-16ixgbe: remove redundant configuration of tx_sample_rateAlexander Duyck
2011-09-16ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLBen Hutchings
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings
2011-09-16Merge git://github.com/Jkirsher/net-nextDavid S. Miller
2011-09-15ixgbe: Correctly name and handle MSI-X other interruptAlexander Duyck
2011-09-15ixgbe: cleanup configuration of EITRSEL and VF reset pathAlexander Duyck
2011-09-15ixgbe: cleanup reset pathsAlexander Duyck
2011-09-15ixgbe: Update TXDCTL configuration to correctly handle WTHRESHAlexander Duyck
2011-09-15ixgbe: combine PCI_VDEVICE and board declaration to same lineAlexander Duyck
2011-09-15ixgbe: Drop unnecessary adapter->hw dereference in loopback test setupAlexander Duyck
2011-09-15ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt typesAlexander Duyck
2011-09-15ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCAAlexander Duyck
2011-09-15ixgbe: cleanup allocation and freeing of IRQ affinity hintAlexander Duyck
2011-09-15v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into oneAlexander Duyck
2011-09-15ixgbe: Change default Tx work limit size to 256 buffersAlexander Duyck
2011-08-30intel: convert to SKB paged frag API.Ian Campbell
2011-08-29ixgbe: clear RNBC only for 82598Emil Tantilov
2011-08-29ixgbe: add check for supported modesEmil Tantilov
2011-08-29ixgbe: fix ixgbe_fc_autoneg_fiber bugDon Skidmore
2011-08-29ixgbe: cleanup feature flags in ixgbe_probeDon Skidmore
2011-08-29ixgbe: PFC not cleared on X540 devicesJohn Fastabend
2011-08-29ixgbe: consolidate, setup for multiple traffic classesJohn Fastabend
2011-08-29ixgbe: remove unneeded fdir pb alloc caseJohn Fastabend
2011-08-29ixgbe: fixup remaining call sites for arbitrary TCsJohn Fastabend
2011-08-29ixgbe: Always tag VLAN tagged packetsAlexander Duyck
2011-08-29ixgbe: Add support for setting CC bit when SR-IOV is enabledAlexander Duyck
2011-08-27ixgbe: convert rings from q_vector bit indexed array to linked listAlexander Duyck
2011-08-27ixgbe: Simplify transmit cleanup pathAlexander Duyck