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