summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* ixgb: Remove unnecessary defines, use pr_debugJoe Perches2012-03-142-14/+2
* 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
* net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck2012-03-121-1/+2
* 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
* igb: fix ethtool offline testJeff Kirsher2012-03-121-0/+7
* 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
* e100: Show short v/s long rx length errors in ethtool stats.Ben Greear2012-03-021-0/+3
* e100: Fix rx-over-length statistics.Ben Greear2012-03-021-1/+4
* 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
* e1000e: use msleep instead of mdelayBruce Allan2012-02-291-3/+1
* e1000e: cleanup whitespace and indentationBruce Allan2012-02-295-57/+38
* e1000e: cleanup incorrect filename in commentBruce Allan2012-02-291-1/+1
* e100: Support RXALL feature flag.Ben Greear2012-02-291-2/+20
* e100: Support sending custom Ethernet CRCBen Greear2012-02-291-0/+16
* e100: Support RXFCS feature flag.Ben Greear2012-02-291-5/+30
* e1000e: rename e1000e_reload_nvm() and call as function pointerBruce Allan2012-02-246-4/+8
* e1000e: cleanup - remove unnecessary variableBruce Allan2012-02-241-2/+1
* e1000e: use true/false for boolean send_xon, do not assume always trueBruce Allan2012-02-242-2/+4
* e1000e: cleanup comment in e1000_hash_mc_addr()Bruce Allan2012-02-241-2/+1
* e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan2012-02-248-11/+14
* e1000e: comment correction in e1000e_set_kmrn_lock_loss_workaround_ich8lanBruce Allan2012-02-241-1/+1
* e1000e: cleanup calls to setup_physical_interface function pointerBruce Allan2012-02-241-1/+1
* e1000e: cleanup use of check_reset_block function pointerBruce Allan2012-02-246-18/+16
* e1000e: cleanup use of check_mng_mode function pointerBruce Allan2012-02-243-8/+3
* e1000e: cleanup: rename e1000e_setup_link() and call as function pointerBruce Allan2012-02-245-8/+8
* e1000e: cleanup: rename e1000e_id_led_init() and call as function pointerBruce Allan2012-02-245-10/+9
* ixgbevf: print MAC via printk format specifierDanny Kukawka2012-02-241-7/+1
* v2 e1000: Neaten e1000_dump functionTushar Dave2012-02-241-63/+50
* e1000: Neaten e1000_config_dsp_after_link_changeJoe Perches2012-02-241-83/+73
* e1000e: cosmetic comment changes to make lines less than 80 charactersBruce Allan2012-02-241-2/+2
* e1000e: cosmetic change to boolean comparisonsBruce Allan2012-02-241-2/+2
* e1000: Support RX-FCS flag.Ben Greear2012-02-241-10/+11
OpenPOWER on IntegriCloud