aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e
AgeCommit message (Expand)Author
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20net: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-29e1000e: use msleep instead of mdelayBruce Allan
2012-02-29e1000e: cleanup whitespace and indentationBruce Allan
2012-02-29e1000e: cleanup incorrect filename in commentBruce Allan
2012-02-24e1000e: rename e1000e_reload_nvm() and call as function pointerBruce Allan
2012-02-24e1000e: cleanup - remove unnecessary variableBruce Allan
2012-02-24e1000e: use true/false for boolean send_xon, do not assume always trueBruce Allan
2012-02-24e1000e: cleanup comment in e1000_hash_mc_addr()Bruce Allan
2012-02-24e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan
2012-02-24e1000e: comment correction in e1000e_set_kmrn_lock_loss_workaround_ich8lanBruce Allan
2012-02-24e1000e: cleanup calls to setup_physical_interface function pointerBruce Allan
2012-02-24e1000e: cleanup use of check_reset_block function pointerBruce Allan
2012-02-24e1000e: cleanup use of check_mng_mode function pointerBruce Allan
2012-02-24e1000e: cleanup: rename e1000e_setup_link() and call as function pointerBruce Allan
2012-02-24e1000e: cleanup: rename e1000e_id_led_init() and call as function pointerBruce Allan
2012-02-24e1000e: cosmetic comment changes to make lines less than 80 charactersBruce Allan
2012-02-24e1000e: cosmetic change to boolean comparisonsBruce Allan
2012-02-24e1000e: Support RXALL feature flag.Ben Greear
2012-02-24e1000e: Support sending custom Ethernet CRC.Ben Greear
2012-02-24e1000e: Support RXFCS feature flag.Ben Greear
2012-02-13e1000e: cleanup goto statements to exit points without common workBruce Allan
2012-02-13e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_linkBruce Allan
2012-02-13e1000e: potentially incorrect return for e1000_init_hw_ich8lanBruce Allan
2012-02-13e1000e: cleanup: minor whitespace addition (insert blank line separator)Bruce Allan
2012-02-13e1000e: cleanup: remove unnecessary variable initializationsBruce Allan
2012-02-13e1000e: cleanup: remove unnecessary test and returnBruce Allan
2012-02-13e1000e: cleanup: remove unnecessary variable ret_valBruce Allan
2012-02-13e1000e: cleanup: remove unreachable statementBruce Allan
2012-02-13e1000e: potentially incorrect return for e1000_set_d3_lplu_state_ich8lanBruce Allan
2012-02-13e1000e: cleanup: always return 0Bruce Allan
2012-02-13e1000e: cleanup: remove unnecessary assignments just before returningBruce Allan
2012-02-13e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lanBruce Allan
2012-02-13e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lanBruce Allan
2012-02-13e1000e: cleanup: rename goto labels to be more meaningfulBruce Allan
2012-02-13e1000e: cleanup: use goto for common work needed by multiple exit pointsBruce Allan
2012-02-10e1000e: replace '1' with 'true' for boolean get_link_statusBruce Allan
2012-02-10e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX()Bruce Allan
2012-02-10e1000e: use true/false for bool autoneg_falseBruce Allan
2012-02-10e1000e: remove unnecessary parenthesesBruce Allan
2012-02-10e1000e: remove unnecessary returns from void functionsBruce Allan
2012-02-10e1000e: remove test that is always falseBruce Allan
2012-02-07e1000e: minor whitespace and indentation cleanupBruce Allan
2012-02-07e1000e: fix sparse warnings with -D__CHECK_ENDIAN__Bruce Allan
2012-02-07e1000e: fix checkpatch warning from MINMAX testBruce Allan
2012-02-07e1000e: cleanup - use braces in both branches of a conditional statementBruce Allan
2012-02-07e1000e: cleanup e1000_set_phys_idBruce Allan
2012-02-07e1000e: cleanup e1000_init_mac_params_82571()Bruce Allan
2012-02-07e1000e: cleanup e1000_init_mac_params_80003es2lan()Bruce Allan
2012-02-07e1000e: cleanup - check return values consistentlyBruce Allan