aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-25ice: don't spam VFs with link messagesMitch Williams1-1/+2
2019-02-25ice: fix issue where host reboots on unload when iommu=onBrett Creeley1-17/+54
2019-02-25ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan1-9/+18
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan1-12/+11
2019-02-25ice: Mark extack argument as __always_unusedBruce Allan1-4/+5
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2019-01-15ice: Offload SCTP checksumAnirudh Venkataramanan1-0/+1
2019-01-15ice: Add support for adaptive interrupt moderationBrett Creeley1-4/+19
2019-01-15ice: Rework queue management code for reuseAnirudh Venkataramanan1-2/+4
2019-01-15ice: Add ethtool private flag to make forcing link down optionalBruce Allan1-6/+8
2019-01-15ice: Set physical link up/down when an interface is set up/downBrett Creeley1-3/+94
2019-01-15ice: Fix unused variable build warningBruce Allan1-1/+2
2018-12-20ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao1-4/+12
2018-12-12net: ndo_bridge_setlink: Add extackPetr Machata1-1/+2
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan1-1/+1
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan1-7/+7
2018-11-20ice: Cleanup ice_tx_timeout()Bruce Allan1-13/+9
2018-11-13ice: Fix to make VLAN priority tagged traffic to appear on all TCsUsha Ketineni1-1/+3
2018-11-13ice: Avoid nested RTNL locking in ice_dis_vsiDave Ertman1-5/+10
2018-11-13ice: Calculate guaranteed VSIs per function and use itAnirudh Venkataramanan1-2/+1
2018-11-13ice: Fix debug print in ice_tx_timeoutBrett Creeley1-6/+9
2018-11-06ice: Fix tx_timeout in PF driverBrett Creeley1-0/+18
2018-11-06ice: Fix napi delete calls for removeDave Ertman1-1/+1
2018-11-06ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan1-36/+6
2018-11-06ice: Check for reset in progress during removeAnirudh Venkataramanan1-0/+6
2018-11-06ice: Set carrier state and start/stop queues in rebuildAnirudh Venkataramanan1-1/+17
2018-10-24ice: Poll for link status changeAnirudh Venkataramanan1-86/+24
2018-10-24ice: Change device ID define names to align with branding stringAnirudh Venkataramanan1-3/+3
2018-10-03ice: Update version stringAnirudh Venkataramanan1-1/+1
2018-10-03ice: Use the right function to enable/disable VSIDave Ertman1-9/+14
2018-10-03ice: Extend malicious operations detection logicAnirudh Venkataramanan1-0/+46
2018-10-03ice: Notify VF of link status changeAnirudh Venkataramanan1-0/+2
2018-10-03ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan1-0/+3
2018-10-03ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan1-0/+6
2018-10-03ice: Add support for VF reset eventsAnirudh Venkataramanan1-0/+15
2018-10-03ice: Add handler to configure SR-IOVAnirudh Venkataramanan1-1/+5
2018-10-03ice: Add support to detect SR-IOV capability and mailbox queuesAnirudh Venkataramanan1-0/+47
2018-10-02ice: Fix error on driver removeDave Ertman1-0/+6
2018-10-02ice: Add support for dynamic interrupt moderationBrett Creeley1-1/+1
2018-10-02ice: Align ice_reset_req enum values to hardware reset valuesBrett Creeley1-1/+4
2018-10-02ice: Implement ethtool hook for RSS switchMd Fahad Iqbal Polash1-0/+6
2018-10-02ice: Split irq_tracker into sw_irq_tracker and hw_irq_trackerPreethi Banala1-35/+81
2018-10-02ice: Check for actual link state of port after resetDave Ertman1-0/+4
2018-10-02ice: Implement VSI replay frameworkAnirudh Venkataramanan1-3/+41
2018-10-02ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan1-11/+11
2018-10-02ice: Expand use of VSI handles part 1/2Anirudh Venkataramanan1-2/+2
2018-10-01ice: Change pf state behavior to protect reset pathDave Ertman1-23/+21
2018-10-01ice: Move common functions out of ice_main.c part 7/7Anirudh Venkataramanan1-252/+0
2018-10-01ice: Move common functions out of ice_main.c part 6/7Anirudh Venkataramanan1-444/+48
2018-10-01ice: Move common functions out of ice_main.c part 5/7Anirudh Venkataramanan1-132/+0