summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2012-02-16net: e1000: Add support for Intel EP80579 and some OEM physNoe Rubinstein
2012-02-09net: e1000: Add support for Intel EP80579's GCUNoe Rubinstein
2012-02-09igb: fix warning about unused functionEmil Tantilov
2012-02-09e1000e: replace '1' with 'true' for boolean get_link_statusBruce Allan
2012-02-09e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX()Bruce Allan
2012-02-09e1000e: use true/false for bool autoneg_falseBruce Allan
2012-02-09e1000e: remove unnecessary parenthesesBruce Allan
2012-02-09e1000e: remove unnecessary returns from void functionsBruce Allan
2012-02-09e1000e: 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
2012-02-07e1000e: add missing initializers reported when compiling with W=1Bruce Allan
2012-02-07e1000: Adding e1000_dump functionTushar Dave
2012-02-07igbvf: refactor Interrupt Throttle Rate codeMitch A Williams
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-03ixgbe: Fix typo in ixgbe_common.hMasanari Iida
2012-02-03igbvf: change copyright dateMitch A Williams
2012-02-03ixgbevf: Update copyright noticesGreg Rose
2012-02-03ixgbevf: Fix mailbox interrupt ack bugGreg Rose
2012-02-03ixgbe: make ethtool strings table constStephen Hemminger
2012-02-03ixgbe: Add warning when no space left for more MAC filtersGreg Rose
2012-02-03ixgbe: update copyright to 2012Don Skidmore
2012-02-01ixgbe: Add module parameter to allow untested and unsafe SFP+ modulesPeter P Waskiewicz Jr
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2012-01-26e1000e: update copyright yearBruce Allan
2012-01-26e1000e: split lib.c into three more-appropriate filesBruce Allan
2012-01-26e1000e: call er16flash() instead of __er16flash()Bruce Allan
2012-01-26e1000e: increase version numberBruce Allan
2012-01-26e1000e: convert final strncpy() to strlcpy()Bruce Allan
2012-01-26e1000e: concatenate long debug strings which span multiple linesBruce Allan
2012-01-26e1000e: conditionally restart autoneg on 82577/8/9 when setting LPLU stateBruce Allan
2012-01-26e1000e: increase Rx PBA to prevent dropping received packets on 82566/82567Bruce Allan
2012-01-26e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to SxBruce Allan
2012-01-26e1000e: update workaround for 82579 intermittently disabled during S0->SxBruce Allan
2012-01-26e1000e: disable Early Receive DMA on ICH LOMsBruce Allan
2012-01-26e1000e: Need to include vmalloc.hDavid S. Miller
2012-01-25e1000e: 82574/82583 Tx hang workaroundBruce Allan
2012-01-25e1000e: use hardware default values for Transmit Control registerBruce Allan
2012-01-25e1000e: use default settings for Tx Inter Packet Gap timerBruce Allan
2012-01-25e1000e: 82579: workaround for link drop issueBruce Allan
2012-01-25e1000e: always set transmit descriptor control registers the sameBruce Allan
2012-01-25e1000e: default IntMode based on kernel config & available hardware supportBruce Allan
2012-01-25e1000e: re-factor ethtool get/set ring parameterBruce Allan