summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
Commit message (Expand)AuthorAgeFilesLines
* ice: Change req_speeds to be u16Chinh T Cao2018-11-071-1/+1
* ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley2018-11-061-1/+1
* ice: Fix tx_timeout in PF driverBrett Creeley2018-11-064-6/+40
* ice: Fix napi delete calls for removeDave Ertman2018-11-063-1/+3
* ice: Fix typo in error messageAnirudh Venkataramanan2018-11-061-1/+1
* ice: Fix flags for port VLANMd Fahad Iqbal Polash2018-11-061-1/+1
* ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan2018-11-063-39/+6
* ice: Free VSI contexts during for unloadVictor Raj2018-11-063-0/+17
* ice: Fix dead device link issue with flow controlAkeem G Abodunrin2018-11-061-1/+6
* ice: Check for reset in progress during removeAnirudh Venkataramanan2018-11-062-0/+8
* ice: Set carrier state and start/stop queues in rebuildAnirudh Venkataramanan2018-11-061-1/+17
* ice: Poll for link status changeAnirudh Venkataramanan2018-10-243-120/+25
* ice: Allocate VF interrupts and set queue mapAnirudh Venkataramanan2018-10-242-4/+17
* ice: Introduce ice_dev_onetime_setupAnirudh Venkataramanan2018-10-244-0/+25
* ice: Use capability count returned by the firmwareAnirudh Venkataramanan2018-10-241-3/+1
* ice: Update expected FW versionAnirudh Venkataramanan2018-10-241-3/+2
* ice: Change device ID define names to align with branding stringAnirudh Venkataramanan2018-10-242-6/+6
* ice: Make ice_msix_clean_rings staticAnirudh Venkataramanan2018-10-242-2/+1
* ice: Update version stringAnirudh Venkataramanan2018-10-031-1/+1
* ice: Use the right function to enable/disable VSIDave Ertman2018-10-031-9/+14
* ice: Add more flexibility on how we assign an ITR indexBrett Creeley2018-10-033-47/+59
* ice: Fix potential null pointer issuesDave Ertman2018-10-031-6/+7
* ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSIBrett Creeley2018-10-031-9/+29
* ice: Fix forward to queue group logicAnirudh Venkataramanan2018-10-031-4/+10
* ice: Extend malicious operations detection logicAnirudh Venkataramanan2018-10-033-2/+60
* ice: Notify VF of link status changeAnirudh Venkataramanan2018-10-033-0/+17
* ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan2018-10-036-0/+1221
* ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan2018-10-036-1/+629
* ice: Add support for VF reset eventsAnirudh Venkataramanan2018-10-0310-1/+272
* ice: Update VSI and queue management code to handle VF VSIAnirudh Venkataramanan2018-10-036-34/+184
* ice: Add handler to configure SR-IOVAnirudh Venkataramanan2018-10-0311-9/+1061
* ice: Add support to detect SR-IOV capability and mailbox queuesAnirudh Venkataramanan2018-10-038-1/+151
* ice: Fix error on driver removeDave Ertman2018-10-021-0/+6
* ice: Add support for dynamic interrupt moderationBrett Creeley2018-10-027-24/+102
* ice: Align ice_reset_req enum values to hardware reset valuesBrett Creeley2018-10-022-5/+14
* ice: Implement ethtool hook for RSS switchMd Fahad Iqbal Polash2018-10-023-0/+40
* ice: Split irq_tracker into sw_irq_tracker and hw_irq_trackerPreethi Banala2018-10-023-64/+148
* ice: Check for actual link state of port after resetDave Ertman2018-10-023-2/+6
* ice: Implement VSI replay frameworkAnirudh Venkataramanan2018-10-026-51/+178
* ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan2018-10-029-163/+132
* ice: Expand use of VSI handles part 1/2Anirudh Venkataramanan2018-10-024-200/+328
* ice: Change pf state behavior to protect reset pathDave Ertman2018-10-014-30/+31
* ice: Move common functions out of ice_main.c part 7/7Anirudh Venkataramanan2018-10-013-282/+249
* ice: Move common functions out of ice_main.c part 6/7Anirudh Venkataramanan2018-10-013-450/+521
* ice: Move common functions out of ice_main.c part 5/7Anirudh Venkataramanan2018-10-013-132/+141
* ice: Move common functions out of ice_main.c part 4/7Anirudh Venkataramanan2018-10-013-417/+429
* ice: Move common functions out of ice_main.c part 3/7Anirudh Venkataramanan2018-10-013-386/+410
* ice: Move common functions out of ice_main.c part 2/7Anirudh Venkataramanan2018-10-013-519/+526
* ice: Move common functions out of ice_main.c part 1/7Anirudh Venkataramanan2018-10-016-315/+348
* ice: fix changing of ring descriptor size (ethtool -G)Bruce Allan2018-09-282-5/+16
OpenPOWER on IntegriCloud