summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan1-21/+21
2019-05-30ice: Recognize higher speedsAnirudh Venkataramanan1-0/+6
2019-05-30ice: Add support for Forward Error Correction (FEC)Paul Greenwalt1-2/+45
2019-05-30ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen1-44/+62
2019-05-29ice: Add a helper to trigger software interruptBrett Creeley1-9/+5
2019-05-29ice: Change message levelMitch Williams1-1/+1
2019-05-29ice: Check all VFs for MDD activity, don't disableMitch Williams1-12/+11
2019-05-29ice: Refactor interrupt trackingBrett Creeley1-60/+22
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan1-7/+26
2019-05-29ice: Implement toggling ethtool rx-vlan-filterTony Nguyen1-0/+7
2019-05-23ice: Fix couple of issues in ice_vsi_releaseBrett Creeley1-1/+1
2019-05-23ice: Fix hang when ethtool disables FW LLDPDave Ertman1-1/+1
2019-05-23ice: Fix double spacingAnirudh Venkataramanan1-1/+1
2019-05-05ice: Disable sniffing VF traffic on PFMichal Swiatkowski1-22/+2
2019-05-05ice: Separate if conditions for ice_set_features()Tony Nguyen1-2/+6
2019-05-04ice: Fix for allowing too many MDD events on VFMichal Swiatkowski1-7/+8
2019-05-02ice: Refactor link event flowBrett Creeley1-48/+45
2019-05-02ice: Add reg_idx variable in ice_q_vector structureBrett Creeley1-7/+6
2019-05-02ice: Remove runtime change of PFINT_OICR_ENA registerMd Fahad Iqbal Polash1-11/+2
2019-05-02ice: Use ice_for_each_q_vector macro where possibleBrett Creeley1-5/+5
2019-04-18ice: Bump driver versionAnirudh Venkataramanan1-1/+1
2019-04-18ice: Add code for DCB rebuildAnirudh Venkataramanan1-0/+2
2019-04-18ice: Add code to get DCB related statisticsAnirudh Venkataramanan1-0/+2
2019-04-18ice: Update rings based on TC informationAnirudh Venkataramanan1-0/+1
2019-04-18ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan1-0/+3
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan1-49/+69
2019-04-18ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan1-0/+10
2019-04-18ice: Bump versionAnirudh Venkataramanan1-1/+1
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan1-37/+37
2019-04-18ice: Fix typos in code commentsAnirudh Venkataramanan1-1/+1
2019-03-27ice: Add missing case in print_link_msg for printing flow controlBrett Creeley1-0/+3
2019-03-27ice: Do not bail out when filter already existsPreethi Banala1-1/+5
2019-03-26ice: Implement pci_error_handler opsBrett Creeley1-0/+151
2019-03-26ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_resetBrett Creeley1-2/+5
2019-03-25ice: Prevent unintended multiple chain resetsDave Ertman1-2/+8
2019-03-25ice: Enable link events over the ARQBrett Creeley1-3/+65
2019-03-25ice: use irq_num var in ice_vsi_req_irq_msixAlan Brady1-4/+3
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin1-11/+80
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan1-15/+19
2019-03-22ice: fix static analysis warningsBruce Allan1-1/+1
2019-03-20ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin1-6/+2
2019-03-20ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley1-18/+0
2019-03-20ice: use ice_for_each_vsi macro when possibleBrett Creeley1-6/+6
2019-03-20ice: avoid multiple unnecessary de-references in probeBruce Allan1-18/+15
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