summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Check all VFs for MDD activity, don't disableMitch Williams2019-07-261-12/+11
* ice: Fix couple of issues in ice_vsi_releaseBrett Creeley2019-07-261-1/+1
* ice: Disable sniffing VF traffic on PFMichal Swiatkowski2019-05-041-22/+2
* ice: Separate if conditions for ice_set_features()Tony Nguyen2019-05-041-2/+6
* ice: Fix for allowing too many MDD events on VFMichal Swiatkowski2019-05-041-7/+8
* ice: Refactor link event flowBrett Creeley2019-05-021-48/+45
* ice: Add reg_idx variable in ice_q_vector structureBrett Creeley2019-05-021-7/+6
* ice: Remove runtime change of PFINT_OICR_ENA registerMd Fahad Iqbal Polash2019-05-021-11/+2
* ice: Use ice_for_each_q_vector macro where possibleBrett Creeley2019-05-021-5/+5
* ice: Bump driver versionAnirudh Venkataramanan2019-04-181-1/+1
* ice: Add code for DCB rebuildAnirudh Venkataramanan2019-04-181-0/+2
* ice: Add code to get DCB related statisticsAnirudh Venkataramanan2019-04-181-0/+2
* ice: Update rings based on TC informationAnirudh Venkataramanan2019-04-181-0/+1
* ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan2019-04-181-0/+3
* ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan2019-04-181-49/+69
* ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan2019-04-181-0/+10
* ice: Bump versionAnirudh Venkataramanan2019-04-181-1/+1
* ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-37/+37
* ice: Fix typos in code commentsAnirudh Venkataramanan2019-04-181-1/+1
* ice: Add missing case in print_link_msg for printing flow controlBrett Creeley2019-03-261-0/+3
* ice: Do not bail out when filter already existsPreethi Banala2019-03-261-1/+5
* ice: Implement pci_error_handler opsBrett Creeley2019-03-261-0/+151
* ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_resetBrett Creeley2019-03-261-2/+5
* ice: Prevent unintended multiple chain resetsDave Ertman2019-03-251-2/+8
* ice: Enable link events over the ARQBrett Creeley2019-03-251-3/+65
* ice: use irq_num var in ice_vsi_req_irq_msixAlan Brady2019-03-251-4/+3
* ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin2019-03-221-11/+80
* ice: fix some function prototype and signature style issuesBruce Allan2019-03-221-15/+19
* ice: fix static analysis warningsBruce Allan2019-03-221-1/+1
* ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin2019-03-191-6/+2
* ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley2019-03-191-18/+0
* ice: use ice_for_each_vsi macro when possibleBrett Creeley2019-03-191-6/+6
* ice: avoid multiple unnecessary de-references in probeBruce Allan2019-03-191-18/+15
* ice: don't spam VFs with link messagesMitch Williams2019-02-251-1/+2
* ice: fix issue where host reboots on unload when iommu=onBrett Creeley2019-02-251-17/+54
* ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan2019-02-251-9/+18
* ice: sizeof(<type>) should be avoidedBruce Allan2019-02-251-12/+11
* ice: Mark extack argument as __always_unusedBruce Allan2019-02-251-4/+5
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-1/+2
* ice: Offload SCTP checksumAnirudh Venkataramanan2019-01-151-0/+1
* ice: Add support for adaptive interrupt moderationBrett Creeley2019-01-151-4/+19
* ice: Rework queue management code for reuseAnirudh Venkataramanan2019-01-151-2/+4
* ice: Add ethtool private flag to make forcing link down optionalBruce Allan2019-01-151-6/+8
* ice: Set physical link up/down when an interface is set up/downBrett Creeley2019-01-151-3/+94
* ice: Fix unused variable build warningBruce Allan2019-01-151-1/+2
* ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao2018-12-201-4/+12
* net: ndo_bridge_setlink: Add extackPetr Machata2018-12-121-1/+2
* ice: Use Tx|Rx in commentsAnirudh Venkataramanan2018-11-201-1/+1
* ice: Cosmetic formatting changesAnirudh Venkataramanan2018-11-201-7/+7
* ice: Cleanup ice_tx_timeout()Bruce Allan2018-11-201-13/+9