summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2015-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller26-115/+190
2015-03-04ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-04i40e: Fix dependencies in the i40e driver on configfsGreg Rose4-8/+17
2015-03-03i40e/i40evf: Bump versionsSravanthi Tangeda2-2/+2
2015-03-03i40e: Only enable TC0 for NIC partition typeNeerav Parikh1-3/+3
2015-03-03i40e: Register DCBNL ops in MFP modeNeerav Parikh1-3/+1
2015-03-03i40evf: ethtool RSS fixesMitch Williams1-6/+8
2015-03-03i40e: Fix RSS size at init since default num queue calculation has changedAnjali Singhai Jain2-1/+5
2015-03-03i40e: Move RSS table size for VSIs to the VSI structAnjali Singhai Jain2-0/+5
2015-03-03i40e/i40evf: Add missing packet types for VXLAN encapsulated packet typesAnjali Singhai Jain2-8/+8
2015-03-03i40e: Fix issue with removal of apps from DBCNL app tableNeerav Parikh3-11/+14
2015-03-03i40e: Add FW check to disable DCB and wrap autoneg workaround with FW checkAnjali Singhai Jain1-12/+19
2015-03-03i40e: Enable more than 64 qps for the Main VSIAnjali Singhai Jain3-9/+21
2015-03-03i40e: don't disable PF LB when disabling VFsMitch Williams1-1/+0
2015-03-03i40e: Add safety net for switch callingAkeem G Abodunrin1-0/+4
2015-03-03i40e/i40evf: print FW build number in version stringShannon Nelson6-7/+15
2015-03-03i40e: Skip the priority tagging if DCB is not enabledNeerav Parikh1-0/+5
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick11-42/+40
2015-03-03fm10k: Implement ndo_features_checkMatthew Vick3-1/+13
2015-03-03fm10k: Modify tunnel length header check when offloadingMatthew Vick2-9/+27
2015-02-25i40e/i40evf: Update driver versionsSravanthi Tangeda2-3/+3
2015-02-25i40evf: Add more info to interrupt vector namesCarolyn Wyborny1-1/+2
2015-02-25i40e: Use ethtool private flags to display NPAR statusGreg Rose2-0/+44
2015-02-25i40e: Set FLAG_RD when sending buffer FW must readKevin Scott1-1/+1
2015-02-25i40e: print Rx packet split statusMitch Williams1-2/+4
2015-02-25i40e: setup FCoE device typeVasu Dev1-0/+6
2015-02-25i40e: Set BUF flag for Set Version AQ commandKevin Scott1-1/+1
2015-02-25i40e: Add support for getlink, setlink ndo opsNeerav Parikh6-22/+196
2015-02-25i40e: Implement configfs for NPAR BW configurationGreg Rose4-8/+369
2015-02-25i40e: Add NPAR BW get and set functionsGreg Rose5-1/+273
2015-02-25i40e: enable packet split only when IOMMU presentMitch Williams2-2/+7
2015-02-25i40evf: allow enabling of debug prints via ethtoolAshish Shah1-2/+4
2015-02-25i40e: Add method to keep track of current rxnfc settingsCarolyn Wyborny2-1/+12
2015-02-25i40e/i40evf: Use advertised speed settings in ethtool and refactor get_settingsCatherine Sullivan4-124/+173
2015-02-25i40e/i40evf: Fix output of i40e_debug_aq() for big endian machinesPaul M Stillwell Jr2-23/+37
2015-02-24i40evf: don't wait foreverMitch Williams1-2/+13
2015-02-24i40evf: refactor resetMitch Williams1-10/+31
2015-02-24i40evf: disable NAPI polling soonerMitch Williams1-2/+1
2015-02-24i40e: Fix i40e_ndo_set_vf_spoofchkGreg Rose1-1/+2
2015-02-24i40e/i40evf: Bump Driver VersionsSravanthi Tangeda2-2/+2
2015-02-24i40e/i40evf: Remove unused variable an_enable and function update_link_infoCatherine Sullivan6-38/+6
2015-02-24i40e: Fix the EMPR interrupt received handlingAnjali Singhai Jain2-4/+3
2015-02-24i40e/i40evf: i40e_register.h updatesAnjali Singhai Jain4-74/+50
2015-02-24i40e: Use #define for the VSI connection typeNeerav Parikh2-4/+4
2015-02-24i40e/i40evf: restrict VC opcodes to their initial valuesNicholas Nunley2-44/+40
2015-02-24i40e/i40evf: Refactor the receive routinesMitch Williams6-214/+651
2015-02-24i40e: rename debugfs clear_stats optionShannon Nelson1-5/+9
2015-02-24i40e: update Shadow RAM read/write functionsKamil Krawczyk2-27/+71
2015-02-24igbvf: cleanup msleep() and min/max() usageJeff Kirsher2-6/+6
2015-02-24igbvf: Fix code comments and whitespaceJeff Kirsher9-516/+500