summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2015-10-16i40e/i40evf: Fix compile issue related to const stringJingjing Wu5-9/+9
2015-10-16i40e: generate fewer startup messagesShannon Nelson4-13/+17
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg9-33/+55
2015-10-16i40evf: Add support for netpollAlexander Duyck1-0/+26
2015-10-16i40e/i40evf: Drop useless "IN_NETPOLL" flagAlexander Duyck5-17/+2
2015-10-16i40e/i40evf: Fix handling of napi budgetAlexander Duyck2-0/+10
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera8-21/+0
2015-10-15ixgbe: Check for setup_internal_link methodMark Rustad1-1/+1
2015-10-15i40e/i40evf: Bump i40e version to 1.3.28 and i40evf to 1.3.19Catherine Sullivan2-2/+2
2015-10-15i40evf: speed up initMitch Williams1-2/+2
2015-10-15i40e: remove unnecessary string copy operationsShannon Nelson1-12/+12
2015-10-15i40e: X722 is on the IOSF bus and does not report the PCI bus infoAnjali Singhai Jain2-20/+50
2015-10-15i40e: Store off PHY capabilitiesKevin Scott1-0/+3
2015-10-15i40e/i40evf: remove redundant declarations of a variable and a functionShannon Nelson2-4/+1
2015-10-15i40e: remove FD atr control from debugfsShannon Nelson1-24/+0
2015-10-15i40e: allow FD SB if MFP mode only has 1 partitionShannon Nelson1-4/+4
2015-10-15i40e: remove obsolete version checkMitch Williams1-6/+0
2015-10-15i40e/i40evf: Add WB_ON_ITR offload supportAnjali Singhai Jain5-1/+13
2015-10-15i40e: Remove 100M SGMII unless hw is X722Catherine Sullivan1-16/+26
2015-10-15i40e: Change some messages from info to debug onlyNeerav Parikh3-13/+17
2015-10-15i40e: use priv flags to control flow directorJesse Brandeburg2-0/+15
2015-10-15i40e: Add missing parameter comment to ndo_bridge_setlinkJesse Brandeburg1-0/+1
2015-10-15ixgbe: Fix CS4227-related semaphore error on reset failureMark Rustad1-0/+9
2015-10-15ixgbe: disable LRO by defaultEmil Tantilov1-2/+0
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2-2/+2
2015-10-13fm10k: do not use enum as booleanJacob Keller1-1/+1
2015-10-13fm10k: use snprintf() instead of sprintf() to avoid buffer overflowJacob Keller2-7/+7
2015-10-13ixgbe: add flow control ethertype to the anti-spoofing filterEmil Tantilov2-5/+15
2015-10-13i40e/i40evf: Bump i40e version to 1.3.25 and i40evf to 1.3.17Catherine Sullivan2-2/+2
2015-10-13i40e/i40evf: Refactor PHY structure and add phy_capabilities enumCatherine Sullivan4-90/+181
2015-10-13i40e/i40evf: Add module_types and update_link_infoCatherine Sullivan6-9/+76
2015-10-13i40e/i40evf: split device ids into a separate fileShannon Nelson4-50/+112
2015-10-13i40e: update fw version text string per previous product formatsCarolyn Wyborny2-4/+13
2015-10-13i40e: don't panic on VSI allocation failureMitch Williams1-5/+6
2015-10-13i40e: remove redundant callMitch Williams1-2/+0
2015-10-13i40e: Convert CEE App TLV selector to IEEE selectorGreg Bowers2-4/+14
2015-10-13i40e/i40evf: Add info to nvm info struct for OEM version dataCarolyn Wyborny3-1/+13
2015-10-13i40evf: properly handle ndo_set_mac_address callsMitch Williams2-3/+16
2015-10-13i40e: Use BIT() macro for priority map parsingNeerav Parikh1-1/+1
2015-10-13i40e: Make it clear a parameter is never usedCarolyn Wyborny1-1/+2
2015-10-13i40e/i40evf: Add new link status definesShannon Nelson2-2/+6
2015-10-08i40e: print neato new featuresJesse Brandeburg1-0/+3
2015-10-08i40e/i40evf: pass QOS handle to VFMitch Williams3-2/+6
2015-10-08i40evf: use capabilities flags properlyMitch Williams1-2/+7
2015-10-08i40e: refactor code to remove indentJesse Brandeburg1-40/+42
2015-10-08i40e/i40evf: clean up some codeJesse Brandeburg17-103/+124
2015-10-08i40evf: detect reset more reliablyMitch Williams1-20/+16
2015-10-08i40e: Support FW CEE DCB UP to TC map nibble swapGreg Bowers1-5/+8
2015-10-08i40e/i40evf: Explicitly assign enum index for VSI typeSerey Kong2-16/+16
2015-10-08i40e: add switch for link pollingShannon Nelson3-3/+29