summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches
2012-02-13rename dev_hw_addr_random and remove redundant secondDanny Kukawka
2012-02-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-10ixgbe: Combine post-DMA processing of sk_buff fields into single functionAlexander Duyck
2012-02-10ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADVAlexander Duyck
2012-02-10ixgbe: Add function for testing status bits in Rx descriptorAlexander Duyck
2012-02-10ixgbe: Let the Rx buffer allocation clear status bits instead of cleanupAlexander Duyck
2012-02-10ixgbe: Address fact that RSC was not setting GSO size for incoming framesAlexander Duyck
2012-02-10ixgbe: Minor refactor of RSCAlexander Duyck
2012-02-10igb: fix warning about unused functionEmil Tantilov
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-09ixgbe: ethtool: stats user buffer overrunJohn Fastabend
2012-02-09ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend
2012-02-09ixgbe: do not update real num queues when netdev is going awayYi Zou
2012-02-09ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck
2012-02-09ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose
2012-02-09ixgbe: fix vf lookupGreg Rose
2012-02-09igb: fix vf lookupGreg Rose
2012-02-09e1000: add dropped DMA receive enable back in for WoLDean Nelson
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-27e1000e: update copyright yearBruce Allan
2012-01-27e1000e: split lib.c into three more-appropriate filesBruce Allan
2012-01-27e1000e: call er16flash() instead of __er16flash()Bruce Allan