summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* iavf: update comments and file checks to match iavfAlice Michael2019-05-314-7/+7
* iavf: rename i40e_device to iavf_deviceAlice Michael2019-05-312-12/+12
* iavf: change remaining i40e defines to be iavfAlice Michael2019-05-313-51/+51
* iavf: rename iavf_client.h defines to match driver nameAlice Michael2019-05-313-95/+95
* iavf: rename iavf_status structure flagsAlice Michael2019-05-317-245/+245
* iavf: replace i40e variables with iavfAlice Michael2019-05-3110-533/+531Star
* iavf: rename i40e functions to be iavfAlice Michael2019-05-312-5/+5
* iavf: change iavf_status_code to iavf_statusSergey Nemov2019-05-3110-113/+121
* iavf: Rename i40e_adminq* files to iavf_adminq*Alice Michael2019-05-316-5/+5
* iavf: iavf_client: use struct_size() helperGustavo A. R. Silva2019-05-311-4/+3Star
* iavf: use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-311-5/+4Star
* iavf: Limiting RSS queues to CPUsAleksandr Loktionov2019-05-311-1/+1
* iavf: Use printf instead of gnu_printf for iavf_debug_dNathan Chancellor2019-05-311-1/+1
* ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-3012-54/+53Star
* ice: Recognize higher speedsAnirudh Venkataramanan2019-05-302-1/+7
* ice: Use a different ICE_DBG bit for firmware log messagesJacob Keller2019-05-302-3/+4
* ice: Update function headerAnirudh Venkataramanan2019-05-301-0/+4
* ice: Move define for ICE_AQC_DRIVER_UNLOADINGAnirudh Venkataramanan2019-05-301-1/+1
* ice: Align to updated AQ command formatsAnirudh Venkataramanan2019-05-301-7/+8
* ice: Use continue instead of an else blockAnirudh Venkataramanan2019-05-301-3/+5
* ice: Change minimum descriptor count value for Tx/Rx ringsPreethi Banala2019-05-301-1/+1
* ice: Add switch rules to handle LLDP packetsDave Ertman2019-05-305-6/+89
* ice: Cleanup ice_update_link_infoBruce Allan2019-05-301-17/+18
* ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin2019-05-301-8/+10
* ice: Add support for Forward Error Correction (FEC)Paul Greenwalt2019-05-306-3/+349
* ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan2019-05-303-44/+115
* ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen2019-05-303-44/+79
* ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley2019-05-301-28/+13Star
* ice: Add a helper to trigger software interruptBrett Creeley2019-05-293-15/+25
* ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash2019-05-291-0/+7
* ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin2019-05-292-0/+49
* ice: Minor cleanup in ice_switch.hAnirudh Venkataramanan2019-05-291-4/+3Star
* ice: Remove redundant and premature event configDave Ertman2019-05-291-6/+0Star
* ice: Change message levelMitch Williams2019-05-291-1/+1
* ice: Check all VFs for MDD activity, don't disableMitch Williams2019-05-291-12/+11Star
* ice: Refactor interrupt trackingBrett Creeley2019-05-296-218/+263
* ice: Add handler for ethtool selftestAnirudh Venkataramanan2019-05-2911-13/+752
* ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley2019-05-291-1/+2
* ice: Set minimum default Rx descriptor count to 512Brett Creeley2019-05-291-6/+13
* ice: Resolve static analysis warningBruce Allan2019-05-291-4/+4
* ice: Implement toggling ethtool rx-vlan-filterTony Nguyen2019-05-291-0/+7
* ice: Remove direct write for GLLAN_RCTL_0Anirudh Venkataramanan2019-05-291-3/+0Star
* ice: Fix LINE_SPACING style issueBruce Allan2019-05-291-1/+0Star
* igc: Cleanup the redundant codeSasha Neftin2019-05-291-20/+3Star
* igc: Add flow control supportSasha Neftin2019-05-292-0/+24
* e1000e: start network tx queue only when link is upKonstantin Khlebnikov2019-05-291-2/+4
* Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov2019-05-291-6/+9
* igc: Remove the obsolete workaroundSasha Neftin2019-05-292-58/+3Star
* igc: Clean up unused pointersSasha Neftin2019-05-291-3/+0Star
* igc: Fix double definitionsSasha Neftin2019-05-291-3/+0Star