summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
2019-03-26ice: Implement pci_error_handler opsBrett Creeley
2019-03-26ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_resetBrett Creeley
2019-03-25ice: Prevent unintended multiple chain resetsDave Ertman
2019-03-25ice: Enable link events over the ARQBrett Creeley
2019-03-25ice: use irq_num var in ice_vsi_req_irq_msixAlan Brady
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan
2019-03-22ice: fix static analysis warningsBruce Allan
2019-03-19ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin
2019-03-19ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley
2019-03-19ice: use ice_for_each_vsi macro when possibleBrett Creeley
2019-03-19ice: avoid multiple unnecessary de-references in probeBruce Allan
2019-02-25ice: don't spam VFs with link messagesMitch Williams
2019-02-25ice: fix issue where host reboots on unload when iommu=onBrett Creeley
2019-02-25ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan
2019-02-25ice: Mark extack argument as __always_unusedBruce Allan
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata
2019-01-15ice: Offload SCTP checksumAnirudh Venkataramanan
2019-01-15ice: Add support for adaptive interrupt moderationBrett Creeley
2019-01-15ice: Rework queue management code for reuseAnirudh Venkataramanan
2019-01-15ice: Add ethtool private flag to make forcing link down optionalBruce Allan
2019-01-15ice: Set physical link up/down when an interface is set up/downBrett Creeley
2019-01-15ice: Fix unused variable build warningBruce Allan
2018-12-20ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao
2018-12-12net: ndo_bridge_setlink: Add extackPetr Machata
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan
2018-11-20ice: Cleanup ice_tx_timeout()Bruce Allan
2018-11-13ice: Fix to make VLAN priority tagged traffic to appear on all TCsUsha Ketineni
2018-11-13ice: Avoid nested RTNL locking in ice_dis_vsiDave Ertman
2018-11-13ice: Calculate guaranteed VSIs per function and use itAnirudh Venkataramanan
2018-11-13ice: Fix debug print in ice_tx_timeoutBrett Creeley
2018-11-06ice: Fix tx_timeout in PF driverBrett Creeley
2018-11-06ice: Fix napi delete calls for removeDave Ertman
2018-11-06ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan
2018-11-06ice: Check for reset in progress during removeAnirudh Venkataramanan
2018-11-06ice: Set carrier state and start/stop queues in rebuildAnirudh Venkataramanan
2018-10-24ice: Poll for link status changeAnirudh Venkataramanan
2018-10-24ice: Change device ID define names to align with branding stringAnirudh Venkataramanan
2018-10-03ice: Update version stringAnirudh Venkataramanan
2018-10-03ice: Use the right function to enable/disable VSIDave Ertman
2018-10-03ice: Extend malicious operations detection logicAnirudh Venkataramanan
2018-10-03ice: Notify VF of link status changeAnirudh Venkataramanan
2018-10-03ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan
2018-10-03ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan
2018-10-03ice: Add support for VF reset eventsAnirudh Venkataramanan
2018-10-03ice: Add handler to configure SR-IOVAnirudh Venkataramanan
2018-10-03ice: Add support to detect SR-IOV capability and mailbox queuesAnirudh Venkataramanan
2018-10-02ice: Fix error on driver removeDave Ertman