aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-01ice: Move common functions out of ice_main.c part 4/7Anirudh Venkataramanan1-417/+1
2018-10-01ice: Move common functions out of ice_main.c part 3/7Anirudh Venkataramanan1-386/+0
2018-10-01ice: Move common functions out of ice_main.c part 2/7Anirudh Venkataramanan1-519/+22
2018-10-01ice: Move common functions out of ice_main.c part 1/7Anirudh Venkataramanan1-315/+1
2018-09-28ice: update branding strings and supported device idsBruce Allan1-2/+0
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-27/+0
2018-09-23ice: remove ndo_poll_controllerEric Dumazet1-27/+0
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-08-28ice: Fix and update driver version stringAnirudh Venkataramanan1-1/+1
2018-08-28ice: Introduce SERVICE_DIS flag and service routine functionsAkeem G Abodunrin1-7/+27
2018-08-28ice: Enable VSI Rx/Tx pruning only when VLAN 0 is activeBrett Creeley1-9/+85
2018-08-28ice: Enable firmware logging during device initialization.Hieu Tran1-0/+3
2018-08-28ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash1-1/+139
2018-08-28ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari1-0/+286
2018-08-28ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan1-138/+233
2018-08-28ice: Prevent control queue operations during resetAnirudh Venkataramanan1-5/+29
2018-08-23ice: Trivial formatting fixesAnirudh Venkataramanan1-3/+3
2018-08-23ice: Fix potential return of uninitialized valueJesse Brandeburg1-2/+2
2018-08-23ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan1-7/+10
2018-08-23ice: Update to interrupts enabled in OICRBruce Allan1-6/+3
2018-08-23ice: Set VLAN flags correctlyBrett Creeley1-13/+18