aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
AgeCommit message (Expand)AuthorFilesLines
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: Add more flexibility on how we assign an ITR indexBrett Creeley3-47/+59
2018-10-03ice: Fix potential null pointer issuesDave Ertman1-6/+7
2018-10-03ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSIBrett Creeley1-9/+29
2018-10-03ice: Fix forward to queue group logicAnirudh Venkataramanan1-4/+10
2018-10-03ice: Extend malicious operations detection logicAnirudh Venkataramanan3-2/+60
2018-10-03ice: Notify VF of link status changeAnirudh Venkataramanan3-0/+17
2018-10-03ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan6-0/+1221
2018-10-03ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan6-1/+629
2018-10-03ice: Add support for VF reset eventsAnirudh Venkataramanan10-1/+272
2018-10-03ice: Update VSI and queue management code to handle VF VSIAnirudh Venkataramanan6-34/+184
2018-10-03ice: Add handler to configure SR-IOVAnirudh Venkataramanan11-9/+1061
2018-10-03ice: Add support to detect SR-IOV capability and mailbox queuesAnirudh Venkataramanan8-1/+151
2018-10-02ice: Fix error on driver removeDave Ertman1-0/+6
2018-10-02ice: Add support for dynamic interrupt moderationBrett Creeley7-24/+102
2018-10-02ice: Align ice_reset_req enum values to hardware reset valuesBrett Creeley2-5/+14
2018-10-02ice: Implement ethtool hook for RSS switchMd Fahad Iqbal Polash3-0/+40
2018-10-02ice: Split irq_tracker into sw_irq_tracker and hw_irq_trackerPreethi Banala3-64/+148
2018-10-02ice: Check for actual link state of port after resetDave Ertman3-2/+6
2018-10-02ice: Implement VSI replay frameworkAnirudh Venkataramanan6-51/+178
2018-10-02ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan9-163/+132
2018-10-02ice: Expand use of VSI handles part 1/2Anirudh Venkataramanan4-200/+328
2018-10-01ice: Change pf state behavior to protect reset pathDave Ertman4-30/+31
2018-10-01ice: Move common functions out of ice_main.c part 7/7Anirudh Venkataramanan3-282/+249
2018-10-01ice: Move common functions out of ice_main.c part 6/7Anirudh Venkataramanan3-450/+521
2018-10-01ice: Move common functions out of ice_main.c part 5/7Anirudh Venkataramanan3-132/+141
2018-10-01ice: Move common functions out of ice_main.c part 4/7Anirudh Venkataramanan3-417/+429
2018-10-01ice: Move common functions out of ice_main.c part 3/7Anirudh Venkataramanan3-386/+410
2018-10-01ice: Move common functions out of ice_main.c part 2/7Anirudh Venkataramanan3-519/+526
2018-10-01ice: Move common functions out of ice_main.c part 1/7Anirudh Venkataramanan6-315/+348
2018-09-28ice: fix changing of ring descriptor size (ethtool -G)Bruce Allan2-5/+16
2018-09-28ice: Update to capabilities admin queue commandAnirudh Venkataramanan1-16/+34
2018-09-28ice: Query the Tx scheduler node before adding itAnirudh Venkataramanan2-1/+71
2018-09-28ice: Update comment for ice_fltr_mgmt_list_entryBrett Creeley1-1/+2
2018-09-28ice: update fw version check logicJacob Keller1-11/+19
2018-09-28ice: update branding strings and supported device idsBruce Allan2-9/+3
2018-09-28ice: replace unnecessary memcpy with direct assignmentBruce Allan1-1/+1
2018-09-28ice: use [sr]q.count when checking if queue is initializedJacob Keller1-4/+4
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 Abodunrin2-7/+28
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 Tran5-2/+286
2018-08-28ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash3-1/+181
2018-08-28ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari5-0/+331
2018-08-28ice: Clean up register fileAnirudh Venkataramanan1-229/+188
2018-08-28ice: Implement handlers for ethtool PHY/link operationsChinh Cao4-53/+891