summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-106-52/+81
|\
| * ixgbe: ethtool: stats user buffer overrunJohn Fastabend2012-02-091-37/+51
| * ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend2012-02-091-2/+9
| * ixgbe: do not update real num queues when netdev is going awayYi Zou2012-02-091-0/+4
| * ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck2012-02-091-6/+6
| * ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose2012-02-091-1/+1
| * ixgbe: fix vf lookupGreg Rose2012-02-091-1/+2
| * igb: fix vf lookupGreg Rose2012-02-091-1/+2
| * e1000: add dropped DMA receive enable back in for WoLDean Nelson2012-02-091-4/+6
* | igb: fix warning about unused functionEmil Tantilov2012-02-101-0/+4
* | e1000e: replace '1' with 'true' for boolean get_link_statusBruce Allan2012-02-102-4/+4
* | e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX()Bruce Allan2012-02-103-11/+8
* | e1000e: use true/false for bool autoneg_falseBruce Allan2012-02-101-7/+7
* | e1000e: remove unnecessary parenthesesBruce Allan2012-02-105-12/+12
* | e1000e: remove unnecessary returns from void functionsBruce Allan2012-02-103-14/+4
* | e1000e: remove test that is always falseBruce Allan2012-02-101-2/+2
* | e1000e: minor whitespace and indentation cleanupBruce Allan2012-02-072-37/+43
* | e1000e: fix sparse warnings with -D__CHECK_ENDIAN__Bruce Allan2012-02-072-8/+9
* | e1000e: fix checkpatch warning from MINMAX testBruce Allan2012-02-071-1/+1
* | e1000e: cleanup - use braces in both branches of a conditional statementBruce Allan2012-02-071-1/+2
* | e1000e: cleanup e1000_set_phys_idBruce Allan2012-02-071-2/+2
* | e1000e: cleanup e1000_init_mac_params_82571()Bruce Allan2012-02-071-42/+30
* | e1000e: cleanup e1000_init_mac_params_80003es2lan()Bruce Allan2012-02-071-21/+7
* | e1000e: cleanup - check return values consistentlyBruce Allan2012-02-072-5/+5
* | e1000e: add missing initializers reported when compiling with W=1Bruce Allan2012-02-071-3/+5
* | e1000: Adding e1000_dump functionTushar Dave2012-02-073-0/+235
* | igbvf: refactor Interrupt Throttle Rate codeMitch A Williams2012-02-073-78/+99
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-0445-56/+74
|\ \ | |/
| * ixgbe: Fix typo in ixgbe_common.hMasanari Iida2012-02-031-1/+1
| * igbvf: change copyright dateMitch A Williams2012-02-0310-11/+11
| * ixgbevf: Update copyright noticesGreg Rose2012-02-0310-11/+11
| * ixgbevf: Fix mailbox interrupt ack bugGreg Rose2012-02-032-6/+21
| * ixgbe: make ethtool strings table constStephen Hemminger2012-02-031-1/+1
| * ixgbe: Add warning when no space left for more MAC filtersGreg Rose2012-02-031-0/+3
| * ixgbe: update copyright to 2012Don Skidmore2012-02-0325-26/+26
* | ixgbe: Add module parameter to allow untested and unsafe SFP+ modulesPeter P Waskiewicz Jr2012-02-013-3/+20
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-4/+1
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-313-11/+3
* | e1000e: update copyright yearBruce Allan2012-01-2614-15/+15
* | e1000e: split lib.c into three more-appropriate filesBruce Allan2012-01-264-995/+1051
* | e1000e: call er16flash() instead of __er16flash()Bruce Allan2012-01-261-1/+1
* | e1000e: increase version numberBruce Allan2012-01-261-1/+1
* | e1000e: convert final strncpy() to strlcpy()Bruce Allan2012-01-261-3/+3
* | e1000e: concatenate long debug strings which span multiple linesBruce Allan2012-01-264-26/+15
* | e1000e: conditionally restart autoneg on 82577/8/9 when setting LPLU stateBruce Allan2012-01-261-1/+3
* | e1000e: increase Rx PBA to prevent dropping received packets on 82566/82567Bruce Allan2012-01-261-2/+2
* | e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to SxBruce Allan2012-01-261-4/+5
* | e1000e: update workaround for 82579 intermittently disabled during S0->SxBruce Allan2012-01-261-54/+49
* | e1000e: disable Early Receive DMA on ICH LOMsBruce Allan2012-01-263-39/+25
* | e1000e: Need to include vmalloc.hDavid S. Miller2012-01-261-0/+1
OpenPOWER on IntegriCloud