summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Trivial fixesTony Nguyen2020-02-121-1/+3
* ice: Use correct netif error functionBen Shelton2020-02-121-1/+1
* ice: Make print statements more compactAnirudh Venkataramanan2020-02-121-108/+59
* ice: Use ice_pf_to_devAnirudh Venkataramanan2020-02-121-8/+8
* ice: fix and consolidate logging of NVM/firmware version informationBruce Allan2020-02-121-5/+0
* ice: Modify link message loggingAkeem G Abodunrin2020-02-121-1/+1
* ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_capsAnirudh Venkataramanan2020-02-121-2/+0
* ice: Fix DCB rebuild after resetDave Ertman2020-02-121-0/+1
* ice: Bump versionTony Nguyen2020-01-251-1/+1
* ice: Removing hung_queue variable to use txqueue function parameterJulio Faracco2020-01-171-30/+11
* ice: Add device ids for E822 devicesJacob Keller2020-01-031-0/+9
* ice: Demote MTU change print to debugTony Nguyen2020-01-031-1/+1
* ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley2020-01-031-2/+1
* ice: Add ice_for_each_vf() macroBrett Creeley2020-01-031-2/+2
* ice: Add code to keep track of current dflt_vsiBrett Creeley2020-01-031-16/+27
* ice: Support UDP segmentation offloadBrett Creeley2020-01-031-1/+2
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* ice: Implement ethtool ops for channelsHenry Tieman2019-11-221-1/+86
* ice: implement VF stats NDOJesse Brandeburg2019-11-221-0/+1
* ice: Add ice_pf_to_dev(pf) macroBrett Creeley2019-11-221-86/+85
* ice: Do not use devm* functions for local usesTony Nguyen2019-11-221-13/+11
* ice: Introduce and use ice_vsi_type_strAnirudh Venkataramanan2019-11-081-8/+8
* ice: use pkg_dwnld_status instead of sq_last_statusBruce Allan2019-11-081-1/+1
* ice: avoid setting features during resetHenry Tieman2019-11-081-0/+8
* ice: Implement DCBNL supportDave Ertman2019-11-081-0/+6
* ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni2019-11-081-0/+43
* ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan2019-11-081-79/+0
* ice: print PCI link speed and widthPaul Greenwalt2019-11-061-0/+3
* ice: print unsupported module messagePaul Greenwalt2019-11-061-0/+6
* ice: Check for null pointer dereference when setting ringsMichal Swiatkowski2019-11-061-4/+14
* ice: save PCI state in probeMichal Swiatkowski2019-11-061-0/+2
* ice: fix driver unload flowBruce Allan2019-11-061-1/+2
* ice: allow 3k MTU for XDPMaciej Fijalkowski2019-11-041-2/+14
* ice: Add support for AF_XDPKrzysztof Kazimierczak2019-11-041-0/+16
* ice: Add support for XDPMaciej Fijalkowski2019-11-041-0/+326
* ice: Introduce ice_base.cAnirudh Venkataramanan2019-11-041-0/+1
* ice: Bump versionTony Nguyen2019-09-121-2/+2
* ice: Enable DDP package downloadTony Nguyen2019-09-121-134/+480
* ice: Fix FW version formatting in dmesgLukasz Czapnik2019-09-121-3/+4
* ice: send driver version to firmwarePaul M Stillwell Jr2019-09-121-1/+35
* ice: Minor refactor in queue managementAnirudh Venkataramanan2019-09-051-20/+30
* ice: Allow for delayed LLDP MIB change registrationDave Ertman2019-09-051-0/+2
* ice: Check for DCB capability before initializing DCBAnirudh Venkataramanan2019-09-051-7/+8
* ice: Add ice_get_main_vsi to get PF/main VSIAnirudh Venkataramanan2019-09-051-3/+3
* ice: Report stats when VSI is downDave Ertman2019-09-031-2/+6
* ice: print extra message if topology issueJesse Brandeburg2019-09-031-0/+17
* ice: add print of autoneg state to link messageJesse Brandeburg2019-09-031-2/+9
* ice: add needed PFR during driver unloadBruce Allan2019-09-031-0/+5
* ice: Fix EMP reset handlingAnirudh Venkataramanan2019-09-031-0/+2
* ice: fix adminq calls during removeHenry Tieman2019-08-261-1/+1
OpenPOWER on IntegriCloud