summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
2020-01-17ice: Removing hung_queue variable to use txqueue function parameterJulio Faracco
2020-01-03ice: Add device ids for E822 devicesJacob Keller
2020-01-03ice: Demote MTU change print to debugTony Nguyen
2020-01-03ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley
2020-01-03ice: Add code to keep track of current dflt_vsiBrett Creeley
2020-01-03ice: Support UDP segmentation offloadBrett Creeley
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman
2019-11-22ice: implement VF stats NDOJesse Brandeburg
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen
2019-11-08ice: Introduce and use ice_vsi_type_strAnirudh Venkataramanan
2019-11-08ice: use pkg_dwnld_status instead of sq_last_statusBruce Allan
2019-11-08ice: avoid setting features during resetHenry Tieman
2019-11-08ice: Implement DCBNL supportDave Ertman
2019-11-08ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni
2019-11-08ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan
2019-11-06ice: print PCI link speed and widthPaul Greenwalt
2019-11-06ice: print unsupported module messagePaul Greenwalt
2019-11-06ice: Check for null pointer dereference when setting ringsMichal Swiatkowski
2019-11-06ice: save PCI state in probeMichal Swiatkowski
2019-11-06ice: fix driver unload flowBruce Allan
2019-11-04ice: allow 3k MTU for XDPMaciej Fijalkowski
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak
2019-11-04ice: Add support for XDPMaciej Fijalkowski
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan
2019-09-12ice: Bump versionTony Nguyen
2019-09-12ice: Enable DDP package downloadTony Nguyen
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik
2019-09-12ice: send driver version to firmwarePaul M Stillwell Jr
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan
2019-09-05ice: Allow for delayed LLDP MIB change registrationDave Ertman
2019-09-05ice: Check for DCB capability before initializing DCBAnirudh Venkataramanan
2019-09-05ice: Add ice_get_main_vsi to get PF/main VSIAnirudh Venkataramanan
2019-09-03ice: Report stats when VSI is downDave Ertman
2019-09-03ice: print extra message if topology issueJesse Brandeburg
2019-09-03ice: add print of autoneg state to link messageJesse Brandeburg
2019-09-03ice: add needed PFR during driver unloadBruce Allan
2019-09-03ice: Fix EMP reset handlingAnirudh Venkataramanan
2019-08-26ice: fix adminq calls during removeHenry Tieman
2019-08-26ice: Rework ice_ena_msix_rangeAnirudh Venkataramanan
2019-08-26ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt
2019-08-26ice: fix potential infinite loopColin Ian King
2019-08-26ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin
2019-08-26ice: Introduce a local variable for a VSI in the rebuild pathKrzysztof Kazimierczak
2019-08-26ice: Sanitize ice_ena_vsi and ice_dis_vsiAnirudh Venkataramanan
2019-08-26ice: Fix ethtool port and PFC stats for 4x25G cardsUsha Ketineni
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin