aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Duyck2-8/+8
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: Reorder adapter contents for better cache utilizationAlexander Duyck1-46/+48
2012-03-12ixgbe: Do no clear Tx status bits since eop_desc provides enough infoAlexander Duyck1-4/+3
2012-03-12net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck1-1/+2
2012-03-12ixgbe: add support for byte queue limitsAlexander Duyck2-0/+12
2012-03-12ixgbe: remove tie between NAPI work limits and interrupt moderationJeff Kirsher1-6/+0
2012-03-12igb: fix ethtool offline testJeff Kirsher1-0/+7
2012-03-02net: dcb: getnumtcs()/setnumtcs() should return an intJohn Fastabend1-2/+2
2012-03-02ixgbe: dcb: check setup_tc return codesJohn Fastabend1-8/+18
2012-03-02e100: Show short v/s long rx length errors in ethtool stats.Ben Greear1-0/+3
2012-03-02e100: Fix rx-over-length statistics.Ben Greear1-1/+4
2012-02-29ixgbe: Fix comments that are out of date or formatted incorrectlyAlexander Duyck1-4/+9
2012-02-29ixgbe: fix spelling errorsDon Skidmore1-1/+1
2012-02-29ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ringAlexander Duyck1-6/+11
2012-02-29e1000e: use msleep instead of mdelayBruce Allan1-3/+1
2012-02-29e1000e: cleanup whitespace and indentationBruce Allan5-57/+38
2012-02-29e1000e: cleanup incorrect filename in commentBruce Allan1-1/+1
2012-02-29e100: Support RXALL feature flag.Ben Greear1-2/+20
2012-02-29e100: Support sending custom Ethernet CRCBen Greear1-0/+16
2012-02-29e100: Support RXFCS feature flag.Ben Greear1-5/+30
2012-02-24e1000e: rename e1000e_reload_nvm() and call as function pointerBruce Allan6-4/+8
2012-02-24e1000e: cleanup - remove unnecessary variableBruce Allan1-2/+1
2012-02-24e1000e: use true/false for boolean send_xon, do not assume always trueBruce Allan2-2/+4
2012-02-24e1000e: cleanup comment in e1000_hash_mc_addr()Bruce Allan1-2/+1
2012-02-24e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan8-11/+14
2012-02-24e1000e: comment correction in e1000e_set_kmrn_lock_loss_workaround_ich8lanBruce Allan1-1/+1
2012-02-24e1000e: cleanup calls to setup_physical_interface function pointerBruce Allan1-1/+1
2012-02-24e1000e: cleanup use of check_reset_block function pointerBruce Allan6-18/+16
2012-02-24e1000e: cleanup use of check_mng_mode function pointerBruce Allan3-8/+3
2012-02-24e1000e: cleanup: rename e1000e_setup_link() and call as function pointerBruce Allan5-8/+8
2012-02-24e1000e: cleanup: rename e1000e_id_led_init() and call as function pointerBruce Allan5-10/+9
2012-02-24ixgbevf: print MAC via printk format specifierDanny Kukawka1-7/+1
2012-02-24v2 e1000: Neaten e1000_dump functionTushar Dave1-63/+50
2012-02-24e1000: Neaten e1000_config_dsp_after_link_changeJoe Perches1-83/+73
2012-02-24e1000e: cosmetic comment changes to make lines less than 80 charactersBruce Allan1-2/+2
2012-02-24e1000e: cosmetic change to boolean comparisonsBruce Allan1-2/+2
2012-02-24e1000: Support RX-FCS flag.Ben Greear1-10/+11
2012-02-24e1000: Support sending custom Ethernet CRC.Ben Greear1-0/+13
2012-02-24e1000e: Support RXALL feature flag.Ben Greear2-4/+26
2012-02-24e1000e: Support sending custom Ethernet CRC.Ben Greear1-0/+12
2012-02-24e1000e: Support RXFCS feature flag.Ben Greear3-8/+39
2012-02-17igbvf: reset netdevice addr_assign_type if changedDanny Kukawka1-0/+1
2012-02-13e1000e: cleanup goto statements to exit points without common workBruce Allan8-303/+212
2012-02-13e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_linkBruce Allan1-1/+1
2012-02-13e1000e: potentially incorrect return for e1000_init_hw_ich8lanBruce Allan1-1/+1
2012-02-13e1000e: cleanup: minor whitespace addition (insert blank line separator)Bruce Allan1-0/+1
2012-02-13e1000e: cleanup: remove unnecessary variable initializationsBruce Allan1-2/+2