aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e
AgeCommit message (Expand)AuthorFilesLines
2012-05-02e1000e: PHY initialization flow changes for 82577/8/9Bruce Allan1-100/+145
2012-05-02e1000e: workaround EEPROM configuration change on 82579Bruce Allan2-15/+34
2012-04-30e1000e: add transmit timestamping supportWillem de Bruijn1-0/+2
2012-04-27e1000e: 82579 potential system hang on stress when ME enabledBruce Allan3-45/+53
2012-04-27e1000e: 82579 packet drop workaroundBruce Allan1-0/+11
2012-04-27e1000e: Enable DMA Burst Mode on 82574 by default.Matthew Vick1-1/+2
2012-04-27e1000e: Disable Far-End LoopBack following reset on 80003ES2LAN.Matthew Vick1-0/+8
2012-04-24e1000e: Fix default interrupt throttle rate not set in NIC HWJeff Kirsher1-46/+53
2012-04-24e1000e: MSI interrupt test failed, using legacy interruptPrasanna S Panchamukhi1-1/+1
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2012-04-14e1000e: cleanup boolean logicBruce Allan6-35/+31
2012-04-14e1000e: cleanup remaining strings split across multiple linesBruce Allan2-15/+12
2012-04-14e1000e: issues in Sx on 82577/8/9Bruce Allan1-5/+10
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+32
2012-04-04e1000e: update driver version numberBruce Allan1-1/+1
2012-04-04e1000e: cleanup indexed register arraysBruce Allan3-69/+78
2012-04-04e1000e: cleanup NAPI routineBruce Allan1-15/+13
2012-04-04e1000e: Minor comment clean-up.Matthew Vick1-1/+2
2012-04-03e1000e: Guarantee descriptor writeback flush success.Matthew Vick1-0/+17
2012-04-03e1000e: prevent oops when adapter is being closed and reset simultaneouslyBruce Allan2-0/+15
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger1-1/+6
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-7/+4
2012-03-20net: remove the second argument of k[un]map_atomic()Cong Wang1-6/+4
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-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-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-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-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
2012-02-13e1000e: cleanup: remove unnecessary test and returnBruce Allan1-2/+0
2012-02-13e1000e: cleanup: remove unnecessary variable ret_valBruce Allan1-2/+1
2012-02-13e1000e: cleanup: remove unreachable statementBruce Allan1-2/+0