summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2012-02-14e1000e: cleanup: always return 0Bruce Allan4-4/+4
2012-02-14e1000e: cleanup: remove unnecessary assignments just before returningBruce Allan4-16/+7
2012-02-14e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lanBruce Allan1-3/+1
2012-02-14e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lanBruce Allan1-3/+1
2012-02-14e1000e: cleanup: rename goto labels to be more meaningfulBruce Allan3-27/+27
2012-02-14e1000e: cleanup: use goto for common work needed by multiple exit pointsBruce Allan1-5/+5
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches4-11/+9
2012-02-13rename dev_hw_addr_random and remove redundant secondDanny Kukawka2-15/+24
2012-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller4-278/+500
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-52/+81
2012-02-11ixgbe: Combine post-DMA processing of sk_buff fields into single functionAlexander Duyck2-59/+71
2012-02-11ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADVAlexander Duyck3-18/+18
2012-02-11ixgbe: Add function for testing status bits in Rx descriptorAlexander Duyck3-55/+65
2012-02-11ixgbe: Let the Rx buffer allocation clear status bits instead of cleanupAlexander Duyck1-62/+93
2012-02-11ixgbe: Address fact that RSC was not setting GSO size for incoming framesAlexander Duyck1-5/+125
2012-02-11ixgbe: Minor refactor of RSCAlexander Duyck2-98/+147
2012-02-10igb: fix warning about unused functionEmil Tantilov1-0/+4
2012-02-10e1000e: replace '1' with 'true' for boolean get_link_statusBruce Allan2-4/+4
2012-02-10e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX()Bruce Allan3-11/+8
2012-02-10e1000e: use true/false for bool autoneg_falseBruce Allan1-7/+7
2012-02-10e1000e: remove unnecessary parenthesesBruce Allan5-12/+12
2012-02-10e1000e: remove unnecessary returns from void functionsBruce Allan3-14/+4
2012-02-10e1000e: remove test that is always falseBruce Allan1-2/+2
2012-02-09ixgbe: ethtool: stats user buffer overrunJohn Fastabend1-37/+51
2012-02-09ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend1-2/+9
2012-02-09ixgbe: do not update real num queues when netdev is going awayYi Zou1-0/+4
2012-02-09ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck1-6/+6
2012-02-09ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose1-1/+1
2012-02-09ixgbe: fix vf lookupGreg Rose1-1/+2
2012-02-09igb: fix vf lookupGreg Rose1-1/+2
2012-02-09e1000: add dropped DMA receive enable back in for WoLDean Nelson1-4/+6
2012-02-07e1000e: minor whitespace and indentation cleanupBruce Allan2-37/+43
2012-02-07e1000e: fix sparse warnings with -D__CHECK_ENDIAN__Bruce Allan2-8/+9
2012-02-07e1000e: fix checkpatch warning from MINMAX testBruce Allan1-1/+1
2012-02-07e1000e: cleanup - use braces in both branches of a conditional statementBruce Allan1-1/+2
2012-02-07e1000e: cleanup e1000_set_phys_idBruce Allan1-2/+2
2012-02-07e1000e: cleanup e1000_init_mac_params_82571()Bruce Allan1-42/+30
2012-02-07e1000e: cleanup e1000_init_mac_params_80003es2lan()Bruce Allan1-21/+7
2012-02-07e1000e: cleanup - check return values consistentlyBruce Allan2-5/+5
2012-02-07e1000e: add missing initializers reported when compiling with W=1Bruce Allan1-3/+5
2012-02-07e1000: Adding e1000_dump functionTushar Dave3-0/+235
2012-02-07igbvf: refactor Interrupt Throttle Rate codeMitch A Williams3-78/+99
2012-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller45-56/+74
2012-02-03ixgbe: Fix typo in ixgbe_common.hMasanari Iida1-1/+1
2012-02-03igbvf: change copyright dateMitch A Williams10-11/+11
2012-02-03ixgbevf: Update copyright noticesGreg Rose10-11/+11
2012-02-03ixgbevf: Fix mailbox interrupt ack bugGreg Rose2-6/+21
2012-02-03ixgbe: make ethtool strings table constStephen Hemminger1-1/+1
2012-02-03ixgbe: Add warning when no space left for more MAC filtersGreg Rose1-0/+3
2012-02-03ixgbe: update copyright to 2012Don Skidmore25-26/+26