summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
Commit message (Expand)AuthorAgeFilesLines
* docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\
| * docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-211-1/+1
* | ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-301-21/+21
* | ice: Recognize higher speedsAnirudh Venkataramanan2019-05-301-0/+6
* | ice: Add support for Forward Error Correction (FEC)Paul Greenwalt2019-05-301-2/+45
* | ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen2019-05-301-44/+62
* | ice: Add a helper to trigger software interruptBrett Creeley2019-05-291-9/+5Star
* | ice: Change message levelMitch Williams2019-05-291-1/+1
* | ice: Check all VFs for MDD activity, don't disableMitch Williams2019-05-291-12/+11Star
* | ice: Refactor interrupt trackingBrett Creeley2019-05-291-60/+22Star
* | ice: Add handler for ethtool selftestAnirudh Venkataramanan2019-05-291-7/+26
* | ice: Implement toggling ethtool rx-vlan-filterTony Nguyen2019-05-291-0/+7
* | ice: Fix couple of issues in ice_vsi_releaseBrett Creeley2019-05-231-1/+1
* | ice: Fix hang when ethtool disables FW LLDPDave Ertman2019-05-231-1/+1
* | ice: Fix double spacingAnirudh Venkataramanan2019-05-231-1/+1
|/
* ice: Disable sniffing VF traffic on PFMichal Swiatkowski2019-05-041-22/+2Star
* ice: Separate if conditions for ice_set_features()Tony Nguyen2019-05-041-2/+6
* ice: Fix for allowing too many MDD events on VFMichal Swiatkowski2019-05-041-7/+8
* ice: Refactor link event flowBrett Creeley2019-05-021-48/+45Star
* ice: Add reg_idx variable in ice_q_vector structureBrett Creeley2019-05-021-7/+6Star
* ice: Remove runtime change of PFINT_OICR_ENA registerMd Fahad Iqbal Polash2019-05-021-11/+2Star
* ice: Use ice_for_each_q_vector macro where possibleBrett Creeley2019-05-021-5/+5
* ice: Bump driver versionAnirudh Venkataramanan2019-04-181-1/+1
* ice: Add code for DCB rebuildAnirudh Venkataramanan2019-04-181-0/+2
* ice: Add code to get DCB related statisticsAnirudh Venkataramanan2019-04-181-0/+2
* ice: Update rings based on TC informationAnirudh Venkataramanan2019-04-181-0/+1
* ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan2019-04-181-0/+3
* ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan2019-04-181-49/+69
* ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan2019-04-181-0/+10
* ice: Bump versionAnirudh Venkataramanan2019-04-181-1/+1
* ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-37/+37
* ice: Fix typos in code commentsAnirudh Venkataramanan2019-04-181-1/+1
* ice: Add missing case in print_link_msg for printing flow controlBrett Creeley2019-03-261-0/+3
* ice: Do not bail out when filter already existsPreethi Banala2019-03-261-1/+5
* ice: Implement pci_error_handler opsBrett Creeley2019-03-261-0/+151
* ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_resetBrett Creeley2019-03-261-2/+5
* ice: Prevent unintended multiple chain resetsDave Ertman2019-03-251-2/+8
* ice: Enable link events over the ARQBrett Creeley2019-03-251-3/+65
* ice: use irq_num var in ice_vsi_req_irq_msixAlan Brady2019-03-251-4/+3Star
* ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin2019-03-221-11/+80
* ice: fix some function prototype and signature style issuesBruce Allan2019-03-221-15/+19
* ice: fix static analysis warningsBruce Allan2019-03-221-1/+1
* ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin2019-03-201-6/+2Star
* ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley2019-03-201-18/+0Star
* ice: use ice_for_each_vsi macro when possibleBrett Creeley2019-03-201-6/+6
* ice: avoid multiple unnecessary de-references in probeBruce Allan2019-03-201-18/+15Star
* ice: don't spam VFs with link messagesMitch Williams2019-02-251-1/+2
* ice: fix issue where host reboots on unload when iommu=onBrett Creeley2019-02-251-17/+54
* ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan2019-02-251-9/+18