summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
Commit message (Expand)AuthorAgeFilesLines
* ice: Fix hang when ethtool disables FW LLDPDave Ertman2019-05-234-17/+25
* ice: Call out dev/func caps when printingAnirudh Venkataramanan2019-05-231-26/+30
* ice: Remove braces for single statement blocksAnirudh Venkataramanan2019-05-231-2/+1
* ice: Cleanup an unnecessary variable initializationBruce Allan2019-05-231-3/+3
* ice: Implement LLDP persistenceAnirudh Venkataramanan2019-05-235-37/+29
* ice: Fix double spacingAnirudh Venkataramanan2019-05-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0728-1468/+5897
|\
| * ice: Disable sniffing VF traffic on PFMichal Swiatkowski2019-05-041-22/+2
| * ice: Use more efficient structuresJesse Brandeburg2019-05-041-2/+2
| * ice: Use bitfields where possibleJesse Brandeburg2019-05-041-5/+5
| * ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin2019-05-044-0/+120
| * ice: Separate if conditions for ice_set_features()Tony Nguyen2019-05-041-2/+6
| * ice: Remove __always_unused attributeTony Nguyen2019-05-041-1/+1
| * ice: Suppress false-positive style issues reported by static analyzerBruce Allan2019-05-041-0/+1
| * ice: Refactor getting/setting coalesceBrett Creeley2019-05-041-59/+93
| * ice: Always free/allocate q_vectorsBrett Creeley2019-05-041-20/+14
| * ice: Do not unnecessarily initialize local variableBruce Allan2019-05-041-1/+1
| * ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski2019-05-044-28/+36
| * ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin2019-05-042-2/+16
| * ice: Preserve VLAN Rx stripping settingsTony Nguyen2019-05-041-0/+4
| * ice: Fix for allowing too many MDD events on VFMichal Swiatkowski2019-05-041-7/+8
| * ice: Use pf instead of vsi-backJesse Brandeburg2019-05-041-30/+30
| * ice: Use dev_err when ice_cfg_vsi_lan failsBrett Creeley2019-05-021-3/+6
| * ice: Refactor link event flowBrett Creeley2019-05-022-48/+65
| * ice: Add missing PHY type to link settingsTony Nguyen2019-05-021-0/+1
| * ice: Add reg_idx variable in ice_q_vector structureBrett Creeley2019-05-024-26/+76
| * ice: Remove runtime change of PFINT_OICR_ENA registerMd Fahad Iqbal Polash2019-05-022-23/+3
| * ice: Fix issue when adding more than allowed VLANsAkeem G Abodunrin2019-05-022-7/+21
| * ice: Remove unnecessary wait when disabling/enabling Rx queuesBrett Creeley2019-05-021-8/+2
| * ice: Add ability to update rx-usecs-highBrett Creeley2019-05-024-2/+33
| * ice: Add 52 byte RSS hash key supportPaul Greenwalt2019-05-022-7/+8
| * ice: Use ice_for_each_q_vector macro where possibleBrett Creeley2019-05-022-8/+8
| * ice: Validate ring existence and its q_vector per VSIMaciej Fijalkowski2019-05-021-1/+2
| * ice: Reduce scope of variable in ice_vsi_cfg_rxqsBrett Creeley2019-05-021-7/+11
| * ice: Resolve static analysis reported issueBruce Allan2019-05-021-10/+2
| * ice: Return configuration error without queue to disableAkeem G Abodunrin2019-05-021-7/+10
| * ice: Create framework for VSI queue contextAnirudh Venkataramanan2019-05-027-56/+205
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * ice: Calculate ITR increment based on direct calculationBrett Creeley2019-04-181-72/+63
| * ice: Bump driver versionAnirudh Venkataramanan2019-04-181-1/+1
| * ice: Add code to control FW LLDP and DCBXAnirudh Venkataramanan2019-04-185-2/+159
| * ice: Add code for DCB rebuildAnirudh Venkataramanan2019-04-183-0/+85
| * ice: Add code to get DCB related statisticsAnirudh Venkataramanan2019-04-186-2/+86
| * ice: Add priority information into VLAN headerAnirudh Venkataramanan2019-04-184-3/+54
| * ice: Update rings based on TC informationAnirudh Venkataramanan2019-04-185-0/+52
| * ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan2019-04-185-3/+47
| * ice: Add code for DCB initialization part 4/4Anirudh Venkataramanan2019-04-182-2/+81
| * ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan2019-04-1814-82/+997
| * ice: Add code for DCB initialization part 2/4Anirudh Venkataramanan2019-04-186-1/+1057
| * ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan2019-04-1810-0/+230