summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Fix comments that are out of date or formatted incorrectlyAlexander Duyck2012-03-011-4/+9
* ixgbe: fix spelling errorsDon Skidmore2012-03-011-1/+1
* ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ringAlexander Duyck2012-03-011-6/+11
* e1000e: use msleep instead of mdelayBruce Allan2012-03-011-3/+1Star
* e1000e: cleanup whitespace and indentationBruce Allan2012-03-015-57/+38Star
* e1000e: cleanup incorrect filename in commentBruce Allan2012-03-011-1/+1
* e100: Support RXALL feature flag.Ben Greear2012-03-011-2/+20
* e100: Support sending custom Ethernet CRCBen Greear2012-03-011-0/+16
* e100: Support RXFCS feature flag.Ben Greear2012-03-011-5/+30
* e1000e: rename e1000e_reload_nvm() and call as function pointerBruce Allan2012-02-256-4/+8
* e1000e: cleanup - remove unnecessary variableBruce Allan2012-02-251-2/+1Star
* e1000e: use true/false for boolean send_xon, do not assume always trueBruce Allan2012-02-252-2/+4
* e1000e: cleanup comment in e1000_hash_mc_addr()Bruce Allan2012-02-251-2/+1Star
* e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan2012-02-258-11/+14
* e1000e: comment correction in e1000e_set_kmrn_lock_loss_workaround_ich8lanBruce Allan2012-02-251-1/+1
* e1000e: cleanup calls to setup_physical_interface function pointerBruce Allan2012-02-251-1/+1
* e1000e: cleanup use of check_reset_block function pointerBruce Allan2012-02-256-18/+16Star
* e1000e: cleanup use of check_mng_mode function pointerBruce Allan2012-02-253-8/+3Star
* e1000e: cleanup: rename e1000e_setup_link() and call as function pointerBruce Allan2012-02-255-8/+8
* e1000e: cleanup: rename e1000e_id_led_init() and call as function pointerBruce Allan2012-02-255-10/+9Star
* ixgbevf: print MAC via printk format specifierDanny Kukawka2012-02-241-7/+1Star
* v2 e1000: Neaten e1000_dump functionTushar Dave2012-02-241-63/+50Star
* e1000: Neaten e1000_config_dsp_after_link_changeJoe Perches2012-02-241-83/+73Star
* 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
* e1000: Support sending custom Ethernet CRC.Ben Greear2012-02-241-0/+13
* e1000e: Support RXALL feature flag.Ben Greear2012-02-242-4/+26
* e1000e: Support sending custom Ethernet CRC.Ben Greear2012-02-241-0/+12
* e1000e: Support RXFCS feature flag.Ben Greear2012-02-243-8/+39
* igbvf: reset netdevice addr_assign_type if changedDanny Kukawka2012-02-171-0/+1
* e1000e: cleanup goto statements to exit points without common workBruce Allan2012-02-138-303/+212Star
* e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_linkBruce Allan2012-02-131-1/+1
* e1000e: potentially incorrect return for e1000_init_hw_ich8lanBruce Allan2012-02-131-1/+1
* e1000e: cleanup: minor whitespace addition (insert blank line separator)Bruce Allan2012-02-131-0/+1
* e1000e: cleanup: remove unnecessary variable initializationsBruce Allan2012-02-131-2/+2
* e1000e: cleanup: remove unnecessary test and returnBruce Allan2012-02-131-2/+0Star
* e1000e: cleanup: remove unnecessary variable ret_valBruce Allan2012-02-131-2/+1Star
* e1000e: cleanup: remove unreachable statementBruce Allan2012-02-131-2/+0Star
* e1000e: potentially incorrect return for e1000_set_d3_lplu_state_ich8lanBruce Allan2012-02-131-2/+2
* e1000e: cleanup: always return 0Bruce Allan2012-02-134-4/+4
* e1000e: cleanup: remove unnecessary assignments just before returningBruce Allan2012-02-134-16/+7Star
* e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lanBruce Allan2012-02-131-3/+1Star
* e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lanBruce Allan2012-02-131-3/+1Star
* e1000e: cleanup: rename goto labels to be more meaningfulBruce Allan2012-02-133-27/+27
* e1000e: cleanup: use goto for common work needed by multiple exit pointsBruce Allan2012-02-131-5/+5
* drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-134-11/+9Star
* rename dev_hw_addr_random and remove redundant secondDanny Kukawka2012-02-132-15/+24
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-02-124-278/+500
|\
| * ixgbe: Combine post-DMA processing of sk_buff fields into single functionAlexander Duyck2012-02-112-59/+71