summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoEAlexander Duyck2012-04-172-8/+10
* ixgbe: add missing rtnl_lock in PM resume pathBenjamin Poirier2012-04-171-0/+2
* ixgbe: fix WoL issue with fiberDon Skidmore2012-04-141-0/+10
* ixgbe: driver fix for link flapMultanen, Eric W2012-04-031-84/+80
* ixgbe: update version numberDon Skidmore2012-03-271-2/+2
* ixgbe: fix typo in enumeration nameDon Skidmore2012-03-271-1/+1
* intel: make wired ethernet driver message level consistent (rev2)stephen hemminger2012-03-271-3/+6
* ixgbe: Fix issues with SR-IOV loopback when flow control is disabledAlexander Duyck2012-03-191-1/+8
* ixgbe: fix namespace issues when FCoE/DCB is not enabledJeff Kirsher2012-03-194-902/+945
* ixgbe: Correct flag values set by ixgbe_fix_featuresAlexander Duyck2012-03-193-61/+54
* ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash commandAlexander Duyck2012-03-193-1/+160
* ixgbe: Whitespace cleanupsAlexander Duyck2012-03-191-10/+7
* ixgbe: Two minor fixes for RSS and FDIR set queues functionsAlexander Duyck2012-03-191-3/+1
* ixgbe: drop err_eeprom tag which is at same location as err_sw_initAlexander Duyck2012-03-191-3/+2
* ixgbe: Move poll routine in order to improve readabilityAlexander Duyck2012-03-191-49/+49
* ixgbe: cleanup logic for the service timer and VF hang detectionAlexander Duyck2012-03-191-19/+10
* ixgbe: Update layout of ixgbe_ring structure to improve cache performanceAlexander Duyck2012-03-191-9/+9
* ixgbe: Store Tx flags and protocol information to tx_buffer soonerAlexander Duyck2012-03-193-51/+51
* ixgbe: always write DMA for single_mapped value with skbAlexander Duyck2012-03-172-118/+153
* ixgbe: Write gso_segs and bytcount to the ring soonerAlexander Duyck2012-03-172-25/+21
* ixgbe: Place skb on first buffer_info structure to avoid using stack spaceAlexander Duyck2012-03-173-29/+40
* ixgbe: Use packets to track Tx completions instead of a seperate valueAlexander Duyck2012-03-172-5/+1
* ixgbe: Modify setup of descriptor flags to avoid conditional jumpsAlexander Duyck2012-03-171-17/+17
* ixgbe: Make certain that all frames fit minimum size requirementsAlexander Duyck2012-03-171-1/+17
* ixgbe: cleanup logic in ixgbe_change_mtuAlexander Duyck2012-03-171-8/+12
* ixgbe: Replace standard receive path with a page based receiveAlexander Duyck2012-03-173-430/+457
* ixgbe: Support RX-ALL feature flag.Ben Greear2012-03-171-2/+23
* ixgbe: Support sending custom Ethernet FCS.Ben Greear2012-03-171-0/+3
* ixgbe: dcb: use DCB config values for FCoE traffic class on openJohn Fastabend2012-03-141-1/+3
* ixgbe: Fix race condition where RX buffer could become corrupted.Atita Shirwaikar2012-03-146-24/+84
* ixgbe: use typed min/max functions where possibleJesse Brandeburg2012-03-142-8/+8
* ixgbe: fix obvious return value bug.Don Skidmore2012-03-141-1/+2
* ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itrAlexander Duyck2012-03-142-17/+8
* ixgbe: Do not disable read relaxed ordering when DCA is enabledAlexander Duyck2012-03-144-42/+49
* ixgbe: Simplify logic for ethtool loopback frame creation and testingAlexander Duyck2012-03-121-31/+32
* ixgbe: Add iterator for cycling through rings on a q_vectorAlexander Duyck2012-03-122-8/+12
* ixgbe: Allocate rings as part of the q_vectorAlexander Duyck2012-03-123-257/+244
* ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intrAlexander Duyck2012-03-121-5/+2
* ixgbe: Default to queue pairs when number of queues is less than CPUsAlexander Duyck2012-03-122-8/+8
* ixgbe: Correct Adaptive Interrupt Moderation so that it will change valuesAlexander Duyck2012-03-121-2/+2
* ixgbe: Address issues with Tx WHTRESH value not being set correctlyAlexander Duyck2012-03-121-2/+5
* ixgbe: Reorder adapter contents for better cache utilizationAlexander Duyck2012-03-121-46/+48
* ixgbe: Do no clear Tx status bits since eop_desc provides enough infoAlexander Duyck2012-03-121-4/+3
* ixgbe: add support for byte queue limitsAlexander Duyck2012-03-122-0/+12
* ixgbe: remove tie between NAPI work limits and interrupt moderationJeff Kirsher2012-03-121-6/+0
* net: dcb: getnumtcs()/setnumtcs() should return an intJohn Fastabend2012-03-021-2/+2
* ixgbe: dcb: check setup_tc return codesJohn Fastabend2012-03-021-8/+18
* ixgbe: Fix comments that are out of date or formatted incorrectlyAlexander Duyck2012-02-291-4/+9
* ixgbe: fix spelling errorsDon Skidmore2012-02-291-1/+1
* ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ringAlexander Duyck2012-02-291-6/+11
OpenPOWER on IntegriCloud