aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2012-03-19ixgbe: Whitespace cleanupsAlexander Duyck
2012-03-19ixgbe: Two minor fixes for RSS and FDIR set queues functionsAlexander Duyck
2012-03-19ixgbe: drop err_eeprom tag which is at same location as err_sw_initAlexander Duyck
2012-03-19ixgbe: Move poll routine in order to improve readabilityAlexander Duyck
2012-03-19ixgbe: cleanup logic for the service timer and VF hang detectionAlexander Duyck
2012-03-19ixgbe: Update layout of ixgbe_ring structure to improve cache performanceAlexander Duyck
2012-03-19ixgbe: Store Tx flags and protocol information to tx_buffer soonerAlexander Duyck
2012-03-17ixgbe: always write DMA for single_mapped value with skbAlexander Duyck
2012-03-17ixgbe: Write gso_segs and bytcount to the ring soonerAlexander Duyck
2012-03-17ixgbe: Place skb on first buffer_info structure to avoid using stack spaceAlexander Duyck
2012-03-17ixgbe: Use packets to track Tx completions instead of a seperate valueAlexander Duyck
2012-03-17ixgbe: Modify setup of descriptor flags to avoid conditional jumpsAlexander Duyck
2012-03-17ixgbe: Make certain that all frames fit minimum size requirementsAlexander Duyck
2012-03-17ixgbe: cleanup logic in ixgbe_change_mtuAlexander Duyck
2012-03-17ixgbe: Replace standard receive path with a page based receiveAlexander Duyck
2012-03-17ixgbe: Support RX-ALL feature flag.Ben Greear
2012-03-17ixgbe: Support sending custom Ethernet FCS.Ben Greear
2012-03-14ixgbe: dcb: use DCB config values for FCoE traffic class on openJohn Fastabend
2012-03-14ixgbe: Fix race condition where RX buffer could become corrupted.Atita Shirwaikar
2012-03-14ixgbe: use typed min/max functions where possibleJesse Brandeburg
2012-03-14ixgbe: fix obvious return value bug.Don Skidmore
2012-03-14ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itrAlexander Duyck
2012-03-14ixgbe: Do not disable read relaxed ordering when DCA is enabledAlexander Duyck
2012-03-12ixgbe: Simplify logic for ethtool loopback frame creation and testingAlexander Duyck
2012-03-12ixgbe: Add iterator for cycling through rings on a q_vectorAlexander Duyck
2012-03-12ixgbe: Allocate rings as part of the q_vectorAlexander Duyck
2012-03-12ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intrAlexander Duyck
2012-03-12ixgbe: Default to queue pairs when number of queues is less than CPUsAlexander Duyck
2012-03-12ixgbe: Correct Adaptive Interrupt Moderation so that it will change valuesAlexander Duyck
2012-03-12ixgbe: Address issues with Tx WHTRESH value not being set correctlyAlexander Duyck
2012-03-12ixgbe: Reorder adapter contents for better cache utilizationAlexander Duyck
2012-03-12ixgbe: Do no clear Tx status bits since eop_desc provides enough infoAlexander Duyck
2012-03-12ixgbe: add support for byte queue limitsAlexander Duyck
2012-03-12ixgbe: remove tie between NAPI work limits and interrupt moderationJeff Kirsher
2012-03-02net: dcb: getnumtcs()/setnumtcs() should return an intJohn Fastabend
2012-03-02ixgbe: dcb: check setup_tc return codesJohn Fastabend
2012-02-29ixgbe: Fix comments that are out of date or formatted incorrectlyAlexander Duyck
2012-02-29ixgbe: fix spelling errorsDon Skidmore
2012-02-29ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ringAlexander Duyck
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches
2012-02-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-10ixgbe: Combine post-DMA processing of sk_buff fields into single functionAlexander Duyck
2012-02-10ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADVAlexander Duyck
2012-02-10ixgbe: Add function for testing status bits in Rx descriptorAlexander Duyck
2012-02-10ixgbe: Let the Rx buffer allocation clear status bits instead of cleanupAlexander Duyck
2012-02-10ixgbe: Address fact that RSC was not setting GSO size for incoming framesAlexander Duyck
2012-02-10ixgbe: Minor refactor of RSCAlexander Duyck
2012-02-09ixgbe: ethtool: stats user buffer overrunJohn Fastabend
2012-02-09ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend