aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-27ixgbe: update version numberDon Skidmore1-2/+2
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger1-3/+6
2012-03-19ixgbe: fix namespace issues when FCoE/DCB is not enabledJeff Kirsher1-901/+10
2012-03-19ixgbe: Correct flag values set by ixgbe_fix_featuresAlexander Duyck1-39/+36
2012-03-19ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash commandAlexander Duyck1-0/+5
2012-03-19ixgbe: Whitespace cleanupsAlexander Duyck1-10/+7
2012-03-19ixgbe: Two minor fixes for RSS and FDIR set queues functionsAlexander Duyck1-3/+1
2012-03-19ixgbe: drop err_eeprom tag which is at same location as err_sw_initAlexander Duyck1-3/+2
2012-03-19ixgbe: Move poll routine in order to improve readabilityAlexander Duyck1-49/+49
2012-03-19ixgbe: cleanup logic for the service timer and VF hang detectionAlexander Duyck1-19/+10
2012-03-19ixgbe: Store Tx flags and protocol information to tx_buffer soonerAlexander Duyck1-45/+41
2012-03-17ixgbe: always write DMA for single_mapped value with skbAlexander Duyck1-115/+151
2012-03-17ixgbe: Write gso_segs and bytcount to the ring soonerAlexander Duyck1-22/+13
2012-03-17ixgbe: Place skb on first buffer_info structure to avoid using stack spaceAlexander Duyck1-22/+30
2012-03-17ixgbe: Use packets to track Tx completions instead of a seperate valueAlexander Duyck1-4/+1
2012-03-17ixgbe: Modify setup of descriptor flags to avoid conditional jumpsAlexander Duyck1-17/+17
2012-03-17ixgbe: Make certain that all frames fit minimum size requirementsAlexander Duyck1-1/+17
2012-03-17ixgbe: cleanup logic in ixgbe_change_mtuAlexander Duyck1-8/+12
2012-03-17ixgbe: Replace standard receive path with a page based receiveAlexander Duyck1-403/+416
2012-03-17ixgbe: Support RX-ALL feature flag.Ben Greear1-2/+23
2012-03-17ixgbe: Support sending custom Ethernet FCS.Ben Greear1-0/+3
2012-03-14ixgbe: dcb: use DCB config values for FCoE traffic class on openJohn Fastabend1-1/+3
2012-03-14ixgbe: Fix race condition where RX buffer could become corrupted.Atita Shirwaikar1-0/+21
2012-03-14ixgbe: use typed min/max functions where possibleJesse Brandeburg1-4/+4
2012-03-14ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itrAlexander Duyck1-13/+8
2012-03-14ixgbe: Do not disable read relaxed ordering when DCA is enabledAlexander Duyck1-33/+38
2012-03-12ixgbe: Add iterator for cycling through rings on a q_vectorAlexander Duyck1-8/+8
2012-03-12ixgbe: Allocate rings as part of the q_vectorAlexander Duyck1-251/+238
2012-03-12ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intrAlexander Duyck1-5/+2
2012-03-12ixgbe: Default to queue pairs when number of queues is less than CPUsAlexander Duyck1-7/+7
2012-03-12ixgbe: Correct Adaptive Interrupt Moderation so that it will change valuesAlexander Duyck1-2/+2
2012-03-12ixgbe: Address issues with Tx WHTRESH value not being set correctlyAlexander Duyck1-2/+5
2012-03-12ixgbe: Do no clear Tx status bits since eop_desc provides enough infoAlexander Duyck1-4/+3
2012-03-12ixgbe: add support for byte queue limitsAlexander Duyck1-0/+7
2012-02-29ixgbe: Fix comments that are out of date or formatted incorrectlyAlexander Duyck1-4/+9
2012-02-29ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ringAlexander Duyck1-6/+11
2012-02-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller1-243/+443
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+11
2012-02-10ixgbe: Combine post-DMA processing of sk_buff fields into single functionAlexander Duyck1-58/+69
2012-02-10ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADVAlexander Duyck1-13/+13
2012-02-10ixgbe: Add function for testing status bits in Rx descriptorAlexander Duyck1-29/+22
2012-02-10ixgbe: Let the Rx buffer allocation clear status bits instead of cleanupAlexander Duyck1-62/+93
2012-02-10ixgbe: Address fact that RSC was not setting GSO size for incoming framesAlexander Duyck1-5/+125
2012-02-10ixgbe: Minor refactor of RSCAlexander Duyck1-95/+140
2012-02-09ixgbe: do not update real num queues when netdev is going awayYi Zou1-0/+4
2012-02-09ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck1-6/+6
2012-02-09ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose1-1/+1
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-02-03ixgbe: update copyright to 2012Don Skidmore1-2/+2
2012-02-01ixgbe: Add module parameter to allow untested and unsafe SFP+ modulesPeter P Waskiewicz Jr1-0/+8