summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik1-3/+4
2019-09-12ice: send driver version to firmwarePaul M Stillwell Jr1-1/+35
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan1-20/+30
2019-09-05ice: Allow for delayed LLDP MIB change registrationDave Ertman1-0/+2
2019-09-05ice: Check for DCB capability before initializing DCBAnirudh Venkataramanan1-7/+8
2019-09-05ice: Add ice_get_main_vsi to get PF/main VSIAnirudh Venkataramanan1-3/+3
2019-09-03ice: Report stats when VSI is downDave Ertman1-2/+6
2019-09-03ice: print extra message if topology issueJesse Brandeburg1-0/+17
2019-09-03ice: add print of autoneg state to link messageJesse Brandeburg1-2/+9
2019-09-03ice: add needed PFR during driver unloadBruce Allan1-0/+5
2019-09-03ice: Fix EMP reset handlingAnirudh Venkataramanan1-0/+2
2019-08-26ice: fix adminq calls during removeHenry Tieman1-1/+1
2019-08-26ice: Rework ice_ena_msix_rangeAnirudh Venkataramanan1-11/+21
2019-08-26ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan1-8/+32
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt1-1/+1
2019-08-26ice: fix potential infinite loopColin Ian King1-1/+1
2019-08-26ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin1-2/+4
2019-08-26ice: Introduce a local variable for a VSI in the rebuild pathKrzysztof Kazimierczak1-9/+12
2019-08-26ice: Sanitize ice_ena_vsi and ice_dis_vsiAnirudh Venkataramanan1-13/+11
2019-08-26ice: Fix ethtool port and PFC stats for 4x25G cardsUsha Ketineni1-38/+38
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin1-47/+17
2019-08-23ice: update ethtool stats on-demandBruce Allan1-4/+2
2019-08-20ice: Increase size of Mailbox receive queue for many VFsBrett Creeley1-2/+2
2019-08-20ice: Do not always bring up PF VSI in ice_ena_vsi()Tony Nguyen1-2/+0
2019-08-20ice: Use the software based tail when checking for hung Tx ringBrett Creeley1-3/+3
2019-07-31ice: Bump version numberTony Nguyen1-1/+1
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley1-56/+18
2019-07-31ice: Add stats for Rx drops at the port levelBrett Creeley1-0/+6
2019-07-31ice: Disable VFs until reset is completedAkeem G Abodunrin1-0/+5
2019-07-31ice: Do not configure port with no mediaTony Nguyen1-82/+157
2019-07-31ice: track hardware stat registers past rolloverJacob Keller1-52/+38
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-29ice: Add support for Forward Error Correction (FEC)Paul Greenwalt1-2/+45
2019-05-29ice: 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-04ice: Disable sniffing VF traffic on PFMichal Swiatkowski1-22/+2
2019-05-04ice: 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